add theme to login

This commit is contained in:
Peter Maquiran
2021-10-21 14:15:50 +01:00
parent 2a2bfc1886
commit 6d1d461ba7
7 changed files with 54 additions and 37 deletions
+3 -3
View File
@@ -748,14 +748,14 @@ app-header-no-search .ion-toolbar{
body, .blue-background{ background: var(--color) !important;}
// desktop
@media only screen and (min-width: 1365px) {
// set color to body
body{
background: linear-gradient(270deg, var(--color2) 0%, var(--color3) 23.44%, var(--color4) 78.13%, var(--color5) 100%) !important;
}
.blue-background {
background: linear-gradient(270deg, #45BAFF 0%, #0782C9 23.44%, rgba(7, 130, 201, 0.9425) 78.13%, #45BAFF 100%) !important;
}
}