goglheat.blogg.se

Tint color ui image
Tint color ui image







$color-contrast-dark : $high-emphasis-inverse $color-contrast-light : $high-emphasis // fusv-disable 5 // Customize the light and dark text colors for use in our color contrast function. Acceptable values for WCAG 2.0 are 3, 4.5 and 7. The contrast ratio to reach against white, to determine if color changes from "light" to "dark".

tint color ui image

$theme-colors-rgb : map-loop ( $theme-colors, to-rgb, "$value" ) // scss-docs-end theme-colors-rgb $primary-gradient : ( "start" : #321fdb, "stop" : #1f1498 ) $secondary-gradient : ( "start" : #c8d2dc, "stop" : $white ) $light-gradient : ( "start" : #e3e8ed, "stop" : $white ) $dark-gradient : ( "start" : #3c4b64, "stop" : #212333 ) $danger-gradient : ( "start" : #e55353, "stop" : #d93737 ) $warning-gradient : ( "start" : #f9b115, "stop" : #f6960b ) $success-gradient : ( "start" : #2eb85c, "stop" : #1b9e3e ) $info-gradient : ( "start" : #39f, "stop" : #2982cc ) $theme-gradients : ( "primary" : $primary-gradient, "secondary" : $secondary-gradient, "success" : $success-gradient, "info" : $info-gradient, "warning" : $warning-gradient, "danger" : $danger-gradient, "light" : $light-gradient, "dark" : $dark-gradient ) // scss-docs-end theme-gradients

tint color ui image

$theme-colors : ( "primary" : $primary, "secondary" : $secondary, "success" : $success, "info" : $info, "warning" : $warning, "danger" : $danger, "light" : $light, "dark" : $dark ) // scss-docs-end theme-colors-map $primary : $primary-base $secondary : $secondary-base $success : $success-base $info : $info-base $warning : $warning-base $danger : $danger-base $light : $light-base $dark : $dark-base // scss-docs-start theme-colors-map









Tint color ui image