You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
266 B
19 lines
266 B
4 years ago
|
//error pages
|
||
|
.error-container {
|
||
|
margin:20px;
|
||
|
padding:0;
|
||
|
background:#FFF;
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: @screen-xs-max) {
|
||
|
.error-container {
|
||
|
margin:12px;
|
||
|
}
|
||
|
}
|
||
|
@media only screen and (max-width: @screen-tiny-max) {
|
||
|
.error-container {
|
||
|
margin:6px;
|
||
|
}
|
||
|
}
|
||
|
|