| .. | |||||
| _calendar.scss | |||||
| _errors.scss | |||||
| _invoice.scss | |||||
| _log-viewer.scss | |||||
| _media-gallery.scss | |||||
| _search-results.scss | |||||
| _sign.scss | |||||
| _timeline.scss | |||||
| _user-profile.scss |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dpmptsp/public_html/admin/assets/stylesheets/sass/modules/pages/ |
Upload File : |
// WRAPPER
// -----------------------------------------------------------------------------
/* Error Pages - wrappers */
.body-error {
margin: 0 auto;
max-width: 900px;
width: 100%;
&.error-outside {
display: table;
height: 100vh;
.center-error {
display: table-cell;
vertical-align: middle;
}
}
&.error-inside {
margin-top: 150px;
}
}
// HEADER
// -----------------------------------------------------------------------------
/* Error Pages - header */
.body-error {
.error-header {
border-bottom: 1px solid #DADADA;
margin-bottom: 50px;
padding-bottom: 15px;
.form {
margin-top: 12px;
}
}
}
// TYPO
// -----------------------------------------------------------------------------
/* Error Pages - typo */
.body-error {
.error-code {
@include font-size(140);
@include line-height(140);
letter-spacing: -10px;
}
.error-explanation {
@include font-size(20);
@include line-height(36);
}
}
// RESPONSIVE
// -----------------------------------------------------------------------------
/* Error Pages - Responsive */
@media only screen and (max-width: 1150px) {
.body-error.error-inside {
margin-top: 50px;
padding-bottom: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
.body-error.error-inside {
.error-code {
@include font-size(100);
@include line-height(100);
letter-spacing: -7px;
}
.error-explanation {
@include font-size(18);
@include line-height(32);
}
}
}
@media only screen and (max-width: 767px) {
.body-error {
.error-code {
@include font-size(90);
@include line-height(90);
letter-spacing: -7px;
}
.error-explanation {
@include font-size(16);
@include line-height(28);
}
}
.body-error.error-outside {
height: auto;
padding: 20px;
}
}| .. | |||||
| _calendar.scss | |||||
| _errors.scss | |||||
| _invoice.scss | |||||
| _log-viewer.scss | |||||
| _media-gallery.scss | |||||
| _search-results.scss | |||||
| _sign.scss | |||||
| _timeline.scss | |||||
| _user-profile.scss |