send view first pass
This commit is contained in:
parent
d6d54a4e35
commit
7e29b9eb98
6 changed files with 158 additions and 92 deletions
14
src/sass/views/tab-send.scss
Normal file
14
src/sass/views/tab-send.scss
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#tab-send {
|
||||
.bitcoin-address {
|
||||
@media(max-width: 480px) {
|
||||
input {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
.icon {
|
||||
line-height: 31px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue