2024-05-15 08:22:44 +02:00
|
|
|
p.fiat-info {
|
2024-05-24 16:48:12 +02:00
|
|
|
color: #4d4d4d;
|
2024-05-15 08:22:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
p.fiat-info span,
|
|
|
|
a.fiat-tooltip {
|
2024-05-24 16:48:12 +02:00
|
|
|
color: white;
|
2024-05-15 08:22:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
2024-05-24 16:48:12 +02:00
|
|
|
padding: 2px;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
font-weight: bold;
|
2024-05-15 08:22:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.clipboard-copy {
|
2024-05-24 16:48:12 +02:00
|
|
|
border-top: 1px;
|
|
|
|
border-bottom: 1px;
|
|
|
|
width: auto !important;
|
2024-05-15 08:22:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.table {
|
2024-05-24 16:48:12 +02:00
|
|
|
max-width: 472px;
|
|
|
|
margin: auto;
|
2024-05-15 08:22:44 +02:00
|
|
|
}
|
|
|
|
|
2023-05-15 09:04:02 +02:00
|
|
|
.input-group-text {
|
2024-05-24 16:48:12 +02:00
|
|
|
width: 24%;
|
|
|
|
font-weight: 800;
|
2023-05-15 09:04:02 +02:00
|
|
|
}
|
2024-05-15 08:22:44 +02:00
|
|
|
|
|
|
|
input.form-control {
|
2024-05-24 16:48:12 +02:00
|
|
|
font-weight: 800;
|
2023-05-15 09:04:02 +02:00
|
|
|
}
|
2024-05-15 08:22:44 +02:00
|
|
|
|
2023-05-15 09:04:02 +02:00
|
|
|
.equals-box {
|
2024-05-24 16:48:12 +02:00
|
|
|
text-align: center;
|
|
|
|
color: #e9ecef;
|
|
|
|
font-weight: 800;
|
|
|
|
font-size: 42px;
|
2023-05-15 09:04:02 +02:00
|
|
|
}
|
2024-05-15 08:22:44 +02:00
|
|
|
|
2023-05-15 09:04:02 +02:00
|
|
|
.equals-text {
|
2024-05-24 16:48:12 +02:00
|
|
|
vertical-align: super;
|
2023-05-15 09:04:02 +02:00
|
|
|
}
|
2024-05-15 08:22:44 +02:00
|
|
|
|
2023-05-15 09:04:02 +02:00
|
|
|
p {
|
2024-05-24 16:48:12 +02:00
|
|
|
color: #e9ecef;
|
2023-05-15 09:04:02 +02:00
|
|
|
}
|
2024-05-15 08:22:44 +02:00
|
|
|
|
2023-05-15 09:04:02 +02:00
|
|
|
.gold {
|
2024-05-24 16:48:12 +02:00
|
|
|
color: #e8be74;
|
2023-05-15 09:04:02 +02:00
|
|
|
}
|
2024-05-15 08:22:44 +02:00
|
|
|
|
2023-05-15 09:04:02 +02:00
|
|
|
.cursor-default {
|
2024-05-24 16:48:12 +02:00
|
|
|
cursor: default;
|
2023-05-15 09:04:02 +02:00
|
|
|
}
|
2024-05-15 08:22:44 +02:00
|
|
|
|
2023-05-15 09:04:02 +02:00
|
|
|
.cursor-pointer {
|
2024-05-24 16:48:12 +02:00
|
|
|
cursor: pointer;
|
2023-05-15 09:04:02 +02:00
|
|
|
}
|
2024-05-15 08:22:44 +02:00
|
|
|
|
|
|
|
.text-center {
|
2024-05-24 16:48:12 +02:00
|
|
|
text-align: center;
|
2023-05-15 09:04:02 +02:00
|
|
|
}
|
|
|
|
|
2024-05-15 08:22:44 +02:00
|
|
|
@media (max-width: 475px) {
|
2024-05-24 16:48:12 +02:00
|
|
|
.btn {
|
|
|
|
padding: 1px;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2024-05-15 08:22:44 +02:00
|
|
|
|
2024-05-24 16:48:12 +02:00
|
|
|
h1 {
|
|
|
|
font-size: 1.2rem;
|
|
|
|
}
|
2024-05-15 08:22:44 +02:00
|
|
|
|
2024-05-24 16:48:12 +02:00
|
|
|
p {
|
|
|
|
font-size: 0.88rem;
|
|
|
|
}
|
2024-05-15 08:22:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
2024-05-24 16:48:12 +02:00
|
|
|
.btn {
|
|
|
|
min-width: 38px;
|
|
|
|
}
|
2024-05-15 08:22:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1400px) {
|
2024-05-24 16:48:12 +02:00
|
|
|
small.text-info {
|
|
|
|
padding-right: 7%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.bs-tooltip-auto {
|
|
|
|
padding: 0.4rem 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bs-tooltip-auto .tooltip-arrow {
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bs-tooltip-auto .tooltip-arrow::before {
|
|
|
|
top: -1px;
|
|
|
|
border-width: 0.4rem 0.4rem 0;
|
|
|
|
border-top-color: #000;
|
|
|
|
}
|