From: stephen@cubedesigners.com Date: Thu, 30 Jun 2016 15:49:44 +0000 (+0000) Subject: Fix #514 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=cdcbd1a815e089f882721a22e3133ae8128bfa01;p=fluidbook-v3.git Fix #514 @0:10 --- 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; } }