DEV: remove unused CSS (#19069)

This commit is contained in:
Kris 2022-11-16 19:19:08 -05:00 committed by GitHub
parent 81efd3101d
commit 7465fadca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 19 deletions

View File

@ -346,20 +346,6 @@ table {
margin-left: 12px;
}
.top-space {
margin-top: 10px;
}
.message {
border-radius: 8px;
background-color: var(--secondary);
padding: 14px;
h2 {
margin-bottom: 20px;
}
}
.clear-transitions {
transition: none !important;
}
@ -380,11 +366,6 @@ table {
border-radius: 50%;
}
.flex-center-align {
display: flex;
align-items: center;
}
.unread-high-priority-notifications {
color: var(--secondary);
background: var(--success);