demarches-normaliennes/app/assets/stylesheets/new_design/commencer.scss
2019-04-03 17:14:48 +02:00

19 lines
314 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;
}
@media (max-width: 450px) {
.optional-on-small-screens {
display: none;
}
}
}