Improve claim page

This commit is contained in:
rubenwardy
2018-12-22 13:14:08 +00:00
parent f6384e2e15
commit d61f77a805
11 changed files with 124 additions and 90 deletions

View File

@@ -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;