Text color change on gabinete

This commit is contained in:
Eudes Inácio
2021-10-25 15:32:42 +01:00
parent f8433c9bf2
commit 5a569129d3
11 changed files with 12 additions and 12 deletions
@@ -40,7 +40,7 @@
}
.profile-info{
margin-top: 20px;
color: #fff;
color: black;
font-family: Roboto;
font-size: 13px;
@@ -115,7 +115,7 @@ ion-item-sliding{
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: var(--header-tab-text-white);
color: var(--title-text-color) !important;
margin: 0;
padding: 0;
}
@@ -161,7 +161,7 @@ ion-toolbar{
padding: 0 !important;
}
.item-options{
color: #42b9fe;
color: var(--box-hover-background-color);
width: 25px;
font-size: 20px;
}
@@ -172,7 +172,7 @@ ion-toolbar{
}
.item-active{
background-color: #42b9fe !important;
background-color: var(--gabinete-active-hove-background) !important;
color: #fff !important;
}
@@ -98,7 +98,7 @@
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: var(--header-tab-text-white);
color: var(--title-text-color);
margin: 0;
padding: 0;
}
@@ -120,7 +120,7 @@ ion-item{
font-family: Roboto;
font-size: 12pt;
font-weight: 700;
color: #0d89d1;
color: var(--title-text-color);
padding-left: 3px;
.subject{
@@ -120,7 +120,7 @@ ion-item{
font-family: Roboto;
font-size: 12pt;
font-weight: 700;
color: #0d89d1;
color: var(--title-text-color);
padding-left: 3px;
.subject{
@@ -58,7 +58,7 @@ ion-item{
font-family: Roboto;
font-size: 12pt;
font-weight: 700;
color: #0d89d1;
color: var(--title-text-color);
padding-left: 3px;
.subject{
@@ -21,7 +21,7 @@
font-family: Roboto;
font-size: 12pt;
font-weight: 700;
color: #0d89d1;
color: var(--title-text-color);
padding-left: 3px;
.subject{
@@ -118,7 +118,7 @@ ion-item{
font-family: Roboto;
font-size: 12pt;
font-weight: 700;
color: #0d89d1;
color: var(--title-text-color);
padding-left: 3px;
.subject{
@@ -119,7 +119,7 @@ ion-item{
font-family: Roboto;
font-size: 12pt;
font-weight: 700;
color: #0d89d1;
color: var(--title-text-color);
padding-left: 3px;
.subject{
+1 -1
View File
@@ -617,7 +617,7 @@ body {
}
.gov {
--ion-color-primary: #d9d9d9;
--ion-color-primary: #000;
--login-background: linear-gradient(180deg, #c63527 60%, #000 100%) !important;
--button-hover: #ffb81c;
--inicio-open-page-from-box: #c63527;