refactor(client): move a bx style to dedicated CSS

This commit is contained in:
Elian Doran 2025-12-28 09:43:17 +02:00
parent 505a985755
commit 7646061215
No known key found for this signature in database
2 changed files with 6 additions and 5 deletions

View File

@ -490,3 +490,9 @@
border: .07em solid rgba(0,0,0,.1);
border-radius: 50%;
}
/** Custom icon **/
.bx-empty {
width: 1em;
display: inline-block;
}

View File

@ -1130,11 +1130,6 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
border-color: var(--main-border-color) !important;
}
.bx-empty {
width: 1em;
display: inline-block;
}
.modal-header {
padding: 0.5rem 1rem 0.5rem 1rem !important; /* make modal header padding slightly smaller */
}