Files
egwcorelib/EgwCoreLib.BlazorTest/Pages/ProvaCalendar.razor.less
T
Samuele Locatelli de7e742731 Rename part 2:
- aggiunta nuova path e rename
2023-02-03 08:29:22 +01:00

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;
}