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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user