Wallet/css/src/mobile.css
Gustavo Maximiliano Cortez 5c3f74470b dont use shadow for mobile
2015-01-18 18:47:04 -03:00

405 lines
6.1 KiB
CSS

/*
*
* Copay mobile CSS
*
*/
@media (max-width: 1024px) {
body {
overflow: hidden;
-ms-content-zooming: none;
}
.loading-screen {
background-color: #2C3E50;
}
.logo-setup {
margin: 0 0 1rem 0;
}
.sidebar {
display: none;
}
.page, .main {
height: 100%;
}
.main {
margin-left: 0;
padding: 60px 0 80px 0;
}
/* Fix IE 10 */
.extra-margin-bottom {
display: block
height: 75px
overflow: hidden
clear: both
}
.main {
height: 99%
overflow: auto
}
/* Fix IE 11 */
_:-ms-fullscreen, :root .extra-margin-bottom {
display: block;
height: 75px;
overflow: hidden;
clear: both;
}
_:-ms-fullscreen, :root .main {
height: 99%;
overflow: auto;
}
/* Fix Firefox */
@-moz-document url-prefix() {
.extra-margin-bottom {
display: block;
height: 75px;
overflow: hidden;
clear: both;
}
}
.tab-bar {
display: block;
position: fixed;
width: 100%;
z-index: 5;
background: #3C4E60;
}
.bottom-bar {
display: block;
position: fixed;
bottom: 0;
width: 100%;
z-index: 5;
background: #2C3E50;
}
.home, .settings, .createProfile, .import-profile {
overflow: hidden;
padding: 1rem 0;
}
.reveal-modal {
padding: 0.5rem;
}
header {
background-color: #2C3E50;
height: 120px;
width: 100%;
line-height: 110%;
padding: 1rem;
}
header .photo-container {
width: 45px;
height: 45px;
margin-bottom: 5px;
}
header h1 {
color: #fff;
text-align: center;
}
.scroll-section {
position: absolute;
top: 120px;
overflow-y: auto;
}
.col2 {
width: 180px;
}
.col2 a.wallet-item {
padding: 0.15rem 0 0.3rem;
}
.col3 a {
height: 45px;
padding: 12px 5px;
}
.status {
bottom: 66px;
left: 0;
}
.right-off-canvas-menu {
background-color: #213140 ;
}
.left-off-canvas-menu {
background: #E4E8EC;
line-height: 24px;
}
.off-canvas-wrap,.inner-wrap{
height:100%;
}
.page{
height:100%;
}
.avatar-wallet {
background-color: #1ABC9C;
color: #fff;
margin-top: 5px;
margin-left: 5px;
margin-right: 13px;
padding: 0.35rem 0.65rem;
}
.copayers {
position: relative;
padding: 0;
overflow-y: none;
}
ul.copayer-list img {
width: 30px;
height: 30px;
}
.setup-page {
height: 100%;
}
.hide-tab-bar {
display: none;
}
.tab-bar h1 {
font-weight: 700;
text-align: center;
text-transform: uppercase;
font-size: 14px;
}
ul.off-canvas-list li a {
font-size: 12px;
vertical-align: middle;
font-weight: 100;
border-bottom: transparent;
padding: 0.66667rem 1rem;
color: #7A8C9E;
border-top: 1px solid rgba(255,255,255,0.25);
-moz-box-shadow: none;
box-shadow: none;
}
ul.off-canvas-list li a i {
vertical-align: middle;
}
ul.off-canvas-list li a.wallet-item {
border: none;
-moz-box-shadow: none;
box-shadow: none;
}
ul.off-canvas-list li a i {
opacity: 0.6;
}
.buttons-sidebar {
color: #4B6178;
}
.buttons-sidebar .col1 i {
background-color: #fff;
color: #4B6178;
}
.bottombar-item a {
color: #7A8C9E;
padding: 0.5rem 0;
display: block;
border-bottom: 3px solid transparent;
}
.bottombar-item a.active {
color: #E4E8EC;
background-color: #213140;
border-bottom: 3px solid #1ABC9C;
}
.box-founds {
background-color: #213140;
}
.left-small {
border-right: none;
}
.right-small {
border-left: none;
}
.right-small a {
color: white;
}
.panel.last-transactions {
margin-bottom: 3.25rem;
}
.addresses .list-addr contact {
margin-left: 0;
font-size: 14px;
}
a.missing-copayers {
bottom: -34px;
text-align: center;
padding: .7rem;
width: 100%;
}
.button, button {
padding: 1rem 1.2rem 1.0625rem;
}
.box-setup {
margin-bottom: 50px;
}
.footer-setup {
margin-bottom: 50px;
}
.label {
font-size: 80%;
padding: 0.15rem 0.2rem;
}
.sidebar-mobile-wallets {
background: #E4E8EC;
}
.sidebar-mobile-wallets li {
overflow: hidden;
padding:0.4rem;
border-bottom: 1px solid #DDE2E7;
}
.sidebar-mobile-wallets li.nav-item.selected {
background-color: #fff;
}
/*
* Remove all vendors hover / shadow / fade
*/
.tooltip {
display: none !important;
}
.move-right .exit-off-canvas,
.move-left .exit-off-canvas {
box-shadow: none;
}
ul.off-canvas-list li a:hover {
background: none;
}
.side-nav li a:not(.button) {
padding: 0;
}
a, button, .button, input, textarea, select {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.add-wallet .button-setup {
border: 1px solid #A5B2BF;
border-radius: 5px;
color: #7A8C9E;
text-align: center;
padding: 2rem;
margin: 2rem 0;
text-transform: uppercase;
font-size: 16px;
}
.modal.fade, .reveal-modal-bg {
opacity: 1;
}
.modal.fade .modal-dialog, .modal.in .modal-dialog, .reveal-modal-bg {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.button.secondary:hover, button.secondary:hover {
background: #008CC1;
color: #fff;
}
/*******************************************/
}
@media (max-width: 640px) {
.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;
}
}