bx-1047-icon #23

Merged
ksenia_mikhailova merged 5 commits from bx-1047-icon into dev 2024-07-11 12:34:39 +03:00
1 changed files with 5 additions and 3 deletions
Showing only changes of commit 905344ae44 - Show all commits

View File

@ -72,16 +72,18 @@ body {
}
&.toggle_visible {
@apply flex flex-col text-center;
@apply max-xl:flex max-xl:flex-col max-xl:text-center;
a {
@apply mb-2;
@apply max-xl:mb-2;
}
a:before {
@media screen and (max-width: 1280px) {
content: none;
}
}
}
&-toggle {
@apply flex xl:hidden col-span-8 justify-end;