From cdcbd1a815e089f882721a22e3133ae8128bfa01 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Thu, 30 Jun 2016 15:49:44 +0000 Subject: [PATCH] Fix #514 @0:10 --- less/003-mixins.less | 2 ++ less/315-quote.less | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/less/003-mixins.less b/less/003-mixins.less index 4234b35..f7f76d2 100644 --- a/less/003-mixins.less +++ b/less/003-mixins.less @@ -17,8 +17,10 @@ padding-left: @horizontal-padding; padding-right: @horizontal-padding; border: 0; + font-family: @montserrat; font-weight: 300; text-transform: uppercase; + cursor: pointer; } .rounded-button() { diff --git a/less/315-quote.less b/less/315-quote.less index ed04860..1b712f8 100644 --- a/less/315-quote.less +++ b/less/315-quote.less @@ -103,8 +103,9 @@ button { .button(); + .background-button(@color-green); + .font-thinning(); color: #fff; - background-color: @color-green; font-size: 14px; } } -- 2.39.5