mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-07 22:08: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-bottom: var(--gutter-compensation, -0.5rem);
|
||||||
margin-left: 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 {
|
.col-xs-0 {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
|
|
@ -2776,6 +2779,8 @@ iframe {
|
||||||
@media only screen and (min-width: 48em) {
|
@media only screen and (min-width: 48em) {
|
||||||
.container {
|
.container {
|
||||||
width: 46rem; }
|
width: 46rem; }
|
||||||
|
.xs-col-table {
|
||||||
|
display: inherit; }
|
||||||
.col-sm,
|
.col-sm,
|
||||||
.col-sm-1,
|
.col-sm-1,
|
||||||
.col-sm-2,
|
.col-sm-2,
|
||||||
|
|
@ -2918,6 +2923,8 @@ iframe {
|
||||||
@media only screen and (min-width: 62em) {
|
@media only screen and (min-width: 62em) {
|
||||||
.container {
|
.container {
|
||||||
width: 61rem; }
|
width: 61rem; }
|
||||||
|
.md-col-table {
|
||||||
|
display: inherit; }
|
||||||
.col-md,
|
.col-md,
|
||||||
.col-md-1,
|
.col-md-1,
|
||||||
.col-md-2,
|
.col-md-2,
|
||||||
|
|
@ -3060,6 +3067,8 @@ iframe {
|
||||||
@media only screen and (min-width: 75em) {
|
@media only screen and (min-width: 75em) {
|
||||||
.container {
|
.container {
|
||||||
width: 71rem; }
|
width: 71rem; }
|
||||||
|
.lg-col-table {
|
||||||
|
display: inherit; }
|
||||||
.col-lg,
|
.col-lg,
|
||||||
.col-lg-1,
|
.col-lg-1,
|
||||||
.col-lg-2,
|
.col-lg-2,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user