2019-08-08 20:01:03 +00:00
|
|
|
@import '../../minerva.less/minerva.variables.less';
|
2017-12-01 18:52:02 +00:00
|
|
|
|
2018-08-15 19:10:51 +00:00
|
|
|
@media all and ( min-width: @width-breakpoint-tablet ) {
|
2017-12-01 18:52:02 +00:00
|
|
|
.ns-special .pre-content {
|
2024-02-01 17:33:08 +00:00
|
|
|
background: var( --background-color-base );
|
2018-11-13 22:12:39 +00:00
|
|
|
margin-bottom: 15px;
|
|
|
|
|
2017-12-01 18:52:02 +00:00
|
|
|
.tagline,
|
|
|
|
h1 {
|
2024-01-31 15:06:56 +00:00
|
|
|
margin: 0 @margin-content;
|
2017-12-01 18:52:02 +00:00
|
|
|
}
|
|
|
|
}
|
2018-11-13 22:12:39 +00:00
|
|
|
|
2019-11-26 05:34:22 +00:00
|
|
|
.ns-special .mw-body {
|
2024-02-01 17:33:08 +00:00
|
|
|
background: var( --background-color-interactive );
|
2018-11-13 22:12:39 +00:00
|
|
|
|
|
|
|
form {
|
2024-02-01 17:33:08 +00:00
|
|
|
background: var( --background-color-base );
|
2018-11-13 22:12:39 +00:00
|
|
|
}
|
|
|
|
}
|
2017-12-01 18:52:02 +00:00
|
|
|
}
|