toulouse(-metropole): move tracking code up if there's a discard button (#40368)

This commit is contained in:
Frédéric Péters 2020-03-03 11:23:02 +01:00
parent 0bf06d0c67
commit ba2d94f07f
2 changed files with 12 additions and 0 deletions

View File

@ -918,6 +918,12 @@ div#gauche {
div#tracking-code {
position: absolute;
top: -100px;
&.has-discard-button {
top: -180px;
button {
margin: 0 0 0.5em 0;
}
}
@media screen and ($max-mobile-viewport) {
text-align: center;
position: static;

View File

@ -904,6 +904,12 @@ div#gauche {
div#tracking-code {
position: absolute;
top: -100px;
&.has-discard-button {
top: -180px;
button {
margin: 0 0 0.5em 0;
}
}
@media screen and ($max-mobile-viewport) {
text-align: center;
position: static;