2ef42fefd5
aggiunta bottoni entrata uscita + style gauge
34 lines
553 B
CSS
34 lines
553 B
CSS
.calendario {
|
|
background-color: #34495E;
|
|
border: 2px solid #000;
|
|
height: 18.75rem;
|
|
position: fixed;
|
|
bottom: 1.875rem;
|
|
width: 97%;
|
|
right: 0.4rem;
|
|
border-radius: 12px 12px 12px 12px
|
|
}
|
|
|
|
|
|
.containerGauge {
|
|
position: fixed;
|
|
bottom: 2.5rem;
|
|
width: 100%;
|
|
align-items: center;
|
|
right: 3.2rem;
|
|
}
|
|
|
|
.containerCard {
|
|
position: relative;
|
|
width: 100%;
|
|
align-items: center;
|
|
right: 0.8rem;
|
|
}
|
|
|
|
.containerBtn {
|
|
margin-top: 20px;
|
|
position: relative;
|
|
width: 100%;
|
|
align-items: center;
|
|
}
|