Skip to content

Commit

Permalink
Update CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
picturepan2 committed Jul 2, 2020
1 parent ad01910 commit 414278c
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 7 deletions.
30 changes: 30 additions & 0 deletions dist/spectre.css
Original file line number Diff line number Diff line change
Expand Up @@ -1549,6 +1549,7 @@ video.video-responsive::before {
display: none !important;
}

.cols,
.columns {
display: -ms-flexbox;
display: flex;
Expand All @@ -1558,22 +1559,26 @@ video.video-responsive::before {
margin-right: -.4rem;
}

.cols.col-gapless,
.columns.col-gapless {
margin-left: 0;
margin-right: 0;
}

.cols.col-gapless > .column,
.columns.col-gapless > .column {
padding-left: 0;
padding-right: 0;
}

.cols.col-oneline,
.columns.col-oneline {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow-x: auto;
}

[class~="col-"],
.column {
-ms-flex: 1;
flex: 1;
Expand All @@ -1582,6 +1587,19 @@ video.video-responsive::before {
padding-right: .4rem;
}

[class~="col-"].col-12,
[class~="col-"].col-11,
[class~="col-"].col-10,
[class~="col-"].col-9,
[class~="col-"].col-8,
[class~="col-"].col-7,
[class~="col-"].col-6,
[class~="col-"].col-5,
[class~="col-"].col-4,
[class~="col-"].col-3,
[class~="col-"].col-2,
[class~="col-"].col-1,
[class~="col-"].col-auto,
.column.col-12,
.column.col-11,
.column.col-10,
Expand Down Expand Up @@ -3709,6 +3727,18 @@ a.text-error:visited {
font-size: 1.2em;
}

.text-small {
font-size: .9em;
}

.text-tiny {
font-size: .8em;
}

.text-muted {
opacity: .8;
}

.text-ellipsis {
overflow: hidden;
text-overflow: ellipsis;
Expand Down
2 changes: 1 addition & 1 deletion dist/spectre.min.css

Large diffs are not rendered by default.

34 changes: 32 additions & 2 deletions docs/dist/spectre-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1550,6 +1550,7 @@ video.video-responsive::before {
display: none !important;
}

.cols,
.columns {
display: -ms-flexbox;
display: flex;
Expand All @@ -1559,22 +1560,26 @@ video.video-responsive::before {
margin-right: -.4rem;
}

.cols.col-gapless,
.columns.col-gapless {
margin-left: 0;
margin-right: 0;
}

.cols.col-gapless > .column,
.columns.col-gapless > .column {
padding-left: 0;
padding-right: 0;
}

.cols.col-oneline,
.columns.col-oneline {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow-x: auto;
}

[class~="col-"],
.column {
-ms-flex: 1;
flex: 1;
Expand All @@ -1583,6 +1588,19 @@ video.video-responsive::before {
padding-right: .4rem;
}

[class~="col-"].col-12,
[class~="col-"].col-11,
[class~="col-"].col-10,
[class~="col-"].col-9,
[class~="col-"].col-8,
[class~="col-"].col-7,
[class~="col-"].col-6,
[class~="col-"].col-5,
[class~="col-"].col-4,
[class~="col-"].col-3,
[class~="col-"].col-2,
[class~="col-"].col-1,
[class~="col-"].col-auto,
.column.col-12,
.column.col-11,
.column.col-10,
Expand Down Expand Up @@ -2052,8 +2070,8 @@ video.video-responsive::before {
text-decoration: none;
}

.accordion input:checked ~ .accordion-header .icon,
.accordion[open] .accordion-header .icon {
.accordion input:checked ~ .accordion-header > .icon:first-child,
.accordion[open] .accordion-header > .icon:first-child {
transform: rotate(90deg);
}

Expand Down Expand Up @@ -3710,6 +3728,18 @@ a.text-error:visited {
font-size: 1.2em;
}

.text-small {
font-size: .9em;
}

.text-tiny {
font-size: .8em;
}

.text-muted {
opacity: .8;
}

.text-ellipsis {
overflow: hidden;
text-overflow: ellipsis;
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/spectre-rtl.min.css

Large diffs are not rendered by default.

34 changes: 32 additions & 2 deletions docs/dist/spectre.css
Original file line number Diff line number Diff line change
Expand Up @@ -1549,6 +1549,7 @@ video.video-responsive::before {
display: none !important;
}

.cols,
.columns {
display: -ms-flexbox;
display: flex;
Expand All @@ -1558,22 +1559,26 @@ video.video-responsive::before {
margin-right: -.4rem;
}

.cols.col-gapless,
.columns.col-gapless {
margin-left: 0;
margin-right: 0;
}

.cols.col-gapless > .column,
.columns.col-gapless > .column {
padding-left: 0;
padding-right: 0;
}

.cols.col-oneline,
.columns.col-oneline {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow-x: auto;
}

[class~="col-"],
.column {
-ms-flex: 1;
flex: 1;
Expand All @@ -1582,6 +1587,19 @@ video.video-responsive::before {
padding-right: .4rem;
}

[class~="col-"].col-12,
[class~="col-"].col-11,
[class~="col-"].col-10,
[class~="col-"].col-9,
[class~="col-"].col-8,
[class~="col-"].col-7,
[class~="col-"].col-6,
[class~="col-"].col-5,
[class~="col-"].col-4,
[class~="col-"].col-3,
[class~="col-"].col-2,
[class~="col-"].col-1,
[class~="col-"].col-auto,
.column.col-12,
.column.col-11,
.column.col-10,
Expand Down Expand Up @@ -2051,8 +2069,8 @@ video.video-responsive::before {
text-decoration: none;
}

.accordion input:checked ~ .accordion-header .icon,
.accordion[open] .accordion-header .icon {
.accordion input:checked ~ .accordion-header > .icon:first-child,
.accordion[open] .accordion-header > .icon:first-child {
transform: rotate(90deg);
}

Expand Down Expand Up @@ -3709,6 +3727,18 @@ a.text-error:visited {
font-size: 1.2em;
}

.text-small {
font-size: .9em;
}

.text-tiny {
font-size: .8em;
}

.text-muted {
opacity: .8;
}

.text-ellipsis {
overflow: hidden;
text-overflow: ellipsis;
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/spectre.min.css

Large diffs are not rendered by default.

0 comments on commit 414278c

Please sign in to comment.