Skip to content
Snippets Groups Projects
Commit e420db76 authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Remove carousel-controls

parent f50bccdf
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,6 @@
$tryton-color-gray-dark: #282f33;
$tryton-color-gray-light: #dcddde;
// HEADER
$carousel-controls-bottom: 200px;
// SECTIONS
$tryton-section-padding: 4.5rem;
$tryton-subsection-padding: 3rem;
......
......@@ -67,40 +67,5 @@
}
}
}
.carousel-controls {
@include media-breakpoint-down(lg) {
display: none;
}
bottom: $carousel-controls-bottom;
left: 0;
position: absolute;
right: 0;
z-index: 15;
a {
background-color: $primary;
border-radius: 0 $border-radius $border-radius 0;
color: $dark;
font-size: 20px;
padding: 1rem .5rem;
&:first-child {
border-radius: $border-radius 0 0 $border-radius;
margin-right: 1px;
}
&:hover {
background-color: $dark;
color: $secondary;
text-decoration: none;
}
.sr-only {
color: $secondary;
}
}
}
}
}
......@@ -48,7 +48,3 @@
}
}
}
.carousel-controls {
display: none;
}
......@@ -97,18 +97,6 @@
</div>
</div>
</div>
<div class="carousel-controls">
<div class="container d-flex">
<a href="#carousel-header" role="button" data-slide="prev">
<span aria-hidden="true">&lt;</span>
<span class="sr-only">Previous</span>
</a>
<a href="#carousel-header" role="button" data-slide="next">
<span aria-hidden="true">&gt;</span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
{% endblock header %}
......
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