Skip to content

Commit 2d8df08

Browse files
committed
Reduce button size
1 parent 87e90bb commit 2d8df08

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

client/stylesheets/components/_button.sass

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@
1919
background: $btn-background
2020
border-radius: $btn-borderRadius
2121
color: $btn-color
22-
font-size: 100%
22+
font-size: 14px
2323
font-weight: 600
24+
letter-spacing: 0.25px
2425
line-height: $b-lineHeight
25-
padding: $b-space-s $b-space-l
26+
padding: $b-space-s ($b-space * 1.5)
2627
transition: $b-transition
2728

2829
+state

0 commit comments

Comments
 (0)