for #5: define styles in popup for containers

This commit is contained in:
groovecoder
2016-12-21 11:44:12 -06:00
parent 11bcc7a379
commit 080b00e031
2 changed files with 21 additions and 23 deletions
-20
View File
@@ -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;