grenoble-metropole-2019: fix margins for info and tracking code cells (#26506)

This commit is contained in:
Serghei Mihai 2019-02-21 10:38:00 +01:00
parent 68465ddbeb
commit adba1e904d
1 changed files with 3 additions and 2 deletions

View File

@ -254,7 +254,6 @@ form#champRecherche input {
div.trackingcodeinputcell {
box-shadow: 0px 0px 10px #888888;
padding: 0.5ex;
margin: 1.5ex 10px 6ex 10px;
@media screen and (max-width: $mobile-limit) {
background-color: #f5f5f5;
}
@ -278,7 +277,6 @@ form#champRecherche input {
}
}
div.textcell.info {
margin-top: 3em;
padding: 1em 1em 0 1em;
border: 4px solid $primary-color;
position: relative;
@ -294,6 +292,9 @@ form#champRecherche input {
position: absolute;
}
}
div.cell + div.textcell.info {
margin-top: 3em;
}
}
div.user-menu {