31 lines
516 B
CSS
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;
|
|
} |