demarches-normaliennes/app/assets/stylesheets/new_design/commencer.scss
2019-04-02 18:47:02 +02:00

17 lines
256 B
SCSS

@import "constants";
.commencer {
.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;
}
}
}