Translations additions + some (s)css + review transaction changes
This commit is contained in:
parent
aacc80ea21
commit
f49e8725e8
6 changed files with 34 additions and 20 deletions
|
|
@ -10,4 +10,8 @@
|
|||
position: absolute;
|
||||
bottom: 92px;
|
||||
}
|
||||
|
||||
.shapeshift-banner {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue