Merge pull request #3858 from cmgustavo/feat/clean-home-screen
Feat/clean home screen
This commit is contained in:
commit
94a0ffa02e
11 changed files with 44 additions and 51 deletions
|
|
@ -73,7 +73,7 @@ h4.title a {
|
|||
}
|
||||
|
||||
|
||||
.preferences h4, .modal-content h4, .walletHome h4, .glidera h4 {
|
||||
.preferences h4, .modal-content h4, .glidera h4 {
|
||||
background: #F6F7F9;
|
||||
padding: 25px 0px 5px 10px;
|
||||
text-transform: uppercase;
|
||||
|
|
@ -83,6 +83,10 @@ h4.title a {
|
|||
margin:0;
|
||||
}
|
||||
|
||||
.walletHome h4 {
|
||||
padding: 15px 0px 5px 10px;
|
||||
}
|
||||
|
||||
|
||||
.preferences ul, .modal-content ul {
|
||||
font-size:14px;
|
||||
|
|
@ -1003,7 +1007,9 @@ a.button.postfix {
|
|||
}
|
||||
|
||||
.walletHome .icon-wallet {
|
||||
margin-top: 14px;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.icon-input {
|
||||
|
|
|
|||
|
|
@ -192,7 +192,8 @@ _:-ms-fullscreen, :root .main {
|
|||
text-align: center;
|
||||
padding: 1.5rem 1rem 1.5rem 1rem;
|
||||
color: #fff;
|
||||
height: 175px;
|
||||
height: 150px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.alternative-amount {
|
||||
|
|
@ -219,12 +220,6 @@ _:-ms-fullscreen, :root .main {
|
|||
height:100%;
|
||||
}
|
||||
|
||||
.avatar-name {
|
||||
position: relative;
|
||||
padding-top: 10px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.walletHome .avatar-wallet {
|
||||
padding: 0.5rem;
|
||||
width: 75px;
|
||||
|
|
@ -242,10 +237,12 @@ _:-ms-fullscreen, :root .main {
|
|||
}
|
||||
|
||||
.walletHome .wallet-info {
|
||||
margin-left: 85px;
|
||||
line-height: 110%;
|
||||
height: 60px;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: inherit;
|
||||
left: 10px;
|
||||
bottom: 26px;
|
||||
font-size: 20px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.camera-icon a {
|
||||
|
|
@ -258,7 +255,7 @@ _:-ms-fullscreen, :root .main {
|
|||
border-radius: 100%;
|
||||
top: inherit;
|
||||
right: 15px;
|
||||
bottom: 45px;
|
||||
bottom: 2px;
|
||||
line-height: 12px;
|
||||
}
|
||||
|
||||
|
|
@ -808,7 +805,7 @@ textarea:focus
|
|||
transform: translate3d(-100%, 0, 0);
|
||||
width:100%;
|
||||
position: absolute;
|
||||
top: 45px;
|
||||
top: 44px;
|
||||
bottom: 37px;
|
||||
overflow: auto;
|
||||
padding-bottom: 40px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue