First Commit
This commit is contained in:
commit
610aa1e202
4204 changed files with 636764 additions and 0 deletions
24
_static/assets/LESS/LESS_BS3/smarty/layout-maintenance.less
Normal file
24
_static/assets/LESS/LESS_BS3/smarty/layout-maintenance.less
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
/** Maintenance
|
||||
**************************************************************** **/
|
||||
.maintenance {
|
||||
padding: 20px;
|
||||
margin-top: 10%;
|
||||
background-color: rgba(0,0,0,0.05);
|
||||
font-family:'Open Sans';
|
||||
font-size:14px;
|
||||
line-height:23px;
|
||||
text-align: center;
|
||||
font-weight:300;
|
||||
}
|
||||
.maintenance h1 {
|
||||
font-size:50px;
|
||||
line-height:50px;
|
||||
font-weight:300;
|
||||
margin-bottom:6px;
|
||||
}
|
||||
@media only screen and (max-width: 480px) {
|
||||
.maintenance h1 {
|
||||
font-size:40px;
|
||||
line-height:40px;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue