demarches-normaliennes/app/assets/stylesheets/commencer.scss

20 lines
314 B
SCSS
Raw Normal View History

2019-01-16 11:57:58 +01:00
@import "constants";
.commencer {
@media (min-width: $two-columns-breakpoint) {
.button:first-of-type {
margin-top: 4 * $default-spacer;
}
2019-01-16 11:57:58 +01:00
}
.button {
margin-bottom: 2 * $default-spacer;
}
@media (max-width: 450px) {
.optional-on-small-screens {
display: none;
}
}
2019-01-16 11:57:58 +01:00
}