2020-02-16 16:15:07 +01:00
|
|
|
.adjust-btn-padding {
|
|
|
|
padding: 0.55rem;
|
|
|
|
}
|
|
|
|
|
2020-02-19 17:50:23 +01:00
|
|
|
.title-block {
|
|
|
|
color: #FFF;
|
2020-02-22 23:23:24 +01:00
|
|
|
padding-top: 20px;
|
2020-04-09 10:23:46 +02:00
|
|
|
border-top: 3px solid #FFF;
|
2021-05-03 15:11:30 +02:00
|
|
|
width: 100%;
|
|
|
|
padding-bottom: 30px;
|
2021-05-18 16:56:42 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
2021-05-03 15:11:30 +02:00
|
|
|
@media (min-width: 768px) {
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
2020-02-19 17:50:23 +01:00
|
|
|
}
|
|
|
|
|
2021-05-03 15:11:30 +02:00
|
|
|
|
|
|
|
h1{
|
|
|
|
font-size: 1.75rem;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
float: left;
|
|
|
|
@media (min-width: 375px){
|
|
|
|
margin-top: 0px;
|
|
|
|
font-size: 2rem;
|
2020-03-22 22:07:31 +01:00
|
|
|
}
|
2020-02-19 17:50:23 +01:00
|
|
|
}
|
2020-03-10 08:46:12 +01:00
|
|
|
|
2021-05-03 15:11:30 +02:00
|
|
|
.container-buttons {
|
|
|
|
text-align: right;
|
|
|
|
width: 100%;
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
width: 300px;
|
|
|
|
}
|
2020-03-22 22:07:31 +01:00
|
|
|
}
|
2020-03-10 08:46:12 +01:00
|
|
|
|
2021-05-03 15:11:30 +02:00
|
|
|
.tx-link {
|
|
|
|
display: block;
|
|
|
|
width: auto;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-left: 2px;
|
|
|
|
margin-top: 40px;
|
|
|
|
position: absolute;
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
margin-top: 14px;
|
|
|
|
margin-left: 10px;
|
|
|
|
position: relative;
|
|
|
|
text-align: left;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-03-10 08:46:12 +01:00
|
|
|
}
|
2020-03-24 20:55:26 +01:00
|
|
|
|
2021-05-03 15:11:30 +02:00
|
|
|
.td-width {
|
|
|
|
width: 150px;
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
width: 175px;
|
|
|
|
}
|
2021-03-22 12:04:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.badge {
|
|
|
|
position: relative;
|
|
|
|
top: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-small-height {
|
|
|
|
line-height: 1.1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.arrow-green {
|
|
|
|
color: #1a9436;
|
|
|
|
}
|
|
|
|
|
|
|
|
.arrow-red {
|
|
|
|
color: #dc3545;
|
2021-05-03 15:11:30 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container-xl {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row{
|
|
|
|
flex-direction: column;
|
|
|
|
@media (min-width: 850px) {
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 767.98px) {
|
|
|
|
.mobile-bottomcol {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.details-table td:first-child {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.fiat {
|
|
|
|
display: block;
|
|
|
|
@media (min-width: 768px){
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 15px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.table {
|
|
|
|
tr td {
|
2021-05-18 16:20:17 +02:00
|
|
|
padding: 0.75rem 0.5rem;
|
|
|
|
@media (min-width: 576px) {
|
|
|
|
padding: 0.75rem 0.75rem;
|
|
|
|
}
|
2021-05-03 15:11:30 +02:00
|
|
|
&:last-child {
|
|
|
|
text-align: right;
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.btn {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
2021-05-18 16:20:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.effective-fee-container{
|
|
|
|
display: block;
|
|
|
|
@media (min-width: 768px){
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2021-05-07 22:36:35 +02:00
|
|
|
}
|