From 6c03cfcebeddc92d163ad522820c779b04ed4b0c Mon Sep 17 00:00:00 2001 From: weiserhei Date: Mon, 27 May 2019 10:31:33 +0200 Subject: [PATCH 1/3] add gradient colors to example secondary, light and dark --- utilities-color.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utilities-color.html b/utilities-color.html index 2605a0d..33f21d9 100644 --- a/utilities-color.html +++ b/utilities-color.html @@ -382,10 +382,13 @@
.bg-gradient-primary
+
.bg-gradient-secondary
.bg-gradient-success
.bg-gradient-info
.bg-gradient-warning
.bg-gradient-danger
+
.bg-gradient-light
+
.bg-gradient-dark
From 045039d8fc2ded45f656ab5b8505d91e95caa6e3 Mon Sep 17 00:00:00 2001 From: weiserhei Date: Mon, 27 May 2019 10:35:03 +0200 Subject: [PATCH 2/3] add missing border color to example secondary and dark. Light color is the same as the background. --- utilities-border.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/utilities-border.html b/utilities-border.html index 0545926..cdbd3c3 100644 --- a/utilities-border.html +++ b/utilities-border.html @@ -347,6 +347,12 @@ +
+
+ .border-left-secondary +
+
+
.border-left-success @@ -371,6 +377,12 @@
+
+
+ .border-left-dark +
+
+ @@ -382,6 +394,12 @@ +
+
+ .border-bottom-secondary +
+
+
.border-bottom-success @@ -406,6 +424,12 @@
+
+
+ .border-bottom-dark +
+
+ From bf4f37544441e349ca6eebfbf092650b7079cb9f Mon Sep 17 00:00:00 2001 From: weiserhei Date: Mon, 27 May 2019 15:03:52 +0200 Subject: [PATCH 3/3] add light & dark colors to palette --- index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/index.html b/index.html index f0c8eee..ba4ad7b 100644 --- a/index.html +++ b/index.html @@ -575,7 +575,23 @@ +
+
+
+ Light +
#f8f9fc
+
+
+
+
+
+ Dark +
#5a5c69
+
+
+
+