for #5: define styles in popup for containers
This commit is contained in:
@@ -28,26 +28,6 @@ table.unstriped tbody tr {
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
[data-identity-icon="fingerprint"] {
|
||||
--identity-icon: url('/img/usercontext.svg#fingerprint');
|
||||
--identity-icon-color: #00a7e0;
|
||||
}
|
||||
|
||||
[data-identity-icon="briefcase"] {
|
||||
--identity-icon: url('/img/usercontext.svg#briefcase');
|
||||
--identity-icon-color: #ff9216;
|
||||
}
|
||||
|
||||
[data-identity-icon="dollar"] {
|
||||
--identity-icon: url('/img/usercontext.svg#dollar');
|
||||
--identity-icon-color: #7dc14c;
|
||||
}
|
||||
|
||||
[data-identity-icon="cart"] {
|
||||
--identity-icon: url('/img/usercontext.svg#cart');
|
||||
--identity-icon-color: #ee5195;
|
||||
}
|
||||
|
||||
.userContext-icon {
|
||||
background-image: var(--identity-icon);
|
||||
background-position: center center;
|
||||
|
||||
Reference in New Issue
Block a user