Add filter css (part2: prettier)
parent
133884e717
commit
b2839de8a7
|
@ -3,8 +3,8 @@ html {
|
|||
--bgcolor: none;
|
||||
--colorPrimary: #000;
|
||||
--filterHeading: #000;
|
||||
--selectBg : #fff;
|
||||
--selectText : #000;
|
||||
--selectBg: #fff;
|
||||
--selectText: #000;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
@ -27,7 +27,7 @@ html {
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
.filter__items>input {
|
||||
.filter__items > input {
|
||||
width: 10vw;
|
||||
margin-top: 5px;
|
||||
background-color: var(--selectBg);
|
||||
|
@ -35,6 +35,7 @@ html {
|
|||
border: 1px solid var(--selectText);
|
||||
}
|
||||
|
||||
.filter__items>div, label {
|
||||
.filter__items > div,
|
||||
label {
|
||||
color: var(--filterHeading);
|
||||
}
|
Loading…
Reference in New Issue