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

32 lines
423 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: 60px;
height: 60px;
}
.reason {
font-size: 1.714em;
2014-06-16 14:25:33 -04:00
height: 24px;
}
.url {
font-style: italic;
font-size: 11px;
}
.desc {
margin-top: 16px;
.fa-check-circle {
color: $success;
}
}
.buttons {
display: inline-flex;
2014-06-16 14:25:33 -04:00
margin-top: 15px;
button {
margin: 0 20px;
}
}
}