Move to Sass modules

This commit is contained in:
Yassine Guedidi
2024-11-16 21:51:31 +01:00
parent 816d9f85d6
commit 38f8cf69d1
5 changed files with 28 additions and 20 deletions

View File

@ -1,3 +1,5 @@
@use "variables";
/* ==========================================================================
* Entries
* ========================================================================== */
@ -84,7 +86,7 @@
}
.mass-action-tags-input.mass-action-tags-input.mass-action-tags-input:focus {
border-bottom: 3px solid $blue-accent-color;
border-bottom: 3px solid variables.$blue-accent-color;
box-shadow: none;
}
}