Automatic css build

This commit is contained in:
Build Bot 2020-06-26 18:14:57 +00:00
parent bfc4f74018
commit ff90b2a5cd

View File

@ -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,