mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
New themes added
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user