entrouvert: update carrousel content position (#40717)

This commit is contained in:
Thomas Jund 2020-03-23 10:31:11 +01:00 committed by Serghei Mihai
parent 2ecd1b30fe
commit d065afba10
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ div.carrousel-references-content {
margin-left: auto;
margin-right: auto;
}
} @else if $carrousel-text-position == "bottom-left" {
} @else if $carrousel-text-position == "bottom left" {
text-align: left;
position: absolute;
bottom: 1rem;

View File

@ -28,5 +28,5 @@ $footer-colot: white;
$cell-border: 0;
$nav-menu-color: #aaa;
$carrousel-height: 220px;
$carrousel-text-position: bottom-left;
$carrousel-text-position: bottom left;
$carrousel-navigation-bullet-color: #fff;