nancy-en-direct: update carrousel content position (#40717)

This commit is contained in:
Serghei Mihai 2020-03-20 12:32:30 +01:00
parent 282c105f9b
commit fd5cf798b7
2 changed files with 8 additions and 1 deletions

View File

@ -36,6 +36,7 @@ div#toplinks {
}
div.carrousel-item-content {
margin-top: 1.5rem;
&::before {
content: "";
overflow: hidden;
@ -58,11 +59,15 @@ div.carrousel-item-content {
width: 40%;
float: right;
font-size: 90%;
margin: 0 6rem;
}
}
div.carrousel-content input + div div.carrousel-item {
text-align: center;
align-items: center;
@media screen and ($max-mobile-viewport) {
justify-content: center;
padding: 0;
}
div.carrousel-item-content > a {

View File

@ -27,4 +27,6 @@ $wcs-step-marker-tie-width: 1px;
$wcs-step-marker-tie-color: $primary-color;
$wcs-step-marker-background: white;
$wcs-step-current-marker-color: black;
$wcs-step-current-marker-background: $primary-color;
$wcs-step-current-marker-background: $primary-color;
$carrousel-text-position: top right;