Check network connection and background colorchange

This commit is contained in:
Eudes Inácio
2021-08-22 01:24:45 +01:00
parent 3f917ae7d4
commit c99f776310
5 changed files with 15 additions and 3 deletions
+4 -1
View File
@@ -730,8 +730,11 @@ app-header-no-search .ion-toolbar{
overflow-y: auto !important;
} */
:root {
--color : #0782C9;
}
body, .blue-background{ background: #0782C9 !important;}
body, .blue-background{ background: var(--color) !important;}
@media only screen and (min-width: 1365px) {