diff options
| author | Brenden Bice <brenden.next@gmail.com> | 2019-04-06 14:25:26 -0400 |
|---|---|---|
| committer | Brenden Bice <brenden.next@gmail.com> | 2019-04-11 23:26:13 -0400 |
| commit | 7885955344ba787549b1ccc07b0d3901e3a6b0d6 (patch) | |
| tree | ab265670d31a3d5c124ebe1bac0f42be3320d025 /src | |
| parent | c1001da860055b45c1ba09d640b3f45d731e047e (diff) | |
remove important in the property value
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/avatar_list/avatar_list.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/avatar_list/avatar_list.vue b/src/components/avatar_list/avatar_list.vue index 9cbcbee0..077d002d 100644 --- a/src/components/avatar_list/avatar_list.vue +++ b/src/components/avatar_list/avatar_list.vue @@ -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); } |
