2016-09-06 15:14:07 -03:00
|
|
|
#bitpayCard {
|
|
|
|
|
.amount {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 2rem 1rem 1.5rem 1rem;
|
2016-09-28 19:28:54 -03:00
|
|
|
min-height: 140px;
|
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;
|
|
|
|
|
}
|
|
|
|
|
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-09-06 15:14:07 -03:00
|
|
|
}
|