replace less variables

This commit is contained in:
2026-03-09 16:39:41 +01:00
parent 3fb2e8b341
commit 0b831e45d5
9 changed files with 22 additions and 48 deletions

View File

@@ -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 {