Fix UI issues

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-08 11:50:28 -03:00
commit 9a80e86139
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 24 additions and 32 deletions

View file

@ -1052,6 +1052,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
.text-success {color: #1ABC9C;}
.text-spacing {letter-spacing:2px;}
.text-capitalize {text-transform: capitalize;}
.text-shadow {text-shadow: 2px 2px 3px rgba(150, 150, 150, 1);}
.payment-uri .panel {
line-height: 1.4;

View file

@ -172,8 +172,8 @@ _:-ms-fullscreen, :root .main {
padding-top: 1rem !important;
}
.menu-activity {
background-image: linear-gradient(-180deg, #F1F3F5 0%, #FFFFFF 30%);
.menu-wallet-home {
background: #fff linear-gradient(-180deg, #F1F3F5 0%, #FFFFFF 30%);
box-shadow: 0px -1px 0px 0px rgba(165,178,191,0.35);
width: 100%;
height: 8rem;
@ -187,26 +187,6 @@ _:-ms-fullscreen, :root .main {
z-index: -999;
}
.icon-activity {
font-size: 30px;
position: absolute;
display: block;
left: 0;
right: 0;
top: -4px;
}
.name-activity {
margin-top: 18px;
}
.label.activity {
position: absolute;
top: 11px;
font-size: 9px;
padding: 0.15rem 0.25rem;
}
.amount {
width: 100%;
text-align: center;
@ -298,6 +278,14 @@ ul.copayer-list img {
display: block;
}
.bottombar-item a.active span, .bottombar-item a.active i {
font-weight: bold;
}
.bottombar-item a.active .label {
text-shadow: none;
}
.box-founds {
background-color: #213140;
}