From dbccb1d7fbe49b0d7361814cac8857f4f01c7e62 Mon Sep 17 00:00:00 2001 From: Jack Zhuchenko Date: Mon, 6 Jan 2020 21:18:38 +0200 Subject: [PATCH] Define `$callout-border-primary` variable (fix #786) --- scss/components/_callout.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scss/components/_callout.scss b/scss/components/_callout.scss index 648e3d68..fc33961d 100644 --- a/scss/components/_callout.scss +++ b/scss/components/_callout.scss @@ -26,7 +26,11 @@ $callout-margin-bottom: $global-margin !default; /// @type Border $callout-border: 1px solid darken($callout-background, 20%) !default; -/// Border around a callout with the `.success` class. +/// Border around a callout with the `.primary` class. +/// @type Border +$callout-border-primary: 1px solid darken($primary-color, 20%) !default; + +/// Border around a callout with the `.secondary` class. /// @type Border $callout-border-secondary: 1px solid darken($secondary-color, 20%) !default; -- 2.47.2