aboutsummaryrefslogtreecommitdiff
path: root/app/scss
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-12-22 13:14:08 +0000
committerrubenwardy <rw@rubenwardy.com>2018-12-22 13:14:08 +0000
commitd61f77a805a28b1d5dcbb759f6a75825f2e5d44f (patch)
treeadfa794159e02a00152f32c72d82b707c39068a5 /app/scss
parentf6384e2e156b190753b8ba5c57e66b6d7304b5a1 (diff)
downloadcheatdb-d61f77a805a28b1d5dcbb759f6a75825f2e5d44f.tar.xz
Improve claim page
Diffstat (limited to 'app/scss')
-rw-r--r--app/scss/custom.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/scss/custom.scss b/app/scss/custom.scss
index 559fea8..9017305 100644
--- a/app/scss/custom.scss
+++ b/app/scss/custom.scss
@@ -15,6 +15,22 @@
max-height: 1em;
}
+#alerts {
+ display: block;
+ list-style: none;
+ position: fixed;
+ bottom: 0;
+ left:0;
+ right:0;
+ margin: 0;
+ padding:0;
+ z-index: 1000;
+}
+
+#alerts li {
+ list-style: none;
+}
+
.jumbotron {
background-size: cover;
background-repeat: no-repeat;