mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
Improve agenda
This commit is contained in:
+9
-4
@@ -579,18 +579,23 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
|
||||
|
||||
.calendar-component {
|
||||
td {
|
||||
padding: 7.5px !important;
|
||||
padding: 8.1px !important;
|
||||
div {
|
||||
padding-left: 0px;
|
||||
}
|
||||
display: flex;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
|
||||
}
|
||||
|
||||
td div:not(.day) {
|
||||
background-color: red;
|
||||
td div:not(.day, .day-container) {
|
||||
width: 30px !important;
|
||||
height: 30px;
|
||||
}
|
||||
tr {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user