Merge commit '9a3e0fdb06' into wallet/task/324

This commit is contained in:
Brendon Duncan 2018-05-21 09:22:56 -07:00
commit 7cc73405c4
12 changed files with 103 additions and 41 deletions

View file

@ -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;