2019-06-02 11:46:59 +03:00
|
|
|
.error {
|
2020-09-28 06:05:46 +03:00
|
|
|
text-align: center;
|
2019-06-02 11:46:59 +03:00
|
|
|
}
|
2020-09-24 05:18:34 +03:00
|
|
|
|
2019-06-02 11:46:59 +03:00
|
|
|
.error-code {
|
2020-10-19 04:07:40 +03:00
|
|
|
margin: 60px 0 10px;
|
2020-09-28 06:05:46 +03:00
|
|
|
font-size: 40px;
|
2020-10-19 04:07:40 +03:00
|
|
|
line-height: 1;
|
2020-09-28 06:05:46 +03:00
|
|
|
font-weight: 700;
|
|
|
|
letter-spacing: 2px;
|
2019-06-02 11:46:59 +03:00
|
|
|
}
|
2020-09-24 05:18:34 +03:00
|
|
|
|
2019-06-02 11:46:59 +03:00
|
|
|
.error-message {
|
2020-09-28 06:05:46 +03:00
|
|
|
margin-bottom: 45px;
|
2020-10-19 04:07:40 +03:00
|
|
|
color: var(--secondary-text-color);
|
2020-09-24 05:14:38 +03:00
|
|
|
}
|