dev #43

Merged
ksenia_mikhailova merged 41 commits from dev into main 2024-07-24 14:22:29 +03:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit 603fbb24b7 - Show all commits

View File

@ -216,7 +216,7 @@ a[href^="#"] {
} }
&-title { &-title {
@apply col-span-4 font-bold text-lg text-end mt-4; @apply col-span-4 font-bold text-lg text-end xl:mt-4 mb-4 xl:mb-0;
} }
} }
@ -302,6 +302,10 @@ button {
&_checkbox { &_checkbox {
@apply w-full xl:w-auto flex-row xl:flex-initial flex-nowrap @apply w-full xl:w-auto flex-row xl:flex-initial flex-nowrap
} }
input[type=range] {
@apply min-w-[calc(100%-8rem)] xl:min-w-min;
}
} }
} }