fix-media

This commit is contained in:
Rusovich Violetta
2025-08-22 11:44:38 +03:00
parent 8ff199b4ab
commit 6d650b35c6
105 changed files with 1524 additions and 37 deletions
@@ -0,0 +1,16 @@
@use '@beeline/design-tokens/scss/tokens/themes';
.dropdown {
&-content {
background-color: themes.$color-background-medium;
}
.dropdown-item {
color: themes.$color-text-active;
&:hover {
background-color: themes.$color-background-base-hover;
color: themes.$color-text-active;
}
}
}