Merge commit '9a3e0fdb06' into wallet/task/324
This commit is contained in:
commit
7cc73405c4
12 changed files with 103 additions and 41 deletions
|
|
@ -252,6 +252,13 @@
|
|||
position: relative;
|
||||
padding: 10px 30px;
|
||||
|
||||
.text-selectable {
|
||||
-webkit-user-select: text;
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.primary-amount {
|
||||
input, .unit, .primary-amount-display {
|
||||
font-size: 1.8em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue