mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-20 07:08:12 +00:00
56 lines
1.5 KiB
SCSS
56 lines
1.5 KiB
SCSS
@import "src/app/core/scss/fuse";
|
|
|
|
:host {
|
|
|
|
#maintenance {
|
|
height: 100%;
|
|
background: url('/assets/images/backgrounds/march.jpg') no-repeat;
|
|
background-size: cover;
|
|
|
|
#maintenance-form-wrapper {
|
|
flex: 1 0 auto;
|
|
padding: 32px;
|
|
|
|
@include media-breakpoint('xs') {
|
|
padding: 16px;
|
|
}
|
|
|
|
#maintenance-form {
|
|
max-width: 384px;
|
|
padding: 32px;
|
|
background: #FFFFFF;
|
|
text-align: center;
|
|
@include mat-elevation(7);
|
|
|
|
@include media-breakpoint('xs') {
|
|
padding: 24px;
|
|
width: 100%;
|
|
}
|
|
|
|
.logo {
|
|
width: 128px;
|
|
height: 128px;
|
|
line-height: 128px;
|
|
font-size: 86px;
|
|
font-weight: 500;
|
|
margin: 32px auto;
|
|
color: rgba(255, 255, 255, 1);
|
|
border-radius: 2px;
|
|
background: mat-color($accent);
|
|
}
|
|
|
|
.title {
|
|
font-size: 17px;
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.subtitle {
|
|
margin: 16px 0;
|
|
max-width: 300px;
|
|
color: rgba(0, 0, 0, 0.54);
|
|
font-size: 15px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |