]> _ Git - fluidbook-v3.git/commitdiff
Fix #514 @0:10
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 30 Jun 2016 15:49:44 +0000 (15:49 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 30 Jun 2016 15:49:44 +0000 (15:49 +0000)
less/003-mixins.less
less/315-quote.less

index 4234b35c3bd590af41ba834a46060e88f8554c27..f7f76d2467ba00363b9f9465000d9ff4959090a8 100644 (file)
        padding-left: @horizontal-padding;
        padding-right: @horizontal-padding;
        border: 0;
+       font-family: @montserrat;
        font-weight: 300;
        text-transform: uppercase;
+       cursor: pointer;
 }
 
 .rounded-button() {
index ed04860683edab8962927bd88a1f8d6b165a2c37..1b712f81a63751f13268117da8693db646ffedd5 100644 (file)
 
     button {
       .button();
+      .background-button(@color-green);
+      .font-thinning();
       color: #fff;
-      background-color: @color-green;
       font-size: 14px;
     }
   }