bx-1047-icon #23
|
@ -72,16 +72,18 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
&.toggle_visible {
|
&.toggle_visible {
|
||||||
@apply flex flex-col text-center;
|
@apply max-xl:flex max-xl:flex-col max-xl:text-center;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@apply mb-2;
|
@apply max-xl:mb-2;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:before {
|
a:before {
|
||||||
|
@media screen and (max-width: 1280px) {
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&-toggle {
|
&-toggle {
|
||||||
@apply flex xl:hidden col-span-8 justify-end;
|
@apply flex xl:hidden col-span-8 justify-end;
|
||||||
|
|
Loading…
Reference in New Issue