Minor fixes: support list of transactions proposal for small devices.
This commit is contained in:
parent
570d1a69a9
commit
2967bfc9e0
3 changed files with 46 additions and 33 deletions
|
|
@ -178,10 +178,6 @@ small.has-error {
|
|||
.transactions button, .transactions .button {
|
||||
padding: 0.5rem 2rem;
|
||||
}
|
||||
.small {
|
||||
font-size: 60%;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
button.radius, .button.radius {
|
||||
-webkit-border-radius: 5px;
|
||||
|
|
@ -321,3 +317,7 @@ input.ng-invalid-wallet-secret {
|
|||
color: #B4D455;
|
||||
}
|
||||
|
||||
.success {
|
||||
color: #3FBC9C;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue