app/assets/stylesheets/umlaut/_variables.scss in umlaut-3.3.1 vs app/assets/stylesheets/umlaut/_variables.scss in umlaut-4.0.0.beta1

- old
+ new

@@ -29,11 +29,11 @@ // container padding used for page margins/gutters and between columns. // at large screens, sometimes *2. $umlautContainerPadding: 20px !default; -$umlautContainerMaxWidth: 1100px !default; +$umlautContainerMaxWidth: 1100px + ($umlautContainerPadding * 4)!default; // important that umlautIndent is exactly enough to indent past umlaut // list item icons in hanging indents $umlautIndent: 20px !default; $umlautBorderRadiusExtraLarge: 12px !default; @@ -47,10 +47,10 @@ $umlautResultsBackgroundColor: $umlautBackgroundColor !default; $umlautResultItemBackgroundColor: $umlautAltBackgroundColor !default; $umlautResultItemBorderColor: $umlautBorderColor !default; // A-Z List input -- actual list of A,B..Z buttons -$umlautAzLinkColor: $linkColor !default; +$umlautAzLinkColor: $link-color !default; $umlautAzBorderColor: $umlautBorderColor !default; $umlautAzBackgroundColor: $umlautBackgroundColor !default; $umlautAzHoverBackgroundColor: $umlautAltBackgroundColor !default; // Auto Complete Border and Background $umlautAutoCompleteBorderColor: $umlautAzBorderColor !default;