New themes added

This commit is contained in:
Eudes Inácio
2021-10-20 17:46:03 +01:00
parent de29ff978d
commit 55f5fd822d
10 changed files with 222 additions and 91 deletions
+22
View File
@@ -740,6 +740,10 @@ app-header-no-search .ion-toolbar{
--notificationtypeagenda2: #f7f5f2;
--notificationtypeagenda3: #f7f5f2;
--notificationtypeagenda4: #f7f5f2;
--header-container-background: linear-gradient(270deg, var(--color2) 0%, var(--color3) 23.44%, var(--color4) 78.13%, var(--color5) 100%) !important;
--headercolor: #000;
--header-bottom-line-background: linear-gradient(270deg, var(--color2) 0%, var(--color3) 23.44%, var(--color4) 78.13%, var(--color5) 100%) !important;
--header-bottom-line-background-image: linear-gradient(270deg, var(--color2) 0%, var(--color3) 23.44%, var(--color4) 78.13%, var(--color5) 100%) !important;
}
body, .blue-background{ background: var(--color) !important;}
@@ -773,6 +777,24 @@ ion-content {
padding: 0px 20px 0 20px !important;
}
app-header .header-container{
background: var(--header-container-background) !important;
color: var(--headercolor);
}
app-header .header-bottom-line{
width: 100%;
height: 5px !important;
background-color: var(--header-bottom-line-background) !important;
background-image: var(--header-bottom-line-background-image) !important;
}
.svgInicioIcon {
fill: none;
stroke-width: 3;
stroke: #080808;
}
.chat-popover .popover-content {
width: 100% !important;