diff --git a/static/clermont-ici/_custom.scss b/static/clermont-ici/_custom.scss index 2325e7db..87199311 100644 --- a/static/clermont-ici/_custom.scss +++ b/static/clermont-ici/_custom.scss @@ -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; + } } }