discourse/app/assets/stylesheets/common/base/exception.scss

30 lines
405 B
SCSS
Raw Normal View History

2014-06-16 14:25:33 -04:00
.error-page {
text-align: center;
padding-top: 2em;
.face {
font-size: 4.286em;
2014-06-16 14:25:33 -04:00
}
.reason {
2018-01-12 17:27:38 -05:00
font-size: $font-up-4;
2014-06-16 14:25:33 -04:00
}
.url {
font-style: italic;
2018-01-12 17:27:38 -05:00
font-size: $font-down-1;
2014-06-16 14:25:33 -04:00
}
.desc {
margin-top: 16px;
.d-icon-check-circle {
2014-06-16 14:25:33 -04:00
color: $success;
}
}
.buttons {
display: inline-flex;
2014-06-16 14:25:33 -04:00
margin-top: 15px;
button {
margin: 0 20px;
}
}
}