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.

31 lines
448 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 {
font-size: var(--font-up-4);
2014-06-17 02:25:33 +08:00
}
.url {
font-style: italic;
font-size: var(--font-down-1);
2014-06-17 02:25:33 +08:00
}
.desc {
margin-top: 16px;
.d-icon-check-circle {
color: var(--success);
2014-06-17 02:25:33 +08:00
}
}
.buttons {
align-items: center;
display: inline-flex;
2014-06-17 02:25:33 +08:00
margin-top: 15px;
button {
margin: 0 20px;
}
}
}