add style on sidebar left

This commit is contained in:
bechi 2014-12-18 09:04:58 -03:00 committed by Gustavo Maximiliano Cortez
commit 6b9e8be81c
2 changed files with 95 additions and 47 deletions

View file

@ -18,6 +18,12 @@
display: none;
}
.sidebar.bottom-bar {
background: #213140;
padding: 1.2rem;
font-size: 14px;
}
.page, .main {
height: auto;
}
@ -46,6 +52,15 @@
width: 100%;
z-index: 5;
background: #2C3E50;
height: 65px;
text-align: center;
}
.bar-lock {
background: #213140;
height: 65px;
width: 100%;
text-align: center;
}
.home, .settings, .createProfile, .import-profile {
@ -62,6 +77,9 @@
height: 55px;
line-height: 110%;
background-color: #213140;
position: fixed;
width: 100%;
top: 0;
}
header .photo-container {
@ -76,6 +94,11 @@
text-align: center;
}
.scroll-section {
margin: 55px 0 85px;
}
.col3 a {
height: 45px;
padding: 12px 5px;
@ -274,6 +297,24 @@
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.button-addwallet {
background: #D8DEE3;
border-radius: 4px;
color: #7A8C9E;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
margin: 20px;
}
.button-addwallet i {
background-color: #7A8C9E;
color: #D8DEE3;
border-radius: 100%;
padding: .1rem 0.25rem;
margin-right: 5px;
}
.modal.fade, .reveal-modal-bg {
opacity: 1;
}