Clermont ici: retouches #71884 #59

Merged
tjund merged 4 commits from wip/71884-clermont-metro-retouches into main 2022-12-12 16:33:26 +01:00
1 changed files with 25 additions and 3 deletions

View File

@ -415,10 +415,11 @@ div.gru-nav ul {
&--icon {
display: block;
flex: 0 0 2em;
height: 2em;
height: 3em;
margin-right: .66em;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
transform: translateY(-0.2em);
}
&--label {
@ -480,6 +481,10 @@ div.gru-nav ul {
background-color: $gray;
}
}
#sidebar div.searchcell form {
text-align: right;
}
}
div.carrousel-content input + div div.carrousel-item {
@ -548,7 +553,10 @@ div.buttons .cancel-button button {
}
.wcs-step {
position: relative;
flex-basis: 5rem;
flex-basis: 6rem;
&.last {
flex-basis: auto;
}
}
.wcs-step--marker {
font-size: $fz-h3;
@ -556,9 +564,23 @@ div.buttons .cancel-button button {
.wcs-step--label {
display: block !important;
font-size: $fz-xsmall;
left: -1.1rem;
left: -1.6rem;
top: calc(100% + .5em);
width: 6rem;
}
}
//
// AUTHENTIC
//
.authentic-page {
// submit button in right
form .buttons {
display: flex;
.submit-button {
order: 1;
}
}
}