Removed Google Calendar images as they are no longer available freely from Google

This commit is contained in:
Sercan Yemen 2017-12-06 10:34:40 +03:00
parent 9f440b1bf2
commit 37a5c69269
28 changed files with 35 additions and 35 deletions

View File

@ -216,52 +216,52 @@
} }
&.Jan { &.Jan {
background-image: url('/assets/images/backgrounds/january.jpg'); background-image: url('/assets/images/backgrounds/winter.jpg');
background-position: 0 45%; background-position: 0 65%;
} }
&.Feb { &.Feb {
background-image: url('/assets/images/backgrounds/february.jpg'); background-image: url('/assets/images/backgrounds/winter.jpg');
background-position: 0 50%; background-position: 0 65%;
} }
&.Mar { &.Mar {
background-image: url('/assets/images/backgrounds/march.jpg'); background-image: url('/assets/images/backgrounds/spring.jpg');
background-position: 0 45%; background-position: 0 19%;
} }
&.Apr { &.Apr {
background-image: url('/assets/images/backgrounds/april.jpg'); background-image: url('/assets/images/backgrounds/spring.jpg');
background-position: 0 48%; background-position: 0 19%;
} }
&.May { &.May {
background-image: url('/assets/images/backgrounds/may.jpg'); background-image: url('/assets/images/backgrounds/spring.jpg');
background-position: 0 47%; background-position: 0 19%;
} }
&.Jun { &.Jun {
background-image: url('/assets/images/backgrounds/june.jpg'); background-image: url('/assets/images/backgrounds/summer.jpg');
background-position: 0 48%; background-position: 0 91%;
} }
&.Jul { &.Jul {
background-image: url('/assets/images/backgrounds/july.jpg'); background-image: url('/assets/images/backgrounds/summer.jpg');
background-position: 0 3%; background-position: 0 91%;
} }
&.Aug { &.Aug {
background-image: url('/assets/images/backgrounds/august.jpg'); background-image: url('/assets/images/backgrounds/summer.jpg');
background-position: 0 61%; background-position: 0 91%;
} }
&.Sep { &.Sep {
background-image: url('/assets/images/backgrounds/september.jpg'); background-image: url('/assets/images/backgrounds/autumn.jpg');
background-position: 0 58%; background-position: 0 40%;
} }
&.Oct { &.Oct {
background-image: url('/assets/images/backgrounds/october.jpg'); background-image: url('/assets/images/backgrounds/autumn.jpg');
background-position: 0 50%; background-position: 0 40%;
} }
&.Nov { &.Nov {
background-image: url('/assets/images/backgrounds/november.jpg'); background-image: url('/assets/images/backgrounds/autumn.jpg');
background-position: 0 46%; background-position: 0 40%;
} }
&.Dec { &.Dec {
background-image: url('/assets/images/backgrounds/december.jpg'); background-image: url('/assets/images/backgrounds/winter.jpg');
background-position: 0 43%; background-position: 0 65%;
} }
.header-content { .header-content {

View File

@ -5,7 +5,7 @@
#forgot-password { #forgot-password {
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
background: url('/assets/images/backgrounds/march.jpg') no-repeat; background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
background-size: cover; background-size: cover;
#forgot-password-intro { #forgot-password-intro {

View File

@ -5,7 +5,7 @@
#forgot-password { #forgot-password {
width: 100%; width: 100%;
overflow: auto; 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; background-size: cover;
#forgot-password-form-wrapper { #forgot-password-form-wrapper {

View File

@ -5,7 +5,7 @@
#lock { #lock {
width: 100%; width: 100%;
overflow: auto; 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; background-size: cover;
#lock-form-wrapper { #lock-form-wrapper {

View File

@ -5,7 +5,7 @@
#login { #login {
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
background: url('/assets/images/backgrounds/march.jpg') no-repeat; background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
background-size: cover; background-size: cover;
#login-intro { #login-intro {

View File

@ -5,7 +5,7 @@
#login { #login {
width: 100%; width: 100%;
overflow: auto; 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; background-size: cover;
#login-form-wrapper { #login-form-wrapper {
@ -22,7 +22,7 @@
padding: 32px; padding: 32px;
background: #FFFFFF; background: #FFFFFF;
text-align: center; text-align: center;
@include mat-elevation(7); @include mat-elevation(16);
@include media-breakpoint('xs') { @include media-breakpoint('xs') {
padding: 24px; padding: 24px;

View File

@ -5,7 +5,7 @@
#mail-confirm { #mail-confirm {
width: 100%; width: 100%;
overflow: auto; 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; background-size: cover;
#mail-confirm-form-wrapper { #mail-confirm-form-wrapper {

View File

@ -5,7 +5,7 @@
#register { #register {
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
background: url('/assets/images/backgrounds/march.jpg') no-repeat; background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
background-size: cover; background-size: cover;
#register-intro { #register-intro {

View File

@ -5,7 +5,7 @@
#register { #register {
width: 100%; width: 100%;
overflow: auto; 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; background-size: cover;
#register-form-wrapper { #register-form-wrapper {

View File

@ -5,7 +5,7 @@
#reset-password { #reset-password {
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
background: url('/assets/images/backgrounds/march.jpg') no-repeat; background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
background-size: cover; background-size: cover;
#reset-password-intro { #reset-password-intro {

View File

@ -5,7 +5,7 @@
#reset-password { #reset-password {
width: 100%; width: 100%;
overflow: auto; 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; background-size: cover;
#reset-password-form-wrapper { #reset-password-form-wrapper {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB