@operato/styles
Advanced tools
Comparing version 0.3.27 to 0.3.28
@@ -6,2 +6,17 @@ # Change Log | ||
### [0.3.28](https://github.com/hatiolab/operato/compare/v0.3.27...v0.3.28) (2022-02-08) | ||
### :mega: Other | ||
* fix common-grist-styles ([354ee5b](https://github.com/hatiolab/operato/commit/354ee5b1328f77fe12bba223694fd587e6c0d4c9)) | ||
### :bug: Bug Fix | ||
* common-grist-styles ([b6794a9](https://github.com/hatiolab/operato/commit/b6794a9613de68f3687e1f1a6d4ac52df8f2f4dc)) | ||
* move common-grist-styles to @operato/styles ([e90dc75](https://github.com/hatiolab/operato/commit/e90dc752bc0f18485ff7f106db550dd04da65d1f)) | ||
### [0.3.27](https://github.com/hatiolab/operato/compare/v0.3.26...v0.3.27) (2022-02-01) | ||
@@ -8,0 +23,0 @@ |
import { css } from 'lit'; | ||
export const CommonGristStyles = css ` | ||
:host { | ||
display: flex; | ||
width: 100%; | ||
} | ||
ox-grist { | ||
flex: 1; | ||
overflow-y: auto; | ||
--grid-record-emphasized-background-color: red; | ||
--grid-record-emphasized-color: yellow; | ||
} | ||
@@ -22,6 +25,15 @@ | ||
} | ||
#sorters mwc-icon, | ||
#modes mwc-icon { | ||
--mdc-icon-size: 18px; | ||
} | ||
#sorters { | ||
margin-left: auto; | ||
margin-right: var(--margin-default); | ||
padding-left: var(--padding-narrow); | ||
border-bottom: var(--border-dark-color); | ||
position: relative; | ||
color: var(--secondary-color); | ||
font-size: var(--fontsize-default); | ||
user-select: none; | ||
} | ||
@@ -31,3 +43,3 @@ | ||
padding: var(--padding-narrow); | ||
margin-right: var(--margin-default); | ||
vertical-align: middle; | ||
} | ||
@@ -34,0 +46,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"author": "heartyoh", | ||
"version": "0.3.27", | ||
"version": "0.3.28", | ||
"main": "dist/src/index.js", | ||
@@ -41,3 +41,3 @@ "module": "dist/src/index.js", | ||
"prettier": "@hatiolab/prettier-config", | ||
"gitHead": "fd08d299b6713bc48a71c8f5c113cb32348a3930" | ||
"gitHead": "5df96b8e79c130b4a85c83181ce83015ec2b1727" | ||
} |
import { css } from 'lit' | ||
export const CommonGristStyles = css` | ||
:host { | ||
display: flex; | ||
width: 100%; | ||
} | ||
ox-grist { | ||
flex: 1; | ||
overflow-y: auto; | ||
--grid-record-emphasized-background-color: red; | ||
--grid-record-emphasized-color: yellow; | ||
} | ||
@@ -23,6 +26,15 @@ | ||
} | ||
#sorters mwc-icon, | ||
#modes mwc-icon { | ||
--mdc-icon-size: 18px; | ||
} | ||
#sorters { | ||
margin-left: auto; | ||
margin-right: var(--margin-default); | ||
padding-left: var(--padding-narrow); | ||
border-bottom: var(--border-dark-color); | ||
position: relative; | ||
color: var(--secondary-color); | ||
font-size: var(--fontsize-default); | ||
user-select: none; | ||
} | ||
@@ -32,3 +44,3 @@ | ||
padding: var(--padding-narrow); | ||
margin-right: var(--margin-default); | ||
vertical-align: middle; | ||
} | ||
@@ -35,0 +47,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86845
1623