mempool/frontend/src/app/components/calculator/calculator.component.scss

31 lines
316 B
SCSS
Raw Normal View History

2023-06-17 21:04:23 +02:00
.input-group-text {
width: 75px;
}
2023-06-18 00:16:47 +02:00
.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;
}
2023-06-18 02:09:06 +02:00
}
.sats {
2023-06-18 18:04:32 +02:00
font-size: 20px;
margin-left: 5px;
2023-07-15 12:18:55 +09:00
}
.row {
margin: auto;
}