mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +08:00
30 lines
405 B
SCSS
30 lines
405 B
SCSS
.error-page {
|
|
text-align: center;
|
|
padding-top: 2em;
|
|
|
|
.face {
|
|
font-size: 4.286em;
|
|
}
|
|
.reason {
|
|
font-size: $font-up-4;
|
|
}
|
|
.url {
|
|
font-style: italic;
|
|
font-size: $font-down-1;
|
|
}
|
|
.desc {
|
|
margin-top: 16px;
|
|
.d-icon-check-circle {
|
|
color: $success;
|
|
}
|
|
}
|
|
.buttons {
|
|
display: inline-flex;
|
|
margin-top: 15px;
|
|
|
|
button {
|
|
margin: 0 20px;
|
|
}
|
|
}
|
|
}
|