mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
9 lines
204 B
SCSS
9 lines
204 B
SCSS
@import '../../styles/variables.scss';
|
|
|
|
@media screen and (max-width: map-get($grid-breakpoints, md)) {
|
|
:host.open {
|
|
background-color: $white;
|
|
top: 0;
|
|
position: sticky;
|
|
}
|
|
} |