1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

[PM-7901] added new card view (#10321)

* added new card view
This commit is contained in:
Jason Ng
2024-07-30 15:54:45 -04:00
committed by GitHub
parent cbac5fde11
commit 80af356fd1
6 changed files with 186 additions and 62 deletions

View File

@@ -3,10 +3,8 @@
<h2 bitTypography="h6">{{ "additionalOptions" | i18n }}</h2>
</bit-section-header>
<bit-card>
<label class="tw-text-xs tw-text-muted tw-select-none">
{{ "note" | i18n }}
</label>
<bit-form-field>
<bit-label>{{ "note" | i18n }}</bit-label>
<textarea readonly bitInput aria-readonly="true">{{ notes }}</textarea>
<button
bitSuffix