2016-09-06 15:14:07 -03:00
|
|
|
#bitpayCard {
|
2016-11-04 14:56:20 -04:00
|
|
|
background: white;
|
2016-10-14 12:59:31 -03:00
|
|
|
.bar-header {
|
|
|
|
|
border: 0;
|
|
|
|
|
background: #1e3186;
|
|
|
|
|
.title, .button {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.button {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-11-04 15:42:34 -04:00
|
|
|
.amount-wrapper {
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: visible;
|
|
|
|
|
|
2016-11-04 16:58:13 -04:00
|
|
|
.amount-bg {
|
2016-11-04 15:42:34 -04:00
|
|
|
content: '';
|
|
|
|
|
top: -1000px;
|
|
|
|
|
left: 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
height: 1000px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-color: #1e3186;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-09-06 15:14:07 -03:00
|
|
|
.amount {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 2rem 1rem 1.5rem 1rem;
|
2016-11-04 15:25:33 -04:00
|
|
|
height: 160px;
|
2016-09-06 15:14:07 -03:00
|
|
|
border-color: #172565;
|
|
|
|
|
background-color: #1e3186;
|
|
|
|
|
background-image: linear-gradient(0deg, #172565, #172565 0%, transparent 0%);
|
|
|
|
|
color: #fff;
|
2016-11-04 15:25:33 -04:00
|
|
|
|
|
|
|
|
&__balance {
|
|
|
|
|
margin-bottom: 25px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 34px;
|
|
|
|
|
}
|
2016-09-06 15:14:07 -03:00
|
|
|
}
|
2016-10-05 11:42:40 -03:00
|
|
|
.wallet-details-wallet-info {
|
|
|
|
|
bottom: 5px;
|
|
|
|
|
}
|
2016-09-06 15:14:07 -03:00
|
|
|
strong {
|
|
|
|
|
line-height: 100%;
|
|
|
|
|
}
|
2016-09-28 19:28:54 -03:00
|
|
|
.select-style {
|
|
|
|
|
border: none;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
background-image: none;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2016-10-21 20:33:28 -03:00
|
|
|
.item-select select {
|
|
|
|
|
color: #667;
|
|
|
|
|
}
|
2016-11-04 14:56:20 -04:00
|
|
|
|
|
|
|
|
.get-started {
|
|
|
|
|
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
|
|
|
|
|
&__arrow {
|
|
|
|
|
font-size: 56px;
|
|
|
|
|
opacity: .2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
color: #4A4A4A;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__text {
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
color: #8e8e8e;
|
|
|
|
|
max-width: 300px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-09-06 15:14:07 -03:00
|
|
|
}
|