Merge pull request #5662 from gabrielbazan7/fix/refeshbt

style refresh icon in wallet service url view
This commit is contained in:
Javier Donadío 2017-02-22 14:44:33 -05:00 committed by GitHub
commit ce15c62ced
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;
}