style refresh icon in wallet service url view

This commit is contained in:
Gabriel Bazán 2017-02-22 14:11:26 -05:00
commit b3140db848
2 changed files with 9 additions and 6 deletions

View file

@ -149,18 +149,23 @@ input[type=number] {
.postfix {
position: absolute;
font-size: 20px;
right: 10px;
background-color: $subtle-gray;
color: $dark-gray;
border-radius: 4px;
padding: 2px 10px;
cursor: pointer;
top: 21px;
z-index: 10;
label &{
top: 38px;
padding: 0 5px;
}
}
.postfix:active {
opacity: 0.2;
}
#qr-canvas {
display: none;
}