Initial commit
This commit is contained in:
48
static/css/error.css
Normal file
48
static/css/error.css
Normal file
@@ -0,0 +1,48 @@
|
||||
.q-error-page {
|
||||
background-color: #373737;
|
||||
color:#FFF;
|
||||
font-family: Roboto, sans-serif;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
display: inline-block;
|
||||
background-color: #F44336;
|
||||
color:#FFF;
|
||||
border-radius: 2px;
|
||||
padding:10px 20px;
|
||||
margin-top:40px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.q-error-logo {
|
||||
margin:40px;
|
||||
}
|
||||
|
||||
.q-error-title {
|
||||
color:#F44336;
|
||||
margin:20px 0;
|
||||
text-align: center;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.q-error-subtitle {
|
||||
margin:0;
|
||||
text-align: center;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.q-error-image {
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
@media (max-width: 599px) {
|
||||
.q-error-title {
|
||||
font-size:20px;
|
||||
}
|
||||
.q-error-subtitle {
|
||||
font-size:12px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user