mirror of
https://github.com/mempool/mempool.git
synced 2025-03-01 01:00:00 +01:00
21 lines
No EOL
239 B
SCSS
21 lines
No EOL
239 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;
|
|
}
|
|
} |