mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-02 09:39:33 -05:00
6 lines
103 B
SCSS
6 lines
103 B
SCSS
|
.visually-hidden-max-md {
|
||
|
@include media-breakpoint-down(md) {
|
||
|
@include visually-hidden();
|
||
|
}
|
||
|
}
|