From d7293bf641e43cae547772e5d57cef14cc82633b Mon Sep 17 00:00:00 2001 From: roll314 Date: Tue, 23 Oct 2018 17:36:11 +0300 Subject: [PATCH] fix(alert): styles border & padding (#59) --- src/lib/core/styles/_alerts.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/lib/core/styles/_alerts.scss b/src/lib/core/styles/_alerts.scss index e44155faf..8d796d139 100644 --- a/src/lib/core/styles/_alerts.scss +++ b/src/lib/core/styles/_alerts.scss @@ -29,7 +29,7 @@ .mc-alert_close { cursor: pointer; - border: 0; + border: 1px solid transparent; background: transparent; position: absolute; z-index: 10; @@ -58,13 +58,13 @@ .mc-alert_dismissible:not(.mc-alert_small) { .mc-alert_close { - top: 15px; + top: 14px; } } .mc-alert_dismissible.mc-alert_small { .mc-alert_close { - top: 11px; + top: 10px; } } @@ -157,7 +157,6 @@ } .mc-icon { - line-height: mc-line-height($config, body); - letter-spacing: mc-letter-spacing($config, body); + letter-spacing: unset; } }