Merge pull request #5662 from gabrielbazan7/fix/refeshbt
style refresh icon in wallet service url view
This commit is contained in:
commit
ce15c62ced
2 changed files with 9 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue