assets/stylesheets/semantic_ui/themes/default/elements/button.variables in less-rails-semantic_ui-2.0.7.0 vs assets/stylesheets/semantic_ui/themes/default/elements/button.variables in less-rails-semantic_ui-2.1.4.0

- old
+ new

@@ -16,19 +16,18 @@ /* Button defaults to using same height as input globally */ @verticalPadding: @inputVerticalPadding; @horizontalPadding: 1.5em; - /* Text */ @textTransform: none; @tapColor: transparent; @fontFamily: @pageFont; @fontWeight: bold; @textColor: rgba(0, 0, 0, 0.6); @textShadow: none; -@invertedTextShadow: none; +@invertedTextShadow: @textShadow; @borderRadius: @defaultBorderRadius; @verticalAlign: baseline; /* Internal Shadow */ @shadowDistance: 0em; @@ -43,11 +42,11 @@ @borderBoxShadow, @shadowBoxShadow ; /* Icon */ -@iconHeight: @relativeSmall; +@iconHeight: @relativeTiny; @iconOpacity: 0.8; @iconDistance: @relative6px; @iconColor: ''; @iconTransition: opacity @defaultDuration @defaultEasing; @iconVerticalAlign: ''; @@ -158,20 +157,31 @@ @orSpacerColor: transparent; /* Icon */ @iconButtonOpacity: 0.9; +/* Labeled */ +@labeledLabelFontSize: @medium; +@labeledLabelAlign: center; +@labeledLabelPadding: ''; +@labeledLabelFontSize: @relativeMedium; +@labeledLabelBorderColor: @borderColor; +@labeledLabelBorderOffset: -@borderBoxShadowWidth; +@labeledTagLabelSize: 1.85em; /* hypotenuse of triangle */ +@labeledIconMargin: 0em; + /* Labeled Icon */ @labeledIconWidth: 1em + (@verticalPadding * 2); @labeledIconBackgroundColor: rgba(0, 0, 0, 0.05); @labeledIconPadding: (@horizontalPadding + @labeledIconWidth); @labeledIconBorder: transparent; @labeledIconColor: ''; @labeledIconLeftShadow: -1px 0px 0px 0px @labeledIconBorder inset; @labeledIconRightShadow: 1px 0px 0px 0px @labeledIconBorder inset; + /* Inverted */ @invertedBorderSize: 2px; @invertedTextColor: @white; @invertedTextHoverColor: @hoverColor; @invertedGroupButtonOffset: 0px 0px 0px -(@invertedBorderSize); @@ -179,10 +189,10 @@ /* Basic */ @basicBorderRadius: @borderRadius; @basicBorderSize: 1px; @basicTextColor: @textColor; -@basicColoredBorderSize: 2px; +@basicColoredBorderSize: 1px; @basicBackground: transparent none; @basicFontWeight: normal; @basicBorder: 1px solid @borderColor; @basicBoxShadow: 0px 0px 0px @basicBorderSize @borderColor inset;