2ef42fefd5
aggiunta bottoni entrata uscita + style gauge
21 lines
386 B
CSS
21 lines
386 B
CSS
.cardContainer {
|
|
background-color: rgba(155, 89, 182, 0.7);
|
|
height: 8.563rem;
|
|
border-radius: 12px;
|
|
width: 23rem;
|
|
}
|
|
.data {
|
|
font-weight: bold;
|
|
padding-top: 1.5rem;
|
|
padding-left: 1.5rem;
|
|
position: relative;
|
|
font-size: 1.25rem;
|
|
text-transform: uppercase;
|
|
}
|
|
.ora {
|
|
width: 100%;
|
|
font-weight: bold;
|
|
position: relative;
|
|
font-size: 3.5rem;
|
|
text-align: center;
|
|
} |