Wallet/css/mobile.css
Gustavo Maximiliano Cortez 5a61c78c5a Fixes: waiting copayers
2014-07-24 16:02:02 -03:00

84 lines
1 KiB
CSS

/*
*
* Copay mobile CSS
*
*/
@media (max-width: 1024px) {
.line-dashed-setup-v,
.line-dashed-v,
.line-dashed-h {
border: none;
}
.logo-setup {
margin: 20px 0;
}
.home, .open, .join, .waiting-copayers, .setup, .import, .settings {
margin-top: 0;
}
.sidebar {
display: none;
}
.page, .main {
height: auto;
}
.main {
height: 100%;
margin-top: 40px;
margin-left: 0;
margin-bottom: -40px;
padding-bottom: 60px;
}
.tab-bar {
display: block;
position: fixed;
width: 100%;
z-index: 5;
background: #3C4E60;
}
.left-off-canvas-menu {
background: #3C4E60;
}
.off-canvas-wrap,.inner-wrap{
height:100%;
}
.page{
height:100%;
}
.copayers {
position: relative;
padding: 0;
overflow-y: none;
}
ul.copayer-list img {
width: 30px;
height: 30px;
}
.tab-bar-section {
text-align: left;
}
.setup-page {
height: 100%;
}
.hide-tab-bar {
display: none;
}
}