Icon css: increase specificity

profile-avatar-switcher
Alex Gleason 2021-09-20 22:50:47 -05:00
rodzic 640891ded9
commit 29fe9b40b6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
2 zmienionych plików z 4 dodań i 8 usunięć

Wyświetl plik

@ -12,18 +12,18 @@
}
&--active {
.icon-tabler-search {
svg.icon-tabler-search {
stroke-width: 2px;
}
.icon-tabler-bell,
.icon-tabler-messages {
svg.icon-tabler-bell,
svg.icon-tabler-messages {
path:nth-child(2) {
fill: var(--primary-text-color);
}
}
.icon-tabler-users {
svg.icon-tabler-users {
circle,
circle + path {
fill: var(--primary-text-color);

Wyświetl plik

@ -126,8 +126,4 @@
justify-self: center;
font-weight: bold;
}
@media screen and (min-width: 895px) {
display: none;
}
}