mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
CSS order of operations incorrect
This commit is contained in:
parent
a6be3d7cbe
commit
7338f74f14
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue