2018-05-19 18:17:31 +00:00
|
|
|
@import '../../minerva.less/minerva.variables';
|
|
|
|
@import '../../minerva.less/minerva.mixins';
|
2017-07-12 15:12:40 +00:00
|
|
|
|
|
|
|
.overlay {
|
|
|
|
padding-top: @headerHeight;
|
|
|
|
|
2017-10-31 21:41:23 +00:00
|
|
|
> ul, button {
|
|
|
|
width: @headerHeight;
|
|
|
|
}
|
|
|
|
|
2017-07-12 15:12:40 +00:00
|
|
|
.license {
|
|
|
|
.secondary-text();
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-action {
|
|
|
|
a,
|
|
|
|
button {
|
|
|
|
height: @headerHeight;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.slider-button {
|
|
|
|
top: @headerHeight;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-28 14:23:45 +00:00
|
|
|
@media all and ( min-width: @width-breakpoint-desktop ) {
|
2017-07-12 15:12:40 +00:00
|
|
|
.overlay-header {
|
|
|
|
// Make sure the close button and secondary button icon images are aligned
|
|
|
|
// with the content.
|
|
|
|
max-width: @contentMaxWidthTablet + ( 2 * @iconGutterWidth );
|
|
|
|
}
|
|
|
|
}
|