mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
web background color change on network status
This commit is contained in:
+6
-2
@@ -731,7 +731,11 @@ app-header-no-search .ion-toolbar{
|
||||
} */
|
||||
|
||||
:root {
|
||||
--color : #0782C9;
|
||||
--color : hsl(202, 93%, 41%);
|
||||
--color2: #45BAFF;
|
||||
--color3: #0782C9;
|
||||
--color4: #0782c9f0;
|
||||
--color5: #45BAFF;
|
||||
}
|
||||
|
||||
body, .blue-background{ background: var(--color) !important;}
|
||||
@@ -739,7 +743,7 @@ body, .blue-background{ background: var(--color) !important;}
|
||||
@media only screen and (min-width: 1365px) {
|
||||
|
||||
body{
|
||||
background: linear-gradient(270deg, #45BAFF 0%, #0782C9 23.44%, rgba(7, 130, 201, 0.9425) 78.13%, #45BAFF 100%) !important;
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user