From 7441beba67bb2e387e647de5d7f69566565594a8 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 15 Feb 2016 23:55:19 -0800 Subject: Add $mark-padding variable [skip sauce] [skip validator] --- scss/_type.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/_type.scss') diff --git a/scss/_type.scss b/scss/_type.scss index 107575779..ba476d889 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -66,7 +66,7 @@ small, mark, .mark { - padding: .2em; + padding: $mark-padding; background-color: $state-warning-bg; } -- cgit v1.2.3