discourse/app/assets/stylesheets/common/base/exception.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;
}
}
}