mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 20:15:07 +00:00
Fix the missing backgrounds
+ Increased the shadow weight of the content on Auth, Coming Soon and Maintenance pages
This commit is contained in:
parent
2a10f3e443
commit
6ae0a9760d
|
@ -39,7 +39,7 @@
|
|||
min-width: 400px;
|
||||
max-width: 400px;
|
||||
background: #FFFFFF;
|
||||
@include mat-elevation(7);
|
||||
@include mat-elevation(16);
|
||||
|
||||
@include media-breakpoint('sm') {
|
||||
width: 360px;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
padding: 32px;
|
||||
text-align: center;
|
||||
background: #FFFFFF;
|
||||
@include mat-elevation(7);
|
||||
@include mat-elevation(16);
|
||||
|
||||
@include media-breakpoint('xs') {
|
||||
padding: 24px;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
max-width: 420px;
|
||||
padding: 48px 32px 32px 32px;
|
||||
background: #FFFFFF;
|
||||
@include mat-elevation(7);
|
||||
@include mat-elevation(16);
|
||||
|
||||
@include media-breakpoint('xs') {
|
||||
padding: 24px;
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
min-width: 400px;
|
||||
max-width: 400px;
|
||||
background: #FFFFFF;
|
||||
@include mat-elevation(7);
|
||||
@include mat-elevation(16);
|
||||
|
||||
@include media-breakpoint('sm') {
|
||||
width: 360px;
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
padding: 48px;
|
||||
background: #FFFFFF;
|
||||
text-align: center;
|
||||
@include mat-elevation(7);
|
||||
@include mat-elevation(16);
|
||||
|
||||
@include media-breakpoint('xs') {
|
||||
padding: 24px;
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
min-width: 400px;
|
||||
max-width: 400px;
|
||||
background: #FFFFFF;
|
||||
@include mat-elevation(7);
|
||||
@include mat-elevation(16);
|
||||
|
||||
@include media-breakpoint('sm') {
|
||||
width: 360px;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
padding: 32px;
|
||||
background: #FFFFFF;
|
||||
text-align: center;
|
||||
@include mat-elevation(7);
|
||||
@include mat-elevation(16);
|
||||
|
||||
@include media-breakpoint('xs') {
|
||||
padding: 24px;
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
min-width: 400px;
|
||||
max-width: 400px;
|
||||
background: #FFFFFF;
|
||||
@include mat-elevation(7);
|
||||
@include mat-elevation(16);
|
||||
|
||||
@include media-breakpoint('sm') {
|
||||
width: 360px;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
padding: 32px;
|
||||
text-align: center;
|
||||
background: #FFFFFF;
|
||||
@include mat-elevation(7);
|
||||
@include mat-elevation(16);
|
||||
|
||||
@include media-breakpoint('xs') {
|
||||
padding: 24px;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#coming-soon {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
background: url('/assets/images/backgrounds/march.jpg') no-repeat;
|
||||
background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
|
||||
background-size: cover;
|
||||
|
||||
#coming-soon-form-wrapper {
|
||||
|
@ -21,7 +21,7 @@
|
|||
max-width: 384px;
|
||||
background: #FFFFFF;
|
||||
text-align: center;
|
||||
@include mat-elevation(7);
|
||||
@include mat-elevation(16);
|
||||
|
||||
@include media-breakpoint('xs') {
|
||||
width: 100%;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#maintenance {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
background: url('/assets/images/backgrounds/march.jpg') no-repeat;
|
||||
background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
|
||||
background-size: cover;
|
||||
|
||||
#maintenance-form-wrapper {
|
||||
|
@ -21,7 +21,7 @@
|
|||
padding: 48px;
|
||||
background: #FFFFFF;
|
||||
text-align: center;
|
||||
@include mat-elevation(7);
|
||||
@include mat-elevation(16);
|
||||
|
||||
@include media-breakpoint('xs') {
|
||||
padding: 24px;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
height: 320px;
|
||||
min-height: 320px;
|
||||
max-height: 320px;
|
||||
background: url('/assets/images/backgrounds/march.jpg') no-repeat 0 45%;
|
||||
background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat 0 45%;
|
||||
background-size: 100% auto;
|
||||
|
||||
.profile-image {
|
||||
|
|
Loading…
Reference in New Issue
Block a user