Files
WebDB/website/public/styles/message-page.css
Marijn Jansen 20b951cad2 404 page
2017-01-30 14:30:36 +01:00

28 lines
323 B
CSS

body {
background-color: #FBC02D;
}
.password-change {
height: 100%;
margin: auto;
}
.top-logo {
text-align: center;
}
.item-box {
margin: 30px auto auto;
display: block;
}
.top-logo img {
width: 50%;
}
.error-page {
text-align: center;
}
.error-page img {
vertical-align: middle;
}