blowfish/src/app/components/Ticker.css

38 lines
609 B
CSS

.ticker {
justify-content: center;
margin-top: 2rem;
margin-bottom: 2rem;
}
.ticker .number-unit {
flex: initial;
margin-top: 1rem;
}
.ticker button {
background: none;
border: 1px solid #e2e2e2;
box-shadow: none;
margin: 0;
outline: 0;
font-size: .8rem;
border-radius: .3rem;
padding: .2rem .4rem;
display: block;
transition: border .2s ease-out;
color: #8b98a9;
}
.ticker button:disabled {
pointer-events: none;
}
.dark .ticker button {
border-color: #303030;
}
.label--price {
display: inline-block;
font-size: .95rem;
}