Icon css: increase specificity
This commit is contained in:
parent
640891ded9
commit
29fe9b40b6
|
@ -12,18 +12,18 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&--active {
|
&--active {
|
||||||
.icon-tabler-search {
|
svg.icon-tabler-search {
|
||||||
stroke-width: 2px;
|
stroke-width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-tabler-bell,
|
svg.icon-tabler-bell,
|
||||||
.icon-tabler-messages {
|
svg.icon-tabler-messages {
|
||||||
path:nth-child(2) {
|
path:nth-child(2) {
|
||||||
fill: var(--primary-text-color);
|
fill: var(--primary-text-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-tabler-users {
|
svg.icon-tabler-users {
|
||||||
circle,
|
circle,
|
||||||
circle + path {
|
circle + path {
|
||||||
fill: var(--primary-text-color);
|
fill: var(--primary-text-color);
|
||||||
|
|
|
@ -126,8 +126,4 @@
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 895px) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue