2019-01-16 11:57:58 +01:00
|
|
|
@import "constants";
|
|
|
|
|
|
|
|
.commencer {
|
2019-04-01 15:04:11 +02:00
|
|
|
@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;
|
|
|
|
}
|
2019-04-02 14:45:59 +02:00
|
|
|
|
|
|
|
@media (max-width: 450px) {
|
|
|
|
.optional-on-small-screens {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2019-01-16 11:57:58 +01:00
|
|
|
}
|