add icon & change bg color
This commit is contained in:
parent
486b24eeb1
commit
a6fea03f43
4 changed files with 36 additions and 37 deletions
|
|
@ -45,13 +45,15 @@ h4 {
|
|||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
h4.title {
|
||||
background: #F1F3F5;
|
||||
.send h4.title {
|
||||
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.10);
|
||||
background: #fff;
|
||||
padding: 0.8rem;
|
||||
text-transform: uppercase;
|
||||
color: #2C3E50;
|
||||
font-weight: 700;
|
||||
font-size: 0.7rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h4.title a {
|
||||
|
|
@ -61,10 +63,6 @@ h4.title a {
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
.preferences {
|
||||
background: #f1f3f5;
|
||||
}
|
||||
|
||||
.preferences form {
|
||||
background: white;
|
||||
padding-top:10px;
|
||||
|
|
@ -77,7 +75,7 @@ h4.title a {
|
|||
|
||||
|
||||
.preferences h4 {
|
||||
background: #F1F3F5;
|
||||
background: #F6F7F9;
|
||||
padding: 25px 0px 5px 20px;
|
||||
text-transform: uppercase;
|
||||
color: #555;
|
||||
|
|
@ -227,7 +225,7 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
|
|||
|
||||
.page, .main {
|
||||
height:100%;
|
||||
background-color: #fff;
|
||||
background-color: #F6F7F9;
|
||||
}
|
||||
|
||||
.button.small.side-bar {
|
||||
|
|
@ -244,7 +242,7 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
|
|||
}
|
||||
|
||||
.main {
|
||||
background-color: #fff;
|
||||
background-color: #F6F7F9;
|
||||
padding: 0 0 58px 0;
|
||||
position: relative;
|
||||
}
|
||||
|
|
@ -359,7 +357,7 @@ ul.tx-copayers {
|
|||
}
|
||||
|
||||
.circle-icon {
|
||||
background: #F1F3F5;
|
||||
background: #fff;
|
||||
border-radius: 100%;
|
||||
padding: 1.5rem;
|
||||
width: 80px;
|
||||
|
|
@ -373,7 +371,6 @@ ul.tx-copayers {
|
|||
}
|
||||
|
||||
.backup .circle-icon {
|
||||
background: #fff;
|
||||
padding: 0.2rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
|
@ -390,7 +387,7 @@ ul.tx-copayers {
|
|||
}
|
||||
|
||||
.backup .tab-bar {
|
||||
background: #f1f3f5;
|
||||
background: #F6F7F9;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
|
|
@ -924,15 +921,18 @@ ul.wallet-selection.wallets {
|
|||
}
|
||||
|
||||
.postfix.button, .prefix.button {
|
||||
position: absolute;
|
||||
width: 38px;
|
||||
height: 28px;
|
||||
right: 7px;
|
||||
top: 7px;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
line-height: 1.7rem;
|
||||
border-radius: 2px;
|
||||
position: absolute;
|
||||
width: 35px;
|
||||
height: 22px;
|
||||
right: 7px;
|
||||
top: 5px;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
font-size: 12px;
|
||||
border-radius: 2px;
|
||||
line-height: 2;
|
||||
padding: 0;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.postfix.button i, .prefix.button i {
|
||||
|
|
@ -958,6 +958,10 @@ label.postfix, a.postfix {
|
|||
width: 40px;
|
||||
}
|
||||
|
||||
a.button.postfix {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -193,10 +193,6 @@ _:-ms-fullscreen, :root .main {
|
|||
height:100%;
|
||||
}
|
||||
|
||||
.walletHome {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.walletHome .avatar-wallet {
|
||||
padding: 0.5rem;
|
||||
width: 75px;
|
||||
|
|
@ -600,7 +596,7 @@ to prevent collapsing during animation*/
|
|||
top: 45px;
|
||||
padding-bottom: 33px;
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
background: #fff;
|
||||
background: #f6f7f9;
|
||||
}
|
||||
|
||||
body.modal-open {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue