MM 330 FIXED

MOHEMM-Q3-DEV-LATEST
umasoodch 6 years ago
parent d6e378c699
commit 58edb1c767

@ -1373,13 +1373,21 @@ border:0px
--border-radius: 0.4cm; --border-radius: 0.4cm;
} }
.monthview-datetable { .monthview-datetable {
*{ @media screen and (min-width: 300px) and (max-width:360px) {
font-size: 11px !important; *{
font-weight: normal !important; font-size: 9px !important;
font-weight: normal !important;
}
} }
@media screen and (min-width: 361px) {
*{
font-size: 11px !important;
font-weight: normal !important;
}
}
thead th { thead th {
border:none !important; border:none !important;
color:#888; color:#888;

Loading…
Cancel
Save