mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-28 18:08:39 +00:00
Add mobile hide for tpl columns NO_CI
This commit is contained in:
parent
00e5267e5a
commit
5b1b0d2e24
16
grid.scss
16
grid.scss
|
|
@ -20,6 +20,10 @@
|
|||
margin-left: var(--gutter-compensation, -0.5rem);
|
||||
}
|
||||
|
||||
.xs-col-table, .md-col-table, .lg-col-table {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.col-xs-0 {
|
||||
box-sizing: border-box;
|
||||
flex-grow: 0;
|
||||
|
|
@ -251,6 +255,10 @@
|
|||
width: 46rem;
|
||||
}
|
||||
|
||||
.xs-col-table {
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
.col-sm,
|
||||
.col-sm-1,
|
||||
.col-sm-2,
|
||||
|
|
@ -465,6 +473,10 @@
|
|||
width: 61rem;
|
||||
}
|
||||
|
||||
.md-col-table {
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
.col-md,
|
||||
.col-md-1,
|
||||
.col-md-2,
|
||||
|
|
@ -679,6 +691,10 @@
|
|||
width: 71rem;
|
||||
}
|
||||
|
||||
.lg-col-table {
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
.col-lg,
|
||||
.col-lg-1,
|
||||
.col-lg-2,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user