Merge branch 'master' of https://github.com/bitpay/copay into v3.5.0
This commit is contained in:
commit
19824e8fde
73 changed files with 200 additions and 94 deletions
|
|
@ -101,6 +101,7 @@
|
|||
height: 40px;
|
||||
border-radius: 40px;
|
||||
border: 1px solid;
|
||||
color: #9b9bab;
|
||||
&.no-border {
|
||||
border: none;
|
||||
.svg {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
#pin {
|
||||
background-color: #FAFAFA;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
.content {
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
|
|
|
|||
|
|
@ -35,7 +35,50 @@
|
|||
.send-heading {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
padding-bottom: 0;
|
||||
padding: 0 0 16px 0;
|
||||
border: none;
|
||||
}
|
||||
.send-header-wrapper {
|
||||
padding: 10px;
|
||||
background-color: white;
|
||||
box-shadow: 0px 5px 10px 0px #cccccc;
|
||||
}
|
||||
.search-wrapper {
|
||||
background-color: #f2f2f2;
|
||||
border-radius: 3px;
|
||||
border: none;
|
||||
.svg#Bitcoin_Symbol {
|
||||
width: 14px;
|
||||
.st0 {
|
||||
fill: #cccccc;
|
||||
}
|
||||
}
|
||||
&.focus {
|
||||
background: none;
|
||||
.svg#Bitcoin_Symbol {
|
||||
display: none;
|
||||
}
|
||||
.search-input {
|
||||
padding-left: 0;
|
||||
&:focus::-webkit-input-placeholder {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.abs-v-center {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.search-input {
|
||||
background-color: transparent;
|
||||
padding-left: 30px;
|
||||
}
|
||||
.separator-left {
|
||||
border-left: 1px solid #d9d9df;
|
||||
padding-left: 10px;
|
||||
height: 70%;
|
||||
}
|
||||
.bitcoin-address {
|
||||
border-top: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue