Merge branch 'ref/design' of github.com:matiu/copay into ref/design
This commit is contained in:
commit
bc4f7e841e
15 changed files with 235 additions and 429 deletions
|
|
@ -955,3 +955,13 @@ input[type="number"] {
|
|||
.calculator .button-calc .columns { padding: 20px; }
|
||||
.calculator .header-calc { top: 18%; }
|
||||
}
|
||||
|
||||
/* Turn Off Number Input Spinners */
|
||||
|
||||
input[type=number] {
|
||||
&::-webkit-inner-spin-button, &::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue