mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-05 01:27:46 +07:00
hide fluid toggle on mobile
This commit is contained in:
parent
8ef10d5273
commit
5e9b37c105
2 changed files with 12 additions and 3 deletions
|
@ -101,10 +101,19 @@
|
|||
}
|
||||
|
||||
.toggles {
|
||||
padding: $gap;
|
||||
font: $font_14_semibold;
|
||||
|
||||
& > div {
|
||||
padding: $gap;
|
||||
font: $font_14_semibold;
|
||||
}
|
||||
|
||||
&__label {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.fluid_toggle {
|
||||
@include desktop {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue