From 4d5a8613af9071d67b8d71677a6ea340e7914507 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 3 Apr 2019 22:47:04 +0200 Subject: [PATCH] UI Alerts: minor style tweaks. Remove margin from paragraphs and remove redundant text-align. --- src/styles/components/_alerts.sass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/styles/components/_alerts.sass b/src/styles/components/_alerts.sass index 2877b4e9..2433b118 100644 --- a/src/styles/components/_alerts.sass +++ b/src/styles/components/_alerts.sass @@ -1,9 +1,11 @@ .alert margin-bottom: 0 - text-align: center padding: 10px 20px z-index: 16 + p + margin: 0 + // overriden by alert types color: $color-text-dark background-color: $color-background