2019-08-08 20:01:03 +00:00
|
|
|
@import '../../minerva.less/minerva.variables.less';
|
2017-12-01 18:52:02 +00:00
|
|
|
|
2019-11-26 05:02:40 +00:00
|
|
|
// stylelint-disable selector-max-id
|
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 {
|
2018-11-13 22:12:39 +00:00
|
|
|
background: #fff;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
2017-12-01 18:52:02 +00:00
|
|
|
.tagline,
|
|
|
|
h1 {
|
|
|
|
margin: 0 @contentMargin;
|
|
|
|
}
|
|
|
|
}
|
2018-11-13 22:12:39 +00:00
|
|
|
|
|
|
|
.ns-special #content {
|
|
|
|
background: @colorGray14;
|
|
|
|
|
|
|
|
form {
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
}
|
2017-12-01 18:52:02 +00:00
|
|
|
}
|
2019-07-17 00:49:50 +00:00
|
|
|
|
|
|
|
#mobile-options &.indicator-circle {
|
|
|
|
overflow: initial;
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
content: '\2022';
|
|
|
|
color: @colorProgressive;
|
|
|
|
margin-right: 0.3em;
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
}
|
2019-11-26 05:02:40 +00:00
|
|
|
// stylelint-enable selector-max-id
|