Skip to content

Commit

Permalink
Fix some CSS margin/padding issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Apr 15, 2019
1 parent 4c8150a commit a09ecca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/components/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ button {
font-size: 1rem;
border-radius: 0;
margin-bottom: 5px;
margin-right: 1rem;

&.primary {
@include ma-button-variant(primary, var(--ma-button-text-color));
Expand Down
1 change: 1 addition & 0 deletions lib/src/modular-admin/modular-admin.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* Import mixins.
*/
$spacer: 0.5rem !default;
@import '../bootstrap/variables';
@import '../bootstrap/mixins';
@import 'mixins';
Expand Down

0 comments on commit a09ecca

Please sign in to comment.