We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23f952 commit 56aaaaeCopy full SHA for 56aaaae
src/components/Button/style.less
@@ -51,19 +51,6 @@
51
border-color: var(--brand-1);
52
color: var(--brand-1);
53
}
54
- &--text {
55
- padding: 0;
56
- border: 0;
57
- background: transparent;
58
- color: var(--link-color);
59
- font-size: inherit;
60
- vertical-align: initial;
61
-
62
- &:hover,
63
- &:active {
64
65
- }
66
67
&--sm {
68
padding: @btn-padding-sm;
69
// border-radius: @btn-border-radius-sm;
@@ -98,3 +85,17 @@
98
85
99
86
100
87
88
+
89
+.Btn--text {
90
+ padding: 0;
91
+ border: 0;
92
+ background: transparent;
93
+ color: var(--link-color);
94
+ font-size: inherit;
95
+ vertical-align: initial;
96
97
+ &:hover,
+ &:active {
+ }
101
+}
0 commit comments