1
0
forked from mico/idle_moloch
idle_moloch/app/src/styles/Header.module.css

27 lines
393 B
CSS

.header {
position: relative;
margin-top: 5rem;
z-index: 1;
}
.title {
font-size: 1.5rem;
margin: 0;
}
.counter {
font-size: 2rem;
font-weight: 600;
margin: 0.5rem 0 0.2rem;
line-height: 2rem;
color: var(--hover-color);
}
.counter_per_seconds {
font-size: 1.2rem;
font-weight: 600;
margin: 0;
}
.counter_available {
font-size: 1rem;
margin: 0;
opacity: 0.76;
}