Remove addresses, display non-refundable warning (#3403)

This commit is contained in:
Jaco Greeff
2016-11-12 22:28:50 +01:00
committed by Gav Wood
parent c57738b9b6
commit 3ff9c3e6d6
6 changed files with 44 additions and 13 deletions

View File

@@ -20,3 +20,15 @@
flex-direction: column;
align-items: center;
}
.warning {
background: #f80;
bottom: 0;
color: #fff;
left: 0;
opacity: 1;
padding: 1.5em;
position: fixed;
right: 50%;
z-index: 100;
}