| Index: static/scss/content/_buttons.scss |
| =================================================================== |
| --- a/static/scss/content/_buttons.scss |
| +++ b/static/scss/content/_buttons.scss |
| @@ -24,20 +24,20 @@ |
| padding: 0 $sm; |
| cursor: pointer; |
| text-align: center; |
| white-space: nowrap; |
| text-decoration: none; |
| text-transform: uppercase; |
| border: 1px solid; |
| border-radius: 0px !important; |
| - font-size: $font-size-xs; |
| + font-size: $font-size-md; |
| font-weight: 700; |
| - line-height: $md; |
| - height: 34px; |
| + line-height: $md + 10px; |
|
ire
2017/07/25 13:36:22
I'm not sure if it's better to represent this numb
juliandoucette
2017/07/25 15:29:59
I think 42px is better.
ire
2017/07/26 08:44:22
Done.
|
| + height: 44px; |
| } |
| @media(max-width: $mobile-breakpoint) |
| { |
| %buttons |
| { |
| display: block; |
| float: none; |