From a3bb9c6a5add13981b8bd6cffedc5bd7f9d3352d Mon Sep 17 00:00:00 2001 From: joneff Date: Wed, 19 Oct 2016 15:43:06 +0300 Subject: [PATCH] fix: Switch to separate vars for alert vertical / horizontal padding --- src/notification/_layout.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/notification/_layout.scss b/src/notification/_layout.scss index dfcd12b..8199e81 100644 --- a/src/notification/_layout.scss +++ b/src/notification/_layout.scss @@ -10,8 +10,8 @@ > .k-i-close { position: absolute; - top: $alert-padding-y; - right: $alert-padding-x; + top: $alert-padding-y * 1.25; + right: $alert-padding-x * .75; display: none; } .k-notification-button & .k-i-close { @@ -19,4 +19,4 @@ } } -} \ No newline at end of file +}