UX: use SCSS color variables
This commit is contained in:
parent
2a10ddd425
commit
7ecbf3865b
|
@ -4,13 +4,15 @@
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
background-color: #fff;
|
||||
background-color: $secondary;
|
||||
border: 1px solid $primary-medium;
|
||||
min-height: 30px;
|
||||
box-sizing: border-box;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.ignored-user-list-item {
|
||||
border: 1px solid #e9e9e9;
|
||||
border: 1px solid $primary-medium;
|
||||
border-radius: 0.25em;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue