Removed Google Calendar images as they are no longer available freely from Google
|
@ -216,52 +216,52 @@
|
|||
}
|
||||
|
||||
&.Jan {
|
||||
background-image: url('/assets/images/backgrounds/january.jpg');
|
||||
background-position: 0 45%;
|
||||
background-image: url('/assets/images/backgrounds/winter.jpg');
|
||||
background-position: 0 65%;
|
||||
}
|
||||
&.Feb {
|
||||
background-image: url('/assets/images/backgrounds/february.jpg');
|
||||
background-position: 0 50%;
|
||||
background-image: url('/assets/images/backgrounds/winter.jpg');
|
||||
background-position: 0 65%;
|
||||
}
|
||||
&.Mar {
|
||||
background-image: url('/assets/images/backgrounds/march.jpg');
|
||||
background-position: 0 45%;
|
||||
background-image: url('/assets/images/backgrounds/spring.jpg');
|
||||
background-position: 0 19%;
|
||||
}
|
||||
&.Apr {
|
||||
background-image: url('/assets/images/backgrounds/april.jpg');
|
||||
background-position: 0 48%;
|
||||
background-image: url('/assets/images/backgrounds/spring.jpg');
|
||||
background-position: 0 19%;
|
||||
}
|
||||
&.May {
|
||||
background-image: url('/assets/images/backgrounds/may.jpg');
|
||||
background-position: 0 47%;
|
||||
background-image: url('/assets/images/backgrounds/spring.jpg');
|
||||
background-position: 0 19%;
|
||||
}
|
||||
&.Jun {
|
||||
background-image: url('/assets/images/backgrounds/june.jpg');
|
||||
background-position: 0 48%;
|
||||
background-image: url('/assets/images/backgrounds/summer.jpg');
|
||||
background-position: 0 91%;
|
||||
}
|
||||
&.Jul {
|
||||
background-image: url('/assets/images/backgrounds/july.jpg');
|
||||
background-position: 0 3%;
|
||||
background-image: url('/assets/images/backgrounds/summer.jpg');
|
||||
background-position: 0 91%;
|
||||
}
|
||||
&.Aug {
|
||||
background-image: url('/assets/images/backgrounds/august.jpg');
|
||||
background-position: 0 61%;
|
||||
background-image: url('/assets/images/backgrounds/summer.jpg');
|
||||
background-position: 0 91%;
|
||||
}
|
||||
&.Sep {
|
||||
background-image: url('/assets/images/backgrounds/september.jpg');
|
||||
background-position: 0 58%;
|
||||
background-image: url('/assets/images/backgrounds/autumn.jpg');
|
||||
background-position: 0 40%;
|
||||
}
|
||||
&.Oct {
|
||||
background-image: url('/assets/images/backgrounds/october.jpg');
|
||||
background-position: 0 50%;
|
||||
background-image: url('/assets/images/backgrounds/autumn.jpg');
|
||||
background-position: 0 40%;
|
||||
}
|
||||
&.Nov {
|
||||
background-image: url('/assets/images/backgrounds/november.jpg');
|
||||
background-position: 0 46%;
|
||||
background-image: url('/assets/images/backgrounds/autumn.jpg');
|
||||
background-position: 0 40%;
|
||||
}
|
||||
&.Dec {
|
||||
background-image: url('/assets/images/backgrounds/december.jpg');
|
||||
background-position: 0 43%;
|
||||
background-image: url('/assets/images/backgrounds/winter.jpg');
|
||||
background-position: 0 65%;
|
||||
}
|
||||
|
||||
.header-content {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#forgot-password {
|
||||
width: 100%;
|
||||
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;
|
||||
|
||||
#forgot-password-intro {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#forgot-password {
|
||||
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;
|
||||
|
||||
#forgot-password-form-wrapper {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#lock {
|
||||
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;
|
||||
|
||||
#lock-form-wrapper {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#login {
|
||||
width: 100%;
|
||||
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;
|
||||
|
||||
#login-intro {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#login {
|
||||
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;
|
||||
|
||||
#login-form-wrapper {
|
||||
|
@ -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;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#mail-confirm {
|
||||
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;
|
||||
|
||||
#mail-confirm-form-wrapper {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#register {
|
||||
width: 100%;
|
||||
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;
|
||||
|
||||
#register-intro {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#register {
|
||||
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;
|
||||
|
||||
#register-form-wrapper {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#reset-password {
|
||||
width: 100%;
|
||||
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;
|
||||
|
||||
#reset-password-intro {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#reset-password {
|
||||
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;
|
||||
|
||||
#reset-password-form-wrapper {
|
||||
|
|
Before Width: | Height: | Size: 140 KiB |
Before Width: | Height: | Size: 125 KiB |
BIN
src/assets/images/backgrounds/autumn.jpg
Normal file
After Width: | Height: | Size: 250 KiB |
BIN
src/assets/images/backgrounds/dark-material-bg.jpg
Normal file
After Width: | Height: | Size: 385 KiB |
Before Width: | Height: | Size: 155 KiB |
Before Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 121 KiB |
Before Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 124 KiB |
Before Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 112 KiB |
Before Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 106 KiB |
Before Width: | Height: | Size: 146 KiB |
BIN
src/assets/images/backgrounds/spring.jpg
Normal file
After Width: | Height: | Size: 363 KiB |
BIN
src/assets/images/backgrounds/summer.jpg
Normal file
After Width: | Height: | Size: 274 KiB |
BIN
src/assets/images/backgrounds/winter.jpg
Normal file
After Width: | Height: | Size: 280 KiB |