mirror of
https://github.com/dzeiocom/components.git
synced 2025-04-22 10:52:16 +00:00
Removed deprecated colors, Added missing one
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
d7e2bcfbdf
commit
209697ecd5
@ -1,6 +1,7 @@
|
||||
|
||||
$main = #4285F4
|
||||
$textOnMain = white
|
||||
$mainGradient = linear-gradient(to right, $main, lighten($main, 20%))
|
||||
|
||||
$infoDark = #01579B
|
||||
$infoLight = #29B6F6
|
||||
@ -44,14 +45,7 @@ rem($a)
|
||||
($a / 16)rem
|
||||
|
||||
// @deprecated colors
|
||||
$primary = $main
|
||||
$default = $main
|
||||
$secondary = $main
|
||||
$info = $infoLight
|
||||
$success = $successLight
|
||||
$danger = $errorLight
|
||||
$warning = $warningLight
|
||||
$darkBackground = $backgroundDark
|
||||
|
||||
|
||||
// See https://github.com/stylus/stylus/issues/1872#issuecomment-86553717
|
||||
|
Loading…
x
Reference in New Issue
Block a user