6 lines
66 B
SCSS
6 lines
66 B
SCSS
@import 'common/variables';
|
|
|
|
.root {
|
|
margin-bottom: -$offset;
|
|
}
|