12 lines
102 B
SCSS
12 lines
102 B
SCSS
//@import 'bulmaswatch.min.css';
|
|
|
|
.mb-20 {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.mt-20 {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
|