mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 19:29:21 -07:00
Fix icons in Admin Console > Reports
@@ -78,11 +78,11 @@ auth-anon-layout > main > a > bit-icon::before {
|
|||||||
|
|
||||||
/* Use a custom top left logo different per vault/admin */
|
/* Use a custom top left logo different per vault/admin */
|
||||||
app-user-layout bit-nav-logo bit-icon > svg,
|
app-user-layout bit-nav-logo bit-icon > svg,
|
||||||
app-organization-layout bit-icon > svg {
|
app-organization-layout bit-nav-logo bit-icon > svg {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
app-user-layout bit-nav-logo bit-icon::before,
|
app-user-layout bit-nav-logo bit-icon::before,
|
||||||
app-organization-layout bit-icon::before {
|
app-organization-layout bit-nav-logo bit-icon::before {
|
||||||
display: block;
|
display: block;
|
||||||
content: "" !important;
|
content: "" !important;
|
||||||
width: 200px !important;
|
width: 200px !important;
|
||||||
@@ -93,7 +93,7 @@ app-organization-layout bit-icon::before {
|
|||||||
app-user-layout bit-nav-logo bit-icon::before {
|
app-user-layout bit-nav-logo bit-icon::before {
|
||||||
background-image: url(../images/my-custom-password-manager-logo.png) !important;
|
background-image: url(../images/my-custom-password-manager-logo.png) !important;
|
||||||
}
|
}
|
||||||
app-organization-layout bit-icon::before {
|
app-organization-layout bit-nav-logo bit-icon::before {
|
||||||
background-image: url(../images/my-custom-admin-console-logo.png) !important;
|
background-image: url(../images/my-custom-admin-console-logo.png) !important;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user