demarches-normaliennes/app/assets/stylesheets/commencer.scss
2022-09-19 13:34:43 +02:00

23 lines
370 B
SCSS

@import "constants";
.commencer {
@media (min-width: $two-columns-breakpoint) {
.button:first-of-type {
margin-top: 4 * $default-spacer;
}
}
.button {
margin-bottom: 2 * $default-spacer;
}
.optional-on-small-screens {
color: #FFFFFF;
}
@media (max-width: 450px) {
.optional-on-small-screens {
display: none;
}
}
}