From 99e2edb45abd9987c6526ba9be3ac301e03af713 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 20 Apr 2025 17:47:30 +0500 Subject: feat: alerts --- public/static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/static/style.css') diff --git a/public/static/style.css b/public/static/style.css index 1687616..933e46e 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -237,6 +237,7 @@ button.purple:hover, } .row { + display: flex; flex-direction: row; align-items: center; } @@ -324,6 +325,11 @@ a.box:hover { margin: 32px 0; } +.alert.red { + background: #e27777; + border-color: #9f5050; +} + /** ------------- ACCOUNTS -- cgit v1.2.3