2014-06-16 13:25:33 -05:00
|
|
|
.error-page {
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 2em;
|
|
|
|
|
|
|
|
.face {
|
2017-12-18 14:49:11 -06:00
|
|
|
font-size: 4.286em;
|
2014-06-16 13:25:33 -05:00
|
|
|
}
|
|
|
|
.reason {
|
2018-01-12 16:27:38 -06:00
|
|
|
font-size: $font-up-4;
|
2014-06-16 13:25:33 -05:00
|
|
|
}
|
|
|
|
.url {
|
|
|
|
font-style: italic;
|
2018-01-12 16:27:38 -06:00
|
|
|
font-size: $font-down-1;
|
2014-06-16 13:25:33 -05:00
|
|
|
}
|
|
|
|
.desc {
|
|
|
|
margin-top: 16px;
|
2017-11-23 10:14:51 -06:00
|
|
|
.d-icon-check-circle {
|
2014-06-16 13:25:33 -05:00
|
|
|
color: $success;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.buttons {
|
2016-03-28 11:41:08 -05:00
|
|
|
display: inline-flex;
|
2014-06-16 13:25:33 -05:00
|
|
|
margin-top: 15px;
|
|
|
|
|
|
|
|
button {
|
|
|
|
margin: 0 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|