Skip to content

Commit

Permalink
🐛 bug(tiles.scss): Added fix for tiles and overflowing content when i…
Browse files Browse the repository at this point in the history
…t is in a smaller container class
  • Loading branch information
Spiderpig86 committed Nov 12, 2020
1 parent a3e53f5 commit ad43bc2
Show file tree
Hide file tree
Showing 5 changed files with 6,137 additions and 6,129 deletions.
8 changes: 6 additions & 2 deletions dist/cirrus-core.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,9 @@
outline: none; }
.btn:disabled, button:disabled, [type="submit"]:disabled, [type="reset"]:disabled, [type="button"]:disabled {
cursor: not-allowed;
opacity: 0.5;
pointer-events: none; }
opacity: 0.5; }
.btn:disabled:active, button:disabled:active, [type="submit"]:disabled:active, [type="reset"]:disabled:active, [type="button"]:disabled:active {
pointer-events: none; }
.btn.outline, button.outline, [type="submit"].outline, [type="reset"].outline, [type="button"].outline {
--btn-color: transparent; }
.btn.outline:hover, button.outline:hover, [type="submit"].outline:hover, [type="reset"].outline:hover, [type="button"].outline:hover {
Expand Down Expand Up @@ -1645,6 +1646,9 @@ label.label {
font-weight: bold;
margin-top: 0.8rem; }

label + .input-control {
margin-top: 0; }

label.label:not(:last-child) {
margin-bottom: 0; }

Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus-core.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit ad43bc2

Please sign in to comment.