2014-08-21 13:08:11 -03:00
|
|
|
/*
|
|
|
|
|
*
|
|
|
|
|
* Copay mobile CSS
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2015-01-29 01:56:32 -03:00
|
|
|
@media (max-width: 1024px) {
|
|
|
|
|
|
|
|
|
|
/* disabling text selection */
|
|
|
|
|
* {
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-khtml-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
user-select: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input {
|
|
|
|
|
-webkit-user-select: auto !important;
|
|
|
|
|
-khtml-user-select: auto !important;
|
|
|
|
|
-moz-user-select: auto !important;
|
|
|
|
|
-ms-user-select: auto !important;
|
|
|
|
|
user-select: auto !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
|
-webkit-user-drag: none;
|
|
|
|
|
-moz-user-drag: none;
|
|
|
|
|
-ms-user-drag: none;
|
|
|
|
|
user-drag: none;
|
|
|
|
|
}
|
|
|
|
|
/* END disabling text selection */
|
2015-01-23 10:04:09 -03:00
|
|
|
|
|
|
|
|
.inner-wrap {
|
|
|
|
|
-webkit-transition-duration: 250ms;
|
|
|
|
|
transition-duration: 250ms;
|
|
|
|
|
}
|
|
|
|
|
|
2015-01-15 21:35:31 -02:00
|
|
|
body {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
-ms-content-zooming: none;
|
2015-01-29 01:56:32 -03:00
|
|
|
}
|
2014-08-21 13:08:11 -03:00
|
|
|
|
2014-12-11 16:07:43 -03:00
|
|
|
.loading-screen {
|
|
|
|
|
background-color: #2C3E50;
|
|
|
|
|
}
|
|
|
|
|
|
2014-08-21 13:08:11 -03:00
|
|
|
.logo-setup {
|
2014-12-08 03:16:51 -03:00
|
|
|
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
|
|
|
}
|
|
|
|
|
|
2014-12-08 03:16:51 -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;
|
2014-12-19 09:47:04 -03:00
|
|
|
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 {
|
2015-01-06 17:12:40 -03:00
|
|
|
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
|
|
|
}
|
|
|
|
|
|
2014-09-04 17:03:54 -03:00
|
|
|
.right-small {
|
2014-11-26 18:50:58 -03:00
|
|
|
border-left: none;
|
2014-09-04 17:03:54 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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-09-29 12:06:36 -03:00
|
|
|
}
|
|
|
|
|
|
2014-10-07 18:35:22 -03:00
|
|
|
.button, button {
|
|
|
|
|
padding: 1rem 1.2rem 1.0625rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.box-setup {
|
2014-10-20 20:46:49 -03:00
|
|
|
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;
|
2014-12-16 17:22:16 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* 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;
|
|
|
|
|
}
|
2014-12-07 20:46:20 -03:00
|
|
|
|
|
|
|
|
.move-right .exit-off-canvas,
|
|
|
|
|
.move-left .exit-off-canvas {
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
2014-12-11 16:07:43 -03:00
|
|
|
|
|
|
|
|
ul.off-canvas-list li a:hover {
|
|
|
|
|
background: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.side-nav li a:not(.button) {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-16 17:22:16 -03:00
|
|
|
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);
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-18 16:02:06 -03:00
|
|
|
.add-wallet .button-setup {
|
2014-12-18 16:45:07 -03:00
|
|
|
border: 1px solid #A5B2BF;
|
2014-12-18 16:02:06 -03:00
|
|
|
border-radius: 5px;
|
2014-12-18 16:45:07 -03:00
|
|
|
color: #7A8C9E;
|
2014-12-18 16:02:06 -03:00
|
|
|
text-align: center;
|
|
|
|
|
padding: 2rem;
|
|
|
|
|
margin: 2rem 0;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-16 17:22:16 -03:00
|
|
|
.modal.fade, .reveal-modal-bg {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal.fade .modal-dialog, .modal.in .modal-dialog, .reveal-modal-bg {
|
2015-01-23 10:04:09 -03:00
|
|
|
-webkit-transition: none !important;
|
|
|
|
|
transition: none !important;
|
|
|
|
|
-webkit-transform: none !important;
|
|
|
|
|
transform: none !important;
|
2014-12-16 17:22:16 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.button.secondary:hover, button.secondary:hover {
|
|
|
|
|
background: #008CC1;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*******************************************/
|
|
|
|
|
|
2015-01-29 01:56:32 -03:00
|
|
|
.pin {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
width: 70%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pin-box {
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
width: 25%;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pin-numbers {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background-color: #000;
|
|
|
|
|
height: 50%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pin-button-bar {
|
|
|
|
|
height: 25%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.pin-button {
|
2015-01-30 17:28:42 -02:00
|
|
|
margin: 4px;
|
|
|
|
|
padding: 5% 10%;
|
2015-01-29 01:56:32 -03:00
|
|
|
display: inline-block;
|
|
|
|
|
color: #ccc;
|
|
|
|
|
font-size: 120%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.pin-button:active {
|
|
|
|
|
color: #fff;
|
2015-01-30 17:28:42 -02:00
|
|
|
background-color: #2C3E50;
|
2015-01-29 01:56:32 -03:00
|
|
|
}
|
|
|
|
|
|
2014-08-21 13:08:11 -03:00
|
|
|
}
|
|
|
|
|
|
2014-11-05 17:33:00 -03:00
|
|
|
@media (max-width: 640px) {
|
|
|
|
|
.tx-comment {
|
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-11-22 15:53:18 -03:00
|
|
|
/* 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;
|
|
|
|
|
}
|
|
|
|
|
|
2014-11-05 17:33:00 -03:00
|
|
|
}
|
|
|
|
|
|