mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
Automatic css build
This commit is contained in:
parent
1f18623db9
commit
2848b638a3
12
styles.css
12
styles.css
|
|
@ -2605,6 +2605,12 @@ iframe {
|
||||||
.lg-col-table {
|
.lg-col-table {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
|
.xs-hidden,
|
||||||
|
.sm-hidden,
|
||||||
|
.md-hidden,
|
||||||
|
.lg-hidden {
|
||||||
|
display: hidden; }
|
||||||
|
|
||||||
.col-xs-0 {
|
.col-xs-0 {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
|
|
@ -2756,6 +2762,8 @@ iframe {
|
||||||
order: 1; }
|
order: 1; }
|
||||||
|
|
||||||
@media only screen and (min-width: 48em) {
|
@media only screen and (min-width: 48em) {
|
||||||
|
.sm-hidden {
|
||||||
|
display: inherit; }
|
||||||
.container {
|
.container {
|
||||||
width: 46rem; }
|
width: 46rem; }
|
||||||
.xs-col-table {
|
.xs-col-table {
|
||||||
|
|
@ -2863,6 +2871,8 @@ iframe {
|
||||||
order: 1; } }
|
order: 1; } }
|
||||||
|
|
||||||
@media only screen and (min-width: 62em) {
|
@media only screen and (min-width: 62em) {
|
||||||
|
.md-hidden {
|
||||||
|
display: inherit; }
|
||||||
.container {
|
.container {
|
||||||
width: 61rem; }
|
width: 61rem; }
|
||||||
.md-col-table {
|
.md-col-table {
|
||||||
|
|
@ -2970,6 +2980,8 @@ iframe {
|
||||||
order: 1; } }
|
order: 1; } }
|
||||||
|
|
||||||
@media only screen and (min-width: 75em) {
|
@media only screen and (min-width: 75em) {
|
||||||
|
.lg-hidden {
|
||||||
|
display: inherit; }
|
||||||
.container {
|
.container {
|
||||||
width: 71rem; }
|
width: 71rem; }
|
||||||
.lg-col-table {
|
.lg-col-table {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user