Wallet/css/src/mobile.css
2014-11-22 17:54:07 -03:00

223 lines
2.9 KiB
CSS

/*
*
* Copay mobile CSS
*
*/
@media (max-width: 1024px) {
.logo-setup {
margin: 20px 0;
padding: 2rem 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: 20px 0 60px 0;
}
.tab-bar {
display: block;
position: fixed;
width: 100%;
z-index: 5;
background: #3C4E60;
}
.left-off-canvas-menu {
background: #2C3E50;
}
.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;
}
.tab-bar h1 {
font-weight: 100;
}
ul.off-canvas-list li a {
border-bottom: transparent;
padding: 0.66667rem 1rem;
color: #fff;
}
ul.off-canvas-list li a i {
opacity: 0.6;
}
.box-founds {
background-color: #213140;
}
.left-small {
border-right: 1px solid #425568;
}
.right-small {
border-left: 1px solid #425568;
}
.right-small a {
color: white;
}
.panel {
padding: 0.5rem;
}
.btn-copy {
display: none;
}
.addresses .list-addr contact {
margin-left: 0;
font-size: 14px;
}
.top-balance {
width: auto;
padding: 0 5px;
}
table.last-transactions-content .icon-status {
border-radius: 0;
padding: 0.1rem 0.3rem;
margin-bottom: 0;
}
.button, button {
padding: 1rem 1.2rem 1.0625rem;
}
form {
margin: 0;
}
.box-setup {
margin-bottom: 50px;
}
.footer-setup {
margin-bottom: 50px;
}
.founds {
color: #8597A7;
}
.side-nav.wallets {
padding: 0;
height: auto;
left: 0;
}
ul.off-canvas-list li a:hover {
background: transparent;
}
.label {
font-size: 80%;
padding: 0.15rem 0.2rem;
}
.line-t {
border-top: 1px solid #3C5269;
}
}
@media (max-width: 640px) {
.tx-date {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
.tx-comment {
border-top: 1px solid #eee;
padding-top: 10px;
margin-top: 10px;
}
/* notifications */
.dr-notification {
width: 100%;
}
.dr-notification-container {
width: 100%;
}
.dr-notification-container.top {
top: 2.813rem;
}
.dr-notification-wrapper {
width: 100%;
margin: 0;
}
.dr-notification-close-btn {
font-size: 20px;
}
.dr-notification-image {
font-size: 30px;
}
.dr-notification-text {
font-size: 10px;
line-height: 100%;
}
.dr-notification-image i {
padding: 15px;
}
}