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;
|
|
|
|
|
2018-07-05 22:25:35 +00:00
|
|
|
textarea {
|
|
|
|
.editor-textarea();
|
|
|
|
}
|
|
|
|
|
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 {
|
2019-03-19 19:51:13 +00:00
|
|
|
> a,
|
|
|
|
> button {
|
2017-07-12 15:12:40 +00:00
|
|
|
height: @headerHeight;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-07-05 23:03:04 +00:00
|
|
|
.overlay-header .overlay-title {
|
2019-07-18 15:27:18 +00:00
|
|
|
padding: @headerVerticalPadding 0;
|
2018-07-05 23:03:04 +00:00
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
// Reserve space to the right in case the search form in the header or
|
|
|
|
// overlay title in the overlay header is the last element. Use @iconGutterWidth
|
|
|
|
// because there is a hamburger or close/back icon next to this element and
|
|
|
|
// the space between them is exactly that.
|
|
|
|
padding-right: @iconGutterWidth;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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 );
|
|
|
|
}
|
|
|
|
}
|