Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authormblum <me@mblum.me>2017-07-05 07:38:43 +0300
committermblum <me@mblum.me>2017-07-05 10:19:42 +0300
commit55928adcdff1a87fdea85abbdc327bad35cdf636 (patch)
tree739a0af5d10919cec8f0b74b05ada5a661e5fb0d /sass
parent67bb9915b1cdedc09a49a80c7e4bc89256336c15 (diff)
[Bootstrap] Bootstrap Callouts
Diffstat (limited to 'sass')
-rw-r--r--sass/_index.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/sass/_index.scss b/sass/_index.scss
index f4b58ae..dcab3df 100644
--- a/sass/_index.scss
+++ b/sass/_index.scss
@@ -339,6 +339,14 @@ img.card-img-top {
margin-top: -.25rem
}
+.bd-callout-success {
+ border-left-color: #5cb85c
+}
+
+.bd-callout-success h4 {
+ border-left-color: #5cb85c
+}
+
.bd-callout-info {
border-left-color: #5bc0de
}