Wallet/css/src/mobile.css

393 lines
5.9 KiB
CSS
Raw Normal View History

2014-08-21 13:08:11 -03:00
/*
*
* Copay mobile CSS
*
*/
@media (max-width: 1024px) {
2015-01-15 21:35:31 -02:00
body {
overflow: hidden;
-ms-content-zooming: none;
}
2014-08-21 13:08:11 -03:00
.loading-screen {
background-color: #2C3E50;
}
2014-08-21 13:08:11 -03:00
.logo-setup {
margin: 0 0 1rem 0;
2014-08-21 13:08:11 -03:00
}
.sidebar {
display: none;
}
.page, .main {
2015-01-15 17:16:51 -03:00
height: 100%;
2014-08-21 13:08:11 -03:00
}
.main {
margin-left: 0;
2015-01-15 17:16:51 -03:00
padding: 60px 0 80px 0;
}
2015-01-15 21:35:31 -02:00
/* Fix IE 10 */
2015-01-15 17:16:51 -03:00
.extra-margin-bottom {
display: block
height: 75px
overflow: hidden
clear: both
}
2015-01-15 21:35:31 -02:00
.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;
}
2015-01-15 17:16:51 -03:00
/* Fix Firefox */
@-moz-document url-prefix() {
.extra-margin-bottom {
display: block;
height: 75px;
overflow: hidden;
clear: both;
}
2014-08-21 13:08:11 -03:00
}
.tab-bar {
display: block;
position: fixed;
width: 100%;
z-index: 5;
background: #3C4E60;
}
2014-11-22 17:34:28 -03:00
.bottom-bar {
display: block;
position: fixed;
bottom: 0;
width: 100%;
z-index: 5;
2014-11-25 10:49:07 -03:00
background: #2C3E50;
2014-11-22 17:34:28 -03:00
}
.home, .settings, .createProfile, .import-profile {
overflow: hidden;
padding: 1rem 0;
}
2014-12-12 02:21:32 -03:00
.reveal-modal {
padding: 0.5rem;
}
2014-11-26 18:50:58 -03:00
header {
2015-01-18 18:47:04 -03:00
background-color: #2C3E50;
2015-01-15 11:16:59 -03:00
height: 120px;
2014-12-18 18:51:01 -03:00
width: 100%;
line-height: 110%;
2015-01-15 11:16:59 -03:00
padding: 1rem;
2014-12-17 21:57:44 -03:00
}
header .photo-container {
2015-01-15 11:16:59 -03:00
width: 45px;
height: 45px;
margin-bottom: 5px;
2014-11-26 18:50:58 -03:00
}
2014-12-04 17:50:04 -03:00
header h1 {
color: #fff;
text-align: center;
}
2014-12-18 09:04:58 -03:00
.scroll-section {
2014-12-18 18:51:01 -03:00
position: absolute;
2015-01-15 11:16:59 -03:00
top: 120px;
overflow-y: auto;
2014-12-18 09:04:58 -03:00
}
2014-12-18 20:12:40 -03:00
.col2 {
width: 180px;
}
.col2 a.wallet-item {
padding: 0.15rem 0 0.3rem;
}
2014-11-26 18:50:58 -03:00
.col3 a {
height: 45px;
padding: 12px 5px;
}
2014-12-02 17:03:24 -03:00
.status {
bottom: 66px;
left: 0;
}
2014-12-04 17:50:04 -03:00
.right-off-canvas-menu {
background-color: #213140 ;
}
2014-08-21 13:08:11 -03:00
.left-off-canvas-menu {
2014-11-25 13:36:04 -03:00
background: #E4E8EC;
line-height: 24px;
2014-08-21 13:08:11 -03:00
}
.off-canvas-wrap,.inner-wrap{
height:100%;
}
.page{
height:100%;
}
2014-11-26 18:50:58 -03:00
.avatar-wallet {
2014-12-18 20:12:40 -03:00
background-color: #1ABC9C;
color: #fff;
2014-11-26 18:50:58 -03:00
margin-top: 5px;
margin-left: 5px;
2014-12-18 20:12:40 -03:00
margin-right: 13px;
2014-11-26 18:50:58 -03:00
padding: 0.35rem 0.65rem;
}
2014-08-21 13:08:11 -03:00
.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 {
2014-12-17 21:57:44 -03:00
font-weight: 700;
2014-11-26 18:50:58 -03:00
text-align: center;
2014-12-17 21:57:44 -03:00
text-transform: uppercase;
font-size: 14px;
2014-08-21 13:08:11 -03:00
}
ul.off-canvas-list li a {
2014-11-25 13:36:04 -03:00
font-size: 12px;
vertical-align: middle;
font-weight: 100;
2014-11-12 15:57:50 -03:00
border-bottom: transparent;
2014-08-21 13:08:11 -03:00
padding: 0.66667rem 1rem;
2014-11-25 13:36:04 -03:00
color: #7A8C9E;
border-top: 1px solid rgba(255,255,255,0.25);
2015-01-18 18:47:04 -03:00
-moz-box-shadow: none;
box-shadow: none;
2014-11-25 13:36:04 -03:00
}
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;
2014-08-21 13:08:11 -03:00
}
ul.off-canvas-list li a i {
opacity: 0.6;
}
2015-01-13 15:31:56 -03:00
.buttons-sidebar {
color: #4B6178;
}
.buttons-sidebar .col1 i {
background-color: #fff;
color: #4B6178;
}
2014-11-22 17:34:28 -03:00
.bottombar-item a {
2014-11-25 10:49:07 -03:00
color: #7A8C9E;
padding: 0.5rem 0;
2014-11-22 17:34:28 -03:00
display: block;
2014-11-25 15:24:11 -03:00
border-bottom: 3px solid transparent;
2014-11-22 17:34:28 -03:00
}
.bottombar-item a.active {
2014-11-25 10:49:07 -03:00
color: #E4E8EC;
background-color: #213140;
border-bottom: 3px solid #1ABC9C;
2014-11-22 17:34:28 -03:00
}
2014-08-21 13:08:11 -03:00
.box-founds {
background-color: #213140;
}
2014-12-18 18:51:01 -03:00
.left-small {
2014-11-26 18:50:58 -03:00
border-right: none;
2014-08-21 13:08:11 -03:00
}
.right-small {
2014-11-26 18:50:58 -03:00
border-left: none;
}
.right-small a {
color: white;
}
2014-12-02 21:51:45 -03:00
.panel.last-transactions {
margin-bottom: 3.25rem;
}
2014-09-01 14:44:30 -03:00
.addresses .list-addr contact {
margin-left: 0;
font-size: 14px;
}
2014-12-02 21:51:45 -03:00
a.missing-copayers {
bottom: -34px;
text-align: center;
padding: .7rem;
width: 100%;
}
2014-10-07 18:35:22 -03:00
.button, button {
padding: 1rem 1.2rem 1.0625rem;
}
.box-setup {
margin-bottom: 50px;
2014-10-07 18:35:22 -03:00
}
.footer-setup {
margin-bottom: 50px;
2014-12-04 17:50:04 -03:00
}
2014-11-12 15:57:50 -03:00
2014-10-30 16:46:39 -03:00
.label {
font-size: 80%;
padding: 0.15rem 0.2rem;
}
2014-12-18 18:51:01 -03:00
.sidebar-mobile-wallets {
2014-12-17 21:57:44 -03:00
background: #E4E8EC;
}
2014-12-18 20:12:40 -03:00
.sidebar-mobile-wallets li {
overflow: hidden;
padding:0.4rem;
border-bottom: 1px solid #DDE2E7;
}
2014-12-18 18:51:01 -03:00
.sidebar-mobile-wallets li.nav-item.selected {
2014-12-19 12:37:15 -03:00
background-color: #fff;
}
/*
* Remove all vendors hover / shadow / fade
*/
2014-12-04 17:50:04 -03:00
2014-12-05 00:19:57 -03:00
.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);
}
.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;
}
/*******************************************/
2014-08-21 13:08:11 -03:00
}
@media (max-width: 640px) {
.tx-comment {
border-top: 1px solid #eee;
padding-top: 10px;
margin-top: 10px;
}
/* notifications */
.dr-notification {
width: 100%;
2015-01-23 17:12:00 -03:00
border-radius: 0;
2015-01-23 17:28:15 -03:00
box-shadow: none;
border-bottom: 2px solid #E4E8EC;
}
.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 {
2015-01-23 17:12:00 -03:00
font-size: 12px;
line-height: 120%;
}
}