replace less variables
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
@import "../../../../styles/styles";
|
||||
|
||||
.list-item {
|
||||
padding: 5px 20px;
|
||||
display: grid;
|
||||
@@ -13,7 +11,7 @@
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background: @primary-color;
|
||||
background: var(--primary-color);
|
||||
color: #fff;
|
||||
|
||||
.warning {
|
||||
|
||||
Reference in New Issue
Block a user