We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9522ade commit f0c0585Copy full SHA for f0c0585
src/scss/_fixes.scss
@@ -0,0 +1,16 @@
1
+// todo: disabled button styles
2
+button {
3
+ &:disabled {
4
+ cursor: default;
5
+ }
6
+ &.disabled {
7
8
9
+}
10
+
11
+// todo: brand button icon margin
12
+.btn-brand:not(:only-child) {
13
+ .c-icon {
14
+ margin-top: 0 !important;
15
16
src/scss/style.scss
@@ -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 commit comments