天津投入产出系统后端
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.
 
 
 
 
 
 

18 lines
266 B

//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;
}
}