add css utils
This commit is contained in:
parent
352b92b35c
commit
a1367301e9
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@
|
|||
margin-top: 2 * $default-spacer;
|
||||
}
|
||||
|
||||
.mt-4 {
|
||||
margin-top: 4 * $default-spacer;
|
||||
}
|
||||
|
||||
.mb-2 {
|
||||
margin-bottom: 2 * $default-spacer;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue