11 lines
161 B
SCSS
11 lines
161 B
SCSS
@import "constants";
|
|
|
|
.commencer {
|
|
.button:first-of-type {
|
|
margin-top: 4 * $default-spacer;
|
|
}
|
|
|
|
.button {
|
|
margin-bottom: 2 * $default-spacer;
|
|
}
|
|
}
|