eurelien-cd28-2022: center and add margin to tracking code and search buttons (#73559)

This commit is contained in:
Corentin Sechet 2023-01-13 11:24:55 +01:00 committed by Gitea
parent 9b9fe978f3
commit 5c71e47fdd
1 changed files with 28 additions and 0 deletions

View File

@ -209,3 +209,31 @@ div.cell.cd28-shadow {
&.background { background: $pink-1; }
}
}
.wcs-tracking-code-input form {
display: flex;
flex-direction: column;
align-items: center;
input {
width: 100%;
}
button {
margin: $space-small 0 0 0;
}
}
#sidebar div.searchcell form {
display: flex;
flex-direction: column;
align-items: center;
.combo-search-input {
margin: 0;
}
.combo-search--button {
margin: $space-small 0 0 0;
}
}