mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-19 21:19:29 +00:00
56 lines
635 B
CSS
56 lines
635 B
CSS
|
|
|
|
@media (max-width: 991px) {
|
|
|
|
.md-invisible{
|
|
display:none;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.lg-invisible{
|
|
display:none;
|
|
}
|
|
}
|
|
|
|
.tabulator-collapsed-row{
|
|
padding:15px;
|
|
background-color: rgba(0,0,0,0.1);
|
|
|
|
}
|
|
|
|
.tabulator-col{
|
|
justify-content:center !important;
|
|
}
|
|
|
|
.tabulator-responsive-collapse{
|
|
padding:0 !important;
|
|
}
|
|
|
|
/* dl {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
margin: 0
|
|
}
|
|
dt {
|
|
float: left;
|
|
width: 35%;
|
|
|
|
|
|
|
|
padding: 0;
|
|
margin: 0
|
|
}
|
|
dd {
|
|
float: left;
|
|
width: 50%;
|
|
|
|
|
|
padding: 0;
|
|
margin: 0
|
|
}
|
|
*/
|
|
|