Fix the missing backgrounds

+ Increased the shadow weight of the content on Auth, Coming Soon and Maintenance pages
This commit is contained in:
Sercan Yemen 2017-12-06 14:39:24 +03:00
parent 2a10f3e443
commit 6ae0a9760d
12 changed files with 14 additions and 14 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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%;

View File

@ -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;

View File

@ -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 {