mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
9 lines
115 B
SCSS
9 lines
115 B
SCSS
:host {
|
|
::ng-deep {
|
|
.switch {
|
|
position: absolute;
|
|
top: calc(var(--bs-spacer) * 2.5);
|
|
}
|
|
}
|
|
}
|