BootstrapAdmin/Bootstrap.Admin/wwwroot/css/error.css

26 lines
331 B
CSS

body {
background: #8075c6;
color: #fff;
}
img {
width: 150px;
height: auto;
}
.error-wrapper {
text-align: center;
}
.error-wrapper p {
padding-top: 15px;
}
a, a:hover, a:focus {
text-decoration: none;
outline: none;
font-size: 14px;
font-weight: 300;
color: #fff;
}