You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
400 B
SCSS
25 lines
400 B
SCSS
3 years ago
|
#error-index {
|
||
|
width: 100%;
|
||
|
max-width: 900px;
|
||
|
margin: 0 auto;
|
||
|
padding: 10px;
|
||
|
height: 100%;
|
||
|
z-index: 10;
|
||
|
position: relative;
|
||
|
label#title {
|
||
|
font-size: 100px;
|
||
|
color: $highlight;
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
label#message {
|
||
|
font-size: 50px;
|
||
|
color: $tertiary;
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
label#error {
|
||
|
font-size: 25px;
|
||
|
color: $eventLame;
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
}
|