delete old commented code

This commit is contained in:
Aadil Ayub 2022-04-13 01:13:19 +05:00
parent 837858c41e
commit 140c9cb2cc
1 changed files with 0 additions and 27 deletions

View File

@ -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;