Skip to content

Commit f0c0585

Browse files
committed
fix(BrandButtons): minor temp fixes with stylings
1 parent 9522ade commit f0c0585

File tree

3 files changed

+108
-89
lines changed

3 files changed

+108
-89
lines changed

src/scss/_fixes.scss

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// todo: disabled button styles
2+
button {
3+
&:disabled {
4+
cursor: default;
5+
}
6+
&.disabled {
7+
cursor: default;
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

+3
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
// Import CoreUI styles
55
@import "~@coreui/coreui/scss/coreui.scss";
66

7+
// Some temp fixes
8+
@import "fixes";
9+
710
// If you want to add something do it here
811
@import "custom";

0 commit comments

Comments
 (0)