Skip to content

Commit

Permalink
✨ feat(misc.scss): Added new modifier for adding box shadow to anythi…
Browse files Browse the repository at this point in the history
…ng, fixed utilities for flex directions
  • Loading branch information
Spiderpig86 committed Nov 2, 2020
1 parent 65cc250 commit c7eea1f
Show file tree
Hide file tree
Showing 7 changed files with 6,306 additions and 6,289 deletions.
3 changes: 3 additions & 0 deletions dist/cirrus-core.css
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,9 @@
background-color: var(--btn-color);
color: var(--btn-fg);
transition: all var(--animation-duration); }
[class^='btn-']:not(.btn-container):not(.btn-close).outline.btn-transparent,
[class*=' btn-']:not(.btn-container):not(.btn-close).outline.btn-transparent {
color: #495057 !important; }

/* Make the loader white so it is visible */
.loading.btn-accent:after {
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 c7eea1f

Please sign in to comment.