mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +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;
|
||||
|
||||
@@ -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
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user