summaryrefslogtreecommitdiff
path: root/public/static
diff options
context:
space:
mode:
Diffstat (limited to 'public/static')
-rw-r--r--public/static/img/icons/no.pngbin0 -> 587 bytes
-rw-r--r--public/static/img/icons/yes.pngbin0 -> 781 bytes
-rw-r--r--public/static/style.css6
3 files changed, 6 insertions, 0 deletions
diff --git a/public/static/img/icons/no.png b/public/static/img/icons/no.png
new file mode 100644
index 0000000..c149c2b
--- /dev/null
+++ b/public/static/img/icons/no.png
Binary files differ
diff --git a/public/static/img/icons/yes.png b/public/static/img/icons/yes.png
new file mode 100644
index 0000000..89c8129
--- /dev/null
+++ b/public/static/img/icons/yes.png
Binary files differ
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