summaryrefslogtreecommitdiff
path: root/public/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/static/style.css')
-rw-r--r--public/static/style.css6
1 files changed, 6 insertions, 0 deletions
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