add background color to user cards
This commit is contained in:
@@ -68,8 +68,8 @@
|
||||
position: relative;
|
||||
padding: 15px;
|
||||
flex: 1 1 auto;
|
||||
background-color: @gray-10;
|
||||
border: 1px solid @gray-9;
|
||||
background-color: @white;
|
||||
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16);
|
||||
border-radius: 3px;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user