publik-base-theme/static/eurelien-cd28-2022/_wcs.scss

45 lines
547 B
SCSS

.form-content {
h1, h2, h3, h4, h5, p, table {
margin: 0 $space-medium 0.7em $space-medium;
}
&--sidebox {
box-shadow: $shadow-8;
border-radius: $border-radius;
margin-bottom: $space-large;
}
&--title {
@extend h3;
}
}
div#tracking-code {
padding: 0 $space-small;
div.tracking-code-part {
display: flex;
flex-direction: column;
a {
@extend %button;
margin-right: 0;
}
}
form {
display: flex;
}
a, button {
margin-right: 0;
}
}
.wcs-step {
&.step-before {
color: $gray-7;
}
border-radius: 0;
}