mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-14 20:38:41 +00:00
Automatic css build
This commit is contained in:
parent
bfc4f74018
commit
ff90b2a5cd
|
|
@ -2586,6 +2586,9 @@ iframe {
|
|||
margin-bottom: var(--gutter-compensation, -0.5rem);
|
||||
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;
|
||||
|
|
@ -2776,6 +2779,8 @@ iframe {
|
|||
@media only screen and (min-width: 48em) {
|
||||
.container {
|
||||
width: 46rem; }
|
||||
.xs-col-table {
|
||||
display: inherit; }
|
||||
.col-sm,
|
||||
.col-sm-1,
|
||||
.col-sm-2,
|
||||
|
|
@ -2918,6 +2923,8 @@ iframe {
|
|||
@media only screen and (min-width: 62em) {
|
||||
.container {
|
||||
width: 61rem; }
|
||||
.md-col-table {
|
||||
display: inherit; }
|
||||
.col-md,
|
||||
.col-md-1,
|
||||
.col-md-2,
|
||||
|
|
@ -3060,6 +3067,8 @@ iframe {
|
|||
@media only screen and (min-width: 75em) {
|
||||
.container {
|
||||
width: 71rem; }
|
||||
.lg-col-table {
|
||||
display: inherit; }
|
||||
.col-lg,
|
||||
.col-lg-1,
|
||||
.col-lg-2,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user