eventi grafica

This commit is contained in:
Surya Paolo
2023-04-17 02:05:03 +02:00
parent 3cf4562285
commit 16e3dcc9d0
6 changed files with 114 additions and 17 deletions

View File

@@ -1650,3 +1650,26 @@ h3 {
.butt_green{
background-color: rgb(202, 232, 202) !important;
}
.ev_dayofweek{
color: grey;
font-size: 0.85rem;
text-transform: uppercase;
text-align: center;
margin-bottom: -4px;
}
.ev_day{
color: black;
font-size: 1.25rem;
font-weight: bold;
text-align: center;
}
.col-105{
height: auto;
width: 90%;
}
.col-15{
height: auto;
width: 10%;
}