Files
PrestaShop/themes/default-bootstrap/sass/maintenance.scss
T
2013-11-06 15:41:00 +02:00

38 lines
922 B
SCSS

@import '_theme_variables';
/*********************************************************************
Maintenance Page Styles
**********************************************************************/
#maintenance {
margin-top:50px;
@media (min-width: $screen-lg) { // > 1200
margin:126px 0 0 0;
padding:91px 48px 365px 297px;
background:url(../img/bg_maintenance.png) no-repeat;
}
.logo {
margin-bottom:31px;
}
h1 {
font:600 28px/34px $font-custom;
color:$base-text-color;
text-transform:uppercase;
border-bottom:1px solid $base-border-color;
padding:0 0 14px 0;
margin:0 0 19px 0;
}
#message {
font:600 16px/31px $font-custom;
padding-left:18px;
color:#555454;
text-transform:uppercase;
}
}
@media only screen and (min-width: 1200px) {
.container {
padding-left:0;
padding-right:0;
}
}