CSS: $primary-accent color and gradient utils

This commit is contained in:
2018-09-15 05:40:29 +02:00
parent 35a22cab4b
commit b0311af6b5
6 changed files with 19 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ $color-primary: #009eff !default
$color-primary-light: hsl(hue($color-primary), 30%, 90%) !default
$color-primary-dark: hsl(hue($color-primary), 80%, 30%) !default
$color-primary-accent: hsl(hue($color-primary), 100%, 50%) !default
$primary-accent: #0bd
$color-secondary: #f42942 !default
$color-secondary-light: hsl(hue($color-secondary), 30%, 90%) !default
@@ -156,3 +157,5 @@ $tooltip-max-width: auto
$tooltip-opacity: 1
$nav-link-height: 37px
$navbar-padding-x: 0
$navbar-padding-y: 0