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 {
|
2023-04-09 13:49:29 +00:00
|
|
|
background: @background-color-base;
|
2018-11-13 22:12:39 +00:00
|
|
|
margin-bottom: 15px;
|
|
|
|
|
2017-12-01 18:52:02 +00:00
|
|
|
.tagline,
|
|
|
|
h1 {
|
|
|
|
margin: 0 @contentMargin;
|
|
|
|
}
|
|
|
|
}
|
2018-11-13 22:12:39 +00:00
|
|
|
|
2019-11-26 05:34:22 +00:00
|
|
|
.ns-special .mw-body {
|
2023-04-09 13:49:29 +00:00
|
|
|
background: @background-color-light;
|
2018-11-13 22:12:39 +00:00
|
|
|
|
|
|
|
form {
|
2023-04-09 13:49:29 +00:00
|
|
|
background: @background-color-base;
|
2018-11-13 22:12:39 +00:00
|
|
|
}
|
|
|
|
}
|
2017-12-01 18:52:02 +00:00
|
|
|
}
|