13 lines
159 B
SCSS
13 lines
159 B
SCSS
@import "constants";
|
|
|
|
.mb-1 {
|
|
margin-bottom: $default-spacer;
|
|
}
|
|
|
|
.mr-1 {
|
|
margin-right: $default-spacer;
|
|
}
|
|
|
|
.mb-4 {
|
|
margin-bottom: 4 * $default-spacer;
|
|
}
|