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