We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e90bb commit 2d8df08Copy full SHA for 2d8df08
1 file changed
client/stylesheets/components/_button.sass
@@ -19,10 +19,11 @@
19
background: $btn-background
20
border-radius: $btn-borderRadius
21
color: $btn-color
22
- font-size: 100%
+ font-size: 14px
23
font-weight: 600
24
+ letter-spacing: 0.25px
25
line-height: $b-lineHeight
- padding: $b-space-s $b-space-l
26
+ padding: $b-space-s ($b-space * 1.5)
27
transition: $b-transition
28
29
+state
0 commit comments