remove important in the property value
This commit is contained in:
parent
c1001da860
commit
7885955344
|
@ -16,7 +16,7 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
&-item {
|
||||
li.avatars-item {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
margin: 0 5px 0 0;
|
||||
|
@ -32,8 +32,8 @@
|
|||
.avatars-img {
|
||||
border-radius: $fallback--avatarAltRadius;
|
||||
border-radius: var(--avatarAltRadius, $fallback--avatarAltRadius);
|
||||
height: 24px !important;
|
||||
width: 24px !important;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
background-color: $fallback--lightText;
|
||||
background-color: var(--lightText, $fallback--lightText);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue