Stylizacja, zmiana mapy zasięgu
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
}
|
||||
|
||||
.f-switch-group {
|
||||
@apply inline-flex overflow-hidden relative bg-[var(--f-background-switch)] mt-8;
|
||||
@apply inline-flex overflow-hidden relative bg-[--f-background-switch] mt-8;
|
||||
}
|
||||
|
||||
.f-switch {
|
||||
@@ -11,7 +11,7 @@
|
||||
}
|
||||
|
||||
.f-switch.active {
|
||||
@apply text-[var(--f-text-switcher)] bg-[var(--f-background-switcher)] ;
|
||||
@apply text-[--f-text-switcher] bg-[--f-background-switcher] ;
|
||||
}
|
||||
|
||||
.f-switch:hover {
|
||||
|
||||
Reference in New Issue
Block a user