assets/stylesheets/semantic_ui/themes/default/globals/site.variables in less-rails-semantic_ui-2.2.13.0 vs assets/stylesheets/semantic_ui/themes/default/globals/site.variables in less-rails-semantic_ui-2.3.0.0
- old
+ new
@@ -18,10 +18,14 @@
@googleSubset : 'latin';
@googleProtocol : 'https://';
@googleFontRequest : '@{googleFontName}:@{googleFontSizes}&subset=@{googleSubset}';
+
+@bold : bold;
+@normal : normal;
+
/*-------------------
Base Sizes
--------------------*/
/* This is the single variable that controls them all */
@@ -55,11 +59,11 @@
/*--------------
Page Heading
---------------*/
-@headerFontWeight : bold;
+@headerFontWeight : @bold;
@headerLineHeight : unit((18 / 14), em);
@h1 : unit((28 / 14), rem);
@h2 : unit((24 / 14), rem);
@h3 : unit((18 / 14), rem);
@@ -144,10 +148,11 @@
--------------------*/
@useCustomScrollbars: true;
@customScrollbarWidth: 10px;
+@customScrollbarHeight: 10px;
@trackBackground: rgba(0, 0, 0, 0.1);
@trackBorderRadius: 0px;
@thumbBorderRadius: 5px;
@@ -450,10 +455,10 @@
@facebookColor : #3B5998;
@twitterColor : #55ACEE;
@googlePlusColor : #DD4B39;
@linkedInColor : #1F88BE;
-@youtubeColor : #CC181E;
+@youtubeColor : #FF0000;
@pinterestColor : #BD081C;
@vkColor : #4D7198;
@instagramColor : #49769C;
/*-------------------