Fix account item style
This commit is contained in:
@@ -4,11 +4,13 @@
|
||||
.item {
|
||||
background-color: #fff;
|
||||
padding: 10px 20px;
|
||||
border: 1px solid lighten(@primary-color, 40%);
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
transition: background-color .2s;
|
||||
user-select: none;
|
||||
border-radius: 8px;
|
||||
|
||||
&:active {
|
||||
background-color: @bg-color;
|
||||
|
||||
Reference in New Issue
Block a user