de7e742731
- aggiunta nuova path e rename
50 lines
842 B
Plaintext
50 lines
842 B
Plaintext
.containerCalendario {
|
|
margin-top: 20px;
|
|
position: relative;
|
|
min-width: 20rem;
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.containerGauge {
|
|
position: fixed;
|
|
bottom: 5rem;
|
|
width: 100%;
|
|
align-items: center;
|
|
right: 5.2rem;
|
|
display: flex;
|
|
justify-content: center;
|
|
gap: 8.3rem;
|
|
}
|
|
|
|
.containerCard {
|
|
position: relative;
|
|
width: 100%;
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.containerBtnEntrEsc {
|
|
margin-top: 20px;
|
|
position: relative;
|
|
width: 95%;
|
|
height: 2.5rem;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.containerBtnTemp {
|
|
position: fixed;
|
|
height: 39px;
|
|
width: 59px;
|
|
bottom: 4rem;
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
|