Skip to content
Snippets Groups Projects
Commit 4c54c5c4 authored by Michael Kessler's avatar Michael Kessler
Browse files

[TASK] Hide navigation dots in mobile

parent 65532527
No related branches found
No related tags found
1 merge request!30Feature latest news slider
......@@ -33,10 +33,14 @@ $sg-news-chevron-color: var(--component-color-primary-background, $black-base);
}
.sg-slide-dots {
display: block;
display: none;
position: relative;
bottom: -10px;
width: auto !important; // stylelint-disable-line
@media (min-width: $screen-sm) {
display: block;
}
}
&[data-current-columns="3"] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment