From 30106e8b7a338571ff1077ff29f90f42af58a648 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 31 Jul 2017 16:02:22 +0200 Subject: [PATCH] alert fix --- sass/components/alerts.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/components/alerts.scss b/sass/components/alerts.scss index c4058bb..4acbb18 100644 --- a/sass/components/alerts.scss +++ b/sass/components/alerts.scss @@ -28,8 +28,8 @@ } } -// badge state variants -.badge { +// alert state variants +.alert { &--small { font-size: $base-font-size - 0.4rem; }