From d0d9215bbb3c5b56d682abffb5abb916ff9d4387 Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Wed, 8 Apr 2020 13:31:31 -0500 Subject: Fix documentation error Using SCSS tokens in single file components results in a compile issue causing the documentation to white screen. Moving custom alert styles to the global alert .scss file to resolve this issue and to keep all alert styles in one place. Signed-off-by: Derick Montague Change-Id: I047fa15c76cdfb842e5c00eea99e529595b94632 --- src/assets/styles/_alerts.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/assets/styles') diff --git a/src/assets/styles/_alerts.scss b/src/assets/styles/_alerts.scss index 3f103b19..0b7b518a 100644 --- a/src/assets/styles/_alerts.scss +++ b/src/assets/styles/_alerts.scss @@ -5,6 +5,11 @@ color: $gray-800; margin-bottom: $spacer; + &.small { + padding: $spacer / 2; + font-size: 1rem; + } + .close { font-weight: 300; opacity: 1; -- cgit v1.2.3