fixed color changes

MOE_MAIN-COLOR_CHANGES
umasoodch 3 years ago
parent 932deb613b
commit 9c4fedf8c4

@ -37,5 +37,5 @@
margin-top: 10px; margin-top: 10px;
color: #004D71; color: #004D71;
font-weight: bold; font-weight: bold;
letter-spacing: .6px; letter-spacing: 0px;
} }

@ -60,6 +60,7 @@ ion-app[dir="rtl"] .titleBox {
text-align: center; text-align: center;
display: block; display: block;
font-size: 14px !important; font-size: 14px !important;
letter-spacing: 0px;
} }
.iconFab { .iconFab {

@ -46,6 +46,7 @@ ion-label {
color: #004D71 !important; color: #004D71 !important;
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
letter-spacing: 0.16px;
// margin: 0px 10px 10px 10px; // margin: 0px 10px 10px 10px;
} }
@ -106,7 +107,8 @@ ion-label {
ion-button { ion-button {
border-radius: 10px; border-radius: 10px;
padding: 10px; padding: 10px;
background: rgba(0, 0, 0, .3); background: #69b9b4;
letter-spacing: 0px;
--background: transparent; --background: transparent;
--box-shadow: none !important; --box-shadow: none !important;
height: auto; height: auto;

@ -1910,7 +1910,7 @@ ion-app[dir="rtl"] {
} }
.pClass { .pClass {
font-size: 9px; font-size: 10px;
} }
} }

Loading…
Cancel
Save