rmn : ajustements (#76551) #227

Merged
csechet merged 7 commits from wip/76551-rmn-ajustements into main 2023-04-18 15:52:59 +02:00
2 changed files with 56 additions and 7 deletions

View File

@ -132,12 +132,16 @@ div#toplinks {
}
%title {
display: inline;
left: 15px;
margin-bottom: -1em;
margin-top: 1.5em;
position: relative;
top: -0.5em;
top: -22px;
}
div.cell {
padding-right: 0;
h2:first-child {
margin-left: 10px !important;
margin-right: 10px !important;
}
}
main {
@ -150,6 +154,10 @@ main {
margin-bottom: 30px;
}
.gru-content .theme-no-border-cell {
border: none;
}
.form-content--title {
@media screen and ($max-mobile-viewport) {
font-size: 2em;
@ -227,3 +235,40 @@ body.authentic-page, body.registration-page {
}
}
.combo-placeholder{
&--columns-top,
&--columns-bottom {
margin-right: 0;
}
&--columns-bottom {
margin-top: 30px;
}
}
div#tracking-code {
@media($min-desktop-viewport) {
text-align: center;
}
@media($max-mobile-viewport) {
h3 {
top: 0;
}
}
}
.add-more-items {
display: flex;
justify-content: center;
&--button {
background: $yellow;
height: 2em;
width: 2em;
font-size: 1.35em;
font-weight: bold;
margin: 0.5rem;
border-radius: 100%;
}
}

View File

@ -4,6 +4,7 @@ $yellow: #ffd400;
$yellow-dark: #efc600;
$blue: #3584e4;
$gray-light: #bfbfbf;
$gray: #999999;
$gray-dark: #333333;
$back-top-display: block;
@ -52,10 +53,13 @@ $button-color: $primary-color;
$button-focus-outline: none;
$button-hover-background: $primary-color;
$button-hover-color: $font-color;
$buttons-order: previous, submit (grow), cancel;
$buttons-order: previous, cancel (grow), submit;
$widget-focus-outline: 2px solid $blue;
$cell-border: 1px solid $gray;
$cell-entry-border: 1px solid $gray;
$wcs-step-background: $primary-color;
$wcs-step-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
$wcs-step-color: $font-color;