From 612d86858997b7a2fecd9c90bda9fb46373ba65f Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 30 Jun 2015 19:06:30 -0400 Subject: [PATCH] Add comments to button material theme --- src/themes/material/elements/button.variables | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/themes/material/elements/button.variables b/src/themes/material/elements/button.variables index 19bf89dce..a4c1c4964 100644 --- a/src/themes/material/elements/button.variables +++ b/src/themes/material/elements/button.variables @@ -13,7 +13,7 @@ @verticalPadding : 0.8em; @horizontalPadding : 0.8em; -@borderRadius : 0.153846153em; +@borderRadius : @relative2px; @color : #222222; @fontWeight : normal; @textTransform : none; @@ -56,6 +56,7 @@ Variations --------------------*/ +/* Basic */ @basicBorderSize: 0px; @basicBorderRadius: 4px; @basicColoredBorderSize: 1px; @@ -67,21 +68,28 @@ @basicActiveBackground: #FFFFFF; @basicActiveBoxShadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2); +/* Labeled */ @labeledIconBackgroundColor: transparent; @labeledIconWidth: 2em; +/* Colored */ @coloredBackgroundImage : @subtleGradient; @coloredBoxShadow : 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset; +/* Primary */ @primaryColor : #4184F3; @primaryBoxShadow : 0px 0px 0px 1px #0157E4 inset; +/* Secondary */ @secondaryColor : #EEEEEE; @secondaryBackgroundImage : @backgroundImage; @secondaryTextColor : @textColor; @secondaryBoxShadow : @borderBoxShadow; +/* Emotive */ @positiveColor: #3D9400; @negativeColor: #D34836; + +/* Inverted */ @invertedBorderSize: 1px;