diff --git a/apps/client/src/stylesheets/boxicons-compat.css b/apps/client/src/stylesheets/boxicons-compat.css index cde182842..b07107f4a 100644 --- a/apps/client/src/stylesheets/boxicons-compat.css +++ b/apps/client/src/stylesheets/boxicons-compat.css @@ -490,3 +490,9 @@ border: .07em solid rgba(0,0,0,.1); border-radius: 50%; } + +/** Custom icon **/ +.bx-empty { + width: 1em; + display: inline-block; +} diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 86266ef5d..ef5c83052 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -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 */ }