empty page style added

This commit is contained in:
batuhanbas
2019-12-12 19:15:20 +03:00
parent ba3b2df37b
commit 02ca249e77
17 changed files with 644 additions and 582 deletions

11
public/css/custom.css vendored
View File

@ -745,6 +745,12 @@
/*--------Height 0 Finish--------*/
table .align-items-center td span.badge {
height: 24px;
padding-top: 8px;
font-size: 9px;
}
/*----------------RESPONSIVE START LINE----------------*/
/*--------Xs Breakpoint--------*/
@media (min-width: 304px) and (max-width: 575.98px)
@ -952,8 +958,3 @@
/*--------XL Breakpoint Finish--------*/
/*----------------RESPONSIVE END LINE----------------*/
table .align-items-center td span.badge {
height: 24px;
padding-top: 8px;
font-size: 9px;
}