Skip to content

Commit

Permalink
fix(BrandButtons): minor temp fixes with stylings
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Dec 14, 2020
1 parent 9522ade commit f0c0585
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 89 deletions.
16 changes: 16 additions & 0 deletions src/scss/_fixes.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// todo: disabled button styles
button {
&:disabled {
cursor: default;
}
&.disabled {
cursor: default;
}
}

// todo: brand button icon margin
.btn-brand:not(:only-child) {
.c-icon {
margin-top: 0 !important;
}
}
3 changes: 3 additions & 0 deletions src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
// Import CoreUI styles
@import "~@coreui/coreui/scss/coreui.scss";

// Some temp fixes
@import "fixes";

// If you want to add something do it here
@import "custom";

0 comments on commit f0c0585

Please sign in to comment.