Translations additions + some (s)css + review transaction changes

This commit is contained in:
Sebastiaan Pasma 2018-08-02 16:05:12 +02:00
commit f49e8725e8
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
6 changed files with 34 additions and 20 deletions

View file

@ -10,4 +10,8 @@
position: absolute;
bottom: 92px;
}
.shapeshift-banner {
box-shadow: none;
}
}

View file

@ -1,7 +1,8 @@
#shapeshift {
.swap-image {
width: 70%;
width: auto;
max-width: 400px;
max-height: 25vh;
}
.empty-case {
@include empty-case();
@ -17,5 +18,6 @@
}
}
.header.shapeshift {
background: #243F5D;
background: url(../img/shapeshiftbg.jpg) center center no-repeat #28394d;
opacity: 0.99;
}