Files
gpw_next/GPW.CORE.SMART/Components/Calendario.razor.css
T
Samuele Locatelli e7d100e7d3 Fix round tempi
2023-01-11 09:38:05 +01:00

27 lines
503 B
CSS

.statsContainer {
border: 0.3rem solid #E67E22;
border-radius: 0.8rem;
/*border-radius: 0rem 0rem 0.8rem 0.8rem;*/
/*margin: 0px 10px 20px 10px;*/
padding-bottom: 10px;
}
.baseBtn {
height: 2.5rem;
border: none;
border-radius: 0.8rem;
color: #fff;
}
.btnReset {
height: 2.5rem;
border: none;
border-radius: 0.8rem;
color: #fff;
background-color: #1AB7EA;
}
.btnTemp {
height: 2.5rem;
border: none;
border-radius: 0.8rem;
color: #fff;
background-color: #1ABC9C;
}