Update style of log in page and header

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2019-11-23 19:16:59 +07:00
parent 4f2837017c
commit 7edeac887b
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
6 changed files with 11 additions and 20029 deletions

View File

@ -142,12 +142,14 @@ $invert: luma($color-primary) > 0.6;
#theming-preview {
background-image: $image-login-background;
background-color: $color-primary;
background-color: linear-gradient(40deg, $color-primary 0%, rgba(28,175,255,1) 100%);
}
} @else {
#theming-preview {
background-image: $image-login-background;
background-color: $color-primary;
}
#theming-preview {
background-image: $image-login-background;
background-color: $color-primary;
background-color: linear-gradient(40deg, $color-primary 0%, rgba(28,175,255,1) 100%);
}
}
@if variable_exists('theming-logoheader-mime') and $theming-logoheader-mime != '' {
@ -207,6 +209,7 @@ input.primary,
#body-login, #firstrunwizard .firstrunwizard-header, #theming-preview {
background-image: none !important;
background-color: $color-primary;
background-color: linear-gradient(40deg, $color-primary 0%, rgba(28,175,255,1) 100%);
}
#body-login {
@ -218,6 +221,7 @@ input.primary,
} @else {
#body-login {
background-color: $color-primary;
background-color: linear-gradient(40deg, $color-primary 0%, rgba(28,175,255,1) 100%);
}
}

Binary file not shown.

View File

@ -50,6 +50,7 @@
z-index: 2000;
height: $header-height;
background-color: var(--color-primary);
background-image: linear-gradient(40deg, var(--color-primary) 0%, rgba(28,175,255,1) 100%);
box-sizing: border-box;
justify-content: space-between;
}
@ -444,7 +445,6 @@ nav[role='navigation'] {
text-overflow: initial;
width: auto;
overflow: hidden;
background-color: var(--color-primary);
padding: 0 5px;
z-index: 2;
}

View File

@ -87,6 +87,7 @@ ul {
body {
background-color: var(--color-main-background);
background-color: linear-gradient(40deg, var(--color-main-background) 0%, rgba(28,175,255,1) 100%);
font-weight: normal;
/* bring the default font size up to 14px */
font-size: .875em;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 34 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 76 KiB