mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
11 lines
216 B
SCSS
11 lines
216 B
SCSS
@import '../../../../styles/variables.scss';
|
|
|
|
:host-context(.preview-release) .setting-option {
|
|
background-color: map-get($theme-colors, light);
|
|
border-radius: $border-radius;
|
|
|
|
h5 {
|
|
font-size: 1.1rem
|
|
}
|
|
}
|