Change text color on Inicio and set gov theme as default

This commit is contained in:
Eudes Inácio
2021-10-22 15:37:22 +01:00
parent 509824d0c5
commit 4231808c6e
4 changed files with 17 additions and 8 deletions
+7 -7
View File
@@ -85,7 +85,7 @@ ion-toolbar{
.p-small{
font-size: 13pt;
margin-top: 13px;
color:#000;
color: var(--header-tab-text-white);
margin-right: 25px !important;
text-align: right;
/* color: #ffffff; */
@@ -182,7 +182,7 @@ ion-toolbar{
.ion-icon-location{
text-align: center;
display: block;
color: #000;
color: var(--subtitle-text-color);
font-size: 16px;
margin: 0 auto;
}
@@ -278,10 +278,9 @@ ion-toolbar{
}
.event-number{
color: white;
color: var(--header-tab-text-white);
font-family: Roboto;
font-size: 15px;
color: var(--white);
bold{
font-family: Roboto;
@@ -294,7 +293,7 @@ ion-toolbar{
font-family: Roboto;
font-size: 30px;
text-align: center;
color: var(--white);
color: var(--header-tab-text-white);
line-height: unset;
margin-top: 10px;
}
@@ -317,7 +316,7 @@ ion-toolbar{
margin-top: 2px;
font-family: Roboto;
font-size: 15px;
color: var(--white);
color: var(--header-tab-text-white);
}
}
@@ -436,7 +435,8 @@ ion-toolbar{
font-family: Roboto;
font-size: 15px;
font-weight: bold;
color: #0d89d1;
//color: #0d89d1;
color: var(--title-text-color)
}
.description p{
white-space: nowrap;
+3
View File
@@ -744,6 +744,9 @@ app-header-no-search .ion-toolbar{
--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;
--title-text-color: rgb(0, 0, 0);
--subtitle-text-color: #000
}
+1 -1
View File
@@ -67,7 +67,7 @@
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body class='body'>
<body class='gov'>
<app-root></app-root>
</body>
+6
View File
@@ -640,6 +640,9 @@ body {
--color3: #D9D9D9;
--color4: #d9d9d9ee;
--color5: #ececec;
--title-text-color: rgb(0, 0, 0);
--subtitle-text-color: #000
}
.default {
@@ -658,4 +661,7 @@ body {
--color3: #0782c9;
--color4: #0782c9f0;
--color5: #45baff;
--title-text-color: #0d89d1;
--subtitle-text-color: #000
}