Add files via upload

This commit is contained in:
Luke 2024-05-15 08:22:44 +02:00 committed by GitHub
parent 642537c441
commit 602a9d0d36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,40 +1,92 @@
p.fiat-info {
color: #4d4d4d;
}
p.fiat-info span,
a.fiat-tooltip {
color: white;
}
.btn {
padding: 2px;
font-size: 0.8rem;
font-weight: bold;
}
.clipboard-copy {
border-top: 1px;
border-bottom: 1px;
width: auto!important;
}
table.table {
max-width: 472px;
margin: auto;
}
.input-group-text {
width: 24%;
font-weight: 800;
}
input.form-control{
input.form-control {
font-weight: 800;
}
.equals-box {
text-align: center;
color: #e9ecef;
font-weight: 800;
font-size: 42px;
}
.equals-text {
vertical-align: super;
}
p {
color: #e9ecef;
}
.gold {
color: #e8be74;
}
.cursor-default {
cursor: default;
}
.cursor-pointer {
cursor: pointer;
}
.text-center{
.text-center {
text-align: center;
}
@media only screen and (max-width: 475px) {
h1{
@media (max-width: 475px) {
.btn {
padding: 1px;
font-size: 12px;
}
h1 {
font-size: 1.2rem;
}
p{
p {
font-size: 0.88rem;
}
}
@media (min-width: 768px) {
.btn {
min-width: 38px;
}
}
@media (min-width: 1400px) {
small.text-info {
padding-right: 7%;
}
}