replace gray(' for $gray-
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
2023-01-26 10:34:18 +01:00
parent a86ab9f3c7
commit 0c0d0989b2
7 changed files with 16 additions and 16 deletions

View File

@@ -3,11 +3,11 @@
.row {
border-bottom: 1px solid gray('500');
border-bottom: 1px solid $gray-500;
user-select: none;
}
.row:hover {
background-color: gray('100');
background-color: $gray-100;
}