1
0
www.mikescher.com/www/data/css/styles_errorview.scss

41 lines
656 B
SCSS
Raw Normal View History

2018-01-03 17:28:08 +01:00
@import 'styles_config';
.ev_master {
align-self: center;
2020-01-15 02:50:23 +01:00
width: 100%;
2018-01-03 17:28:08 +01:00
2018-01-20 14:41:21 +01:00
@include rdmedia_range(2,4) {padding-bottom: 80px;}
2018-01-03 17:28:08 +01:00
.ev_code {
2019-11-08 15:15:58 +01:00
color: $LAYER0_FG;
2018-01-03 17:28:08 +01:00
text-align: center;
font-size: 150pt;
font-weight: 500;
font-family: $FONT_CODE;
}
.ev_msg {
2019-11-08 15:15:58 +01:00
color: $LAYER0_FG_LIGHTER;
2018-01-03 17:28:08 +01:00
text-align: center;
font-size: 25pt;
}
2020-01-15 02:50:23 +01:00
.ev_statusmore {
color: $LAYER1_FG;
background-color: $LAYER1_BG_DARKER;
text-align: left;
padding: 4px;
overflow-x: auto;
white-space: nowrap;
width: 100%;
}
2018-01-20 14:41:21 +01:00
@include rdmedia(0) {
.ev_code { font-size: 75pt; }
.ev_msg { font-size: 15pt; }
2018-01-03 17:28:08 +01:00
}
}