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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
405 B
SCSS
Raw Normal View History

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