Files
gpw_next/GPW.CORE.Test/Pages/Index.razor.css
T
zaccaria.majid 2ef42fefd5 aggiunta card data +
aggiunta bottoni entrata uscita +
style gauge
2023-01-09 14:53:59 +01:00

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