mirror of
https://github.com/discourse/discourse.git
synced 2025-04-18 09:32:26 +08:00
CSS order of operations incorrect
This commit is contained in:
parent
a6be3d7cbe
commit
7338f74f14
@ -13,8 +13,8 @@ $user_card_background: #222;
|
||||
box-shadow: 0 2px 12px rgba($primary, .6);
|
||||
margin-top: -2px;
|
||||
color: $user_card_primary;
|
||||
background-size: cover;
|
||||
background: $user_card_background center center;
|
||||
background-size: cover;
|
||||
min-height: 175px;
|
||||
-webkit-transition: opacity .2s, -webkit-transform .2s;
|
||||
transition: opacity .2s, transform .2s;
|
||||
|
Loading…
x
Reference in New Issue
Block a user