delete old commented code
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
837858c41e
commit
140c9cb2cc
@ -547,15 +547,6 @@ div.network-source {
|
||||
background-color: var(--calendar-dark);
|
||||
}
|
||||
|
||||
/* disabling temporarily since all the events are past events atm */
|
||||
/* .card.calendar.past {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.card.calendar.past:hover {
|
||||
opacity: 1;
|
||||
} */
|
||||
|
||||
.h-event.calendar header {
|
||||
display: flex;
|
||||
border-bottom: 2px solid cornflowerblue;
|
||||
@ -739,24 +730,6 @@ li.page-item.disabled {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
li.page-item:nth-child(even) {
|
||||
transform: rotate(-1deg);
|
||||
}
|
||||
|
||||
li.page-item:nth-child(odd) {
|
||||
transform: rotate(1deg);
|
||||
}
|
||||
|
||||
li.page-item:nth-child(5) {
|
||||
transform: rotate(2deg);
|
||||
}
|
||||
|
||||
li.page-item:nth-child(8) {
|
||||
transform: rotate(-3deg);
|
||||
} */
|
||||
|
||||
li.page-item:first-child,
|
||||
li.page-item:last-child {
|
||||
border: none;
|
||||
|
Loading…
Reference in New Issue
Block a user