1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-9605] Extension AnonLayout wrapper component (#10338)

* setup extension component

* setup extension service

* update icon based on theme, adjust padding, service injection

* override service

* add stories

* add current-account component

* add ConfigService to storybook

* use null checks for boolean data - otherwise false values are ignored

* update translations

* remove router implementation test

* remove imports in main.background.ts

* add showLogo to template

* update icon usage

* fix app-current-account storybook style issue
This commit is contained in:
rr-bw
2024-08-06 16:02:47 -07:00
committed by GitHub
parent e4ed4a3858
commit b2a995462f
11 changed files with 589 additions and 3 deletions

View File

@@ -52,3 +52,10 @@ $card-icons-base: "../../src/billing/images/cards/";
.sbdocs-preview pre.prismjs {
color: white;
}
.sb-show-main app-current-account button {
border: none;
background-color: transparent;
padding-inline: 0px;
padding-block: 0px;
}