Skip to content

Commit

Permalink
🔧 chore(button.scss): Change button group offset from -0.1rem to -1px
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiderpig86 committed Sep 10, 2021
1 parent d359191 commit 8ec79f7
Show file tree
Hide file tree
Showing 7 changed files with 929 additions and 388 deletions.
2 changes: 1 addition & 1 deletion dist/cirrus-core.css
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@
/* Style button in middle of group */
border-radius: 0;
/* Remove roundness from center buttons */
margin-left: -0.1rem; }
margin-left: -1px; }
.btn-group.btn-group-fill {
/* Makes the button group fill the width and proportion the buttons to fill the space */
display: -webkit-box;
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus-core.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cirrus.css
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ fieldset {
/* Style button in middle of group */
border-radius: 0;
/* Remove roundness from center buttons */
margin-left: -0.1rem; }
margin-left: -1px; }
.btn-group.btn-group-fill {
/* Makes the button group fill the width and proportion the buttons to fill the space */
display: -webkit-box;
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 8ec79f7

Please sign in to comment.