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 e98e32f commit 5a84d11Copy full SHA for 5a84d11
source/_patterns/01-elements/buttons/button.scss
@@ -5,7 +5,7 @@
5
.elm-button {
6
border: 1px solid transparent;
7
border-radius: 4px;
8
- padding: to-rem($pxValue: 7) to-rem($pxValue: 16);
+ padding: to-rem($pxValue: 8) to-rem($pxValue: 16);
9
10
&[data-icon],
11
&[data-icon-before] {
@@ -38,7 +38,6 @@
38
39
&%variant-brand-primary,
40
&%variant-primary {
41
- box-shadow: 0 0 0 1px transparent;
42
color: $button---color;
43
}
44
@@ -77,7 +76,7 @@
77
76
78
&%variant-secondaryOutline {
79
background-color: transparent;
80
- box-shadow: 0 0 0 1px $db-color-cool-gray-700;
+ border-color: $db-color-cool-gray-700;
81
color: $db-color-cool-gray-700;
82
83
// TODO: This might get replaced by another effect
0 commit comments