Don't show indicators on mobile
This commit is contained in:
parent
84826a8f32
commit
e8b94eeaea
1 changed files with 8 additions and 0 deletions
|
|
@ -11,6 +11,10 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
||||||
|
@include breakpoint(phone) {
|
||||||
|
padding-bottom: $unit-2x;
|
||||||
|
}
|
||||||
|
|
||||||
&.visible {
|
&.visible {
|
||||||
transition: opacity 0.3s ease-in-out;
|
transition: opacity 0.3s ease-in-out;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
@ -358,6 +362,10 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
||||||
|
@include breakpoint(phone) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
text-indent: -9999px;
|
text-indent: -9999px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue