1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 11:13:46 +00:00

[Linked fields] Add Linked Field as custom field type (#1091)

* Add linked fields

* Update to use Field.linkedId

* Add missing deps

* Update jslib
This commit is contained in:
Thomas Rittson
2021-11-04 08:02:41 +10:00
committed by GitHub
parent 6cea5e053d
commit f2a5fe4429
7 changed files with 53 additions and 4 deletions

View File

@@ -409,4 +409,21 @@
background-color: $brand-primary;
}
}
.icon {
display: flex;
justify-content: center;
align-items: center;
min-width: 34px;
height: 100%;
margin-left: -5px;
@include themify($themes) {
color: themed('mutedColor');
}
&.icon-small {
min-width: 25px;
}
}
}