mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-26 03:39:20 -07:00
Fix icons display in Settings > A2F > Providers
@@ -77,11 +77,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-icon > svg,
|
app-user-layout bit-nav-logo bit-icon > svg,
|
||||||
app-organization-layout bit-icon > svg {
|
app-organization-layout bit-icon > svg {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
app-user-layout bit-icon::before,
|
app-user-layout bit-nav-logo bit-icon::before,
|
||||||
app-organization-layout bit-icon::before {
|
app-organization-layout bit-icon::before {
|
||||||
display: block;
|
display: block;
|
||||||
content: "" !important;
|
content: "" !important;
|
||||||
@@ -90,7 +90,7 @@ app-organization-layout bit-icon::before {
|
|||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
app-user-layout 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-icon::before {
|
||||||
|
|||||||
Reference in New Issue
Block a user