Skip to content

Commit 0db9cb9

Browse files
author
Sine Jespersen
committed
5389: add hide on mobile to buttons
1 parent 73db76f commit 0db9cb9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/stories/Library/list-buttons/list-buttons.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,11 @@
3030
margin-right: 0;
3131
}
3232
}
33+
&--hide-on-mobile {
34+
display: none;
35+
@include breakpoint-s {
36+
display: flex;
37+
}
38+
}
3339
}
3440
}

0 commit comments

Comments
 (0)