mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 19:43:04 +00:00
8 lines
160 B
SCSS
8 lines
160 B
SCSS
@import '../../../styles/variables.scss';
|
|
@import '../../../../node_modules/bootstrap/scss/variables';
|
|
|
|
:host {
|
|
display: block;
|
|
margin-bottom: $spacer-y;
|
|
}
|