assets/stylesheets/semantic_ui/themes/default/elements/button.variables in less-rails-semantic_ui-2.2.13.0 vs assets/stylesheets/semantic_ui/themes/default/elements/button.variables in less-rails-semantic_ui-2.3.0.0
- old
+ new
@@ -20,11 +20,11 @@
/* Text */
@textTransform: none;
@tapColor: transparent;
@fontFamily: @pageFont;
-@fontWeight: bold;
+@fontWeight: @bold;
@textColor: rgba(0, 0, 0, 0.6);
@textShadow: none;
@invertedTextShadow: @textShadow;
@borderRadius: @defaultBorderRadius;
@verticalAlign: baseline;
@@ -150,12 +150,12 @@
@orVerticalOffset: -(@orCircleSize / 2);
@orHorizontalOffset: -(@orCircleSize / 2);
@orBackgroundColor: @white;
@orTextShadow: @invertedTextShadow;
-@orTextStyle: normal;
-@orTextWeight: bold;
+@orTextStyle: @normal;
+@orTextWeight: @bold;
@orTextColor: @lightTextColor;
@orSpacerHeight: @verticalPadding;
@orSpacerColor: transparent;
@@ -196,10 +196,10 @@
@basicBorderSize: 1px;
@basicTextColor: @textColor;
@basicColoredBorderSize: 1px;
@basicBackground: transparent none;
-@basicFontWeight: normal;
+@basicFontWeight: @normal;
@basicBorder: 1px solid @borderColor;
@basicBoxShadow: 0px 0px 0px @basicBorderSize @borderColor inset;
@basicLoadingColor: @offWhite;
@basicTextTransform: none;