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

31 lines
516 B
CSS

.cssTable {
border-radius: 12px;
width: 100%;
height: 100%;
background-color: #34495E;
}
.cssTable tr {
margin: 0 0.9rem 0 0.9rem;
}
.cssTable td {
padding: 0.4rem 0rem 0.25rem 0rem;
border: none;
}
.cssTable thead tr {
margin-top: 0.625rem;
}
.meseAnno {
text-transform: capitalize;
color: #fff;
}
.containerBtnTemp {
position: relative;
align-items: center;
display: flex;
justify-content: center;
/*margin-bottom: 20px;*/
}
.selDate {
background-color: #E67E22;
color: #000;
}