From 79ebcd77bfa76a12177093c82b7f3c75b98ea441 Mon Sep 17 00:00:00 2001 From: J S Date: Mon, 13 Nov 2023 22:23:15 -0500 Subject: [PATCH] feat[alert]: Fixed alert css --- static/css/style.css | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 4ad5b2c..fedc15e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -78,20 +78,13 @@ border: none !important; font-size: 100%; } -alert { +.alert { position: relative; padding: 0rem 1rem; -margin-bottom: 1rem; -border: 1px solid transparent; -} - -.alert-warning { -border-style: solid; border-color: #ed6a5a; -border-width: 0 0 0 4px; -padding-left: 1rem +margin-bottom: 1rem; +border-left: 5px solid #ed6a5a; } - .alert-heading { font-family: sans-serif; font-size: 1.5rem; @@ -103,6 +96,7 @@ weight: bold; #mode-selector { position: relative; display: flex; +padding: 0.125em 0.25em; border: 3px solid transparent; } #mode-selector button {