aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css
index 97c5c42..9bb7175 100644
--- a/css/main.css
+++ b/css/main.css
@@ -172,6 +172,20 @@ label, p {
color: #856404
}
+#successToast {
+ position: fixed;
+ top: 5%;
+ left: 0;
+ right: 0;
+ max-width: fit-content;
+ margin: auto;
+ z-index: 999;
+}
+
+.toast.show {
+ opacity: 0.9;
+}
+
/*==========================
NAV TABS
==========================*/