mirror of
https://github.com/mempool/mempool.git
synced 2025-02-28 16:58:32 +01:00
30 lines
316 B
SCSS
30 lines
316 B
SCSS
.input-group-text {
|
|
width: 75px;
|
|
}
|
|
|
|
.bitcoin-satoshis-text {
|
|
font-size: 40px;
|
|
}
|
|
|
|
.fiat-text {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.symbol {
|
|
font-style: italic;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.bitcoin-satoshis-text {
|
|
font-size: 30px;
|
|
}
|
|
}
|
|
|
|
.sats {
|
|
font-size: 20px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.row {
|
|
margin: auto;
|
|
}
|