fixing bug UI issue

enad-Q1
enadhilal 5 years ago
parent 3d986ca77d
commit d2abcbb620

@ -44,6 +44,7 @@
font-weight: bold; font-weight: bold;
text-align: left; text-align: left;
display: block; display: block;
font-size: 14px !important;
} }
.iconFab{ .iconFab{

@ -7,31 +7,6 @@
margin-left: 0px; margin-left: 0px;
} }
@media only screen and (max-width: 320px) {
.active-Segment {
font-size: 0.3cm !important;
background: #269DB8 !important;
text-transform: none;
--color-checked: none;
border-radius: 100px;
border:0;
}
.active-Segment ion-label{
font-size: 8px !important;
color: white !important;
}
.normal-Segment ion-label{
color: black;
font-size: 8px !important;
}
.normal-Segment {
font-size: 0.3cm;
text-transform: none;
--color-checked: none;
border: 0;
}
}
.active-Segment { .active-Segment {
font-size: 0.3cm !important; font-size: 0.3cm !important;
background: #269DB8 !important; background: #269DB8 !important;

@ -54,6 +54,7 @@
--color-checked: none; --color-checked: none;
border: 0; border: 0;
} }
.action-btn { .action-btn {
white-space: nowrap; white-space: nowrap;

@ -7,31 +7,6 @@
margin-left: 0px; margin-left: 0px;
} }
@media only screen and (max-width: 320px) {
.active-Segment {
font-size: 0.3cm !important;
background: #269DB8 !important;
text-transform: none;
--color-checked: none;
border-radius: 100px;
border:0;
}
.active-Segment ion-label{
font-size: 8px !important;
color: white !important;
}
.normal-Segment ion-label{
color: black;
font-size: 8px !important;
}
.normal-Segment {
font-size: 0.3cm;
text-transform: none;
--color-checked: none;
border: 0;
}
}
.active-Segment { .active-Segment {
font-size: 0.3cm !important; font-size: 0.3cm !important;
background: #269DB8 !important; background: #269DB8 !important;

@ -344,7 +344,7 @@ ion-card{
} }
.action-btn { .action-btn {
white-space: pre-wrap; white-space: pre-wrap;
font-size: 12px; font-size: 11px;
} }
.name{ .name{
color:black !important ;font-weight: bold; color:black !important ;font-weight: bold;

Loading…
Cancel
Save