refac: remove duplicate code

This commit is contained in:
sethburkart123
2024-06-19 18:57:37 +10:00
parent 9c49c3a7d2
commit 081a1fa96a
-19
View File
@@ -2389,22 +2389,11 @@ li.MessageList__unread___3imtO {
padding: 12px;
font-size: 20px;
}
.upcoming-details {
width: 60%;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0px 12px;
}
.upcoming-details h5 {
text-transform: uppercase;
color: #aaaaaa;
padding: 0px 4px;
}
.upcoming-details p {
font-size: 15px;
padding: 4px;
}
.upcoming-details p:hover {
cursor: pointer;
text-decoration: underline;
@@ -2622,10 +2611,6 @@ li.MessageList__unread___3imtO {
margin: 0;
font-weight: 500;
}
.upcoming-date-title {
padding: 12px;
font-size: 20px;
}
.upcoming-details {
width: 60%;
display: flex;
@@ -2643,10 +2628,6 @@ li.MessageList__unread___3imtO {
font-size: 15px;
padding: 4px;
}
.upcoming-details p:hover {
cursor: pointer;
text-decoration: underline;
}
.upcoming-special-day {
font-size: 20px;
}