Commit 507417c5 authored by Ben Galloway's avatar Ben Galloway

Perfect some colour calculations - particularly for the Alert component

parent 95abf7e2
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
...@@ -72,7 +72,7 @@ $theme-colors: map-merge(( ...@@ -72,7 +72,7 @@ $theme-colors: map-merge((
// stylelint-enable // stylelint-enable
// Set a specific jump point for requesting color jumps // Set a specific jump point for requesting color jumps
$theme-color-interval: 1%; $theme-color-interval: 8%;
// Body // Body
// //
...@@ -104,7 +104,7 @@ $headings-font-weight: 400; ...@@ -104,7 +104,7 @@ $headings-font-weight: 400;
$headings-line-height: 1.0; $headings-line-height: 1.0;
// stylelint-enable value-keyword-case // stylelint-enable value-keyword-case
$mark-bg: theme-color-level("light", 10); $mark-bg: theme-color-level("light", 1);
// Forms // Forms
...@@ -130,7 +130,7 @@ $pagination-bg: theme-color("light"); ...@@ -130,7 +130,7 @@ $pagination-bg: theme-color("light");
// Jumbotron // Jumbotron
$jumbotron-bg: theme-color-level("light", 20); $jumbotron-bg: theme-color-level("light", 2);
// Tooltips // Tooltips
...@@ -141,8 +141,8 @@ $tooltip-bg: theme-color("dark"); ...@@ -141,8 +141,8 @@ $tooltip-bg: theme-color("dark");
// Popovers // Popovers
//$popover-bg: theme-color("light"); $popover-bg: theme-color("light");
//$popover-header-bg: theme-color-level("light", 3); $popover-header-bg: theme-color-level("light", 1);
// Modals // Modals
...@@ -165,14 +165,14 @@ $list-group-bg: theme-color("light"); ...@@ -165,14 +165,14 @@ $list-group-bg: theme-color("light");
// Figures // Figures
$figure-caption-color: theme-color-level("dark", -10); $figure-caption-color: theme-color-level("dark", -1);
// Carousel // Carousel
//$carousel-control-color: theme-color("light"); $carousel-control-color: theme-color("light");
//$carousel-indicator-active-bg: theme-color("light"); $carousel-indicator-active-bg: theme-color("light");
//$carousel-caption-color: theme-color("light"); $carousel-caption-color: theme-color("light");
// Close // Close
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment