de7e742731
- aggiunta nuova path e rename
33 lines
548 B
CSS
33 lines
548 B
CSS
.cssTable {
|
|
border-radius: 12px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #34495E;
|
|
}
|
|
.cssTable tr {
|
|
margin: 0 1rem 0 1rem;
|
|
}
|
|
.cssTable td {
|
|
padding: 0.1rem 0rem 0.1rem 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;
|
|
background-color: transparent;
|
|
border: none;
|
|
color: #fff;
|
|
}
|
|
.selDate {
|
|
background-color: #E67E22;
|
|
color: #000;
|
|
} |