]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Define `$callout-border-primary` variable (fix #786) 979/head
authorJack Zhuchenko <jack.zhuchenko.stratis@gmail.com>
Mon, 6 Jan 2020 19:18:38 +0000 (21:18 +0200)
committerJack Zhuchenko <jack.zhuchenko.stratis@gmail.com>
Mon, 6 Jan 2020 19:18:38 +0000 (21:18 +0200)
scss/components/_callout.scss

index 648e3d687493cc77e4bde80fdea52540db03c28e..fc33961d20ba6913bd24d3c99a7dfc1a2151b4e9 100644 (file)
@@ -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;