mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
Change text color on Inicio and set gov theme as default
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user