9 lines
278 B
CSS
9 lines
278 B
CSS
@-moz-document domain("app.supplierxm.salsify.com"),
|
|
domain("ppr-app.supplierxm.salsify.com"),
|
|
domain("ltg-stream.alkemics.com"),
|
|
domain("int.alkemics.com") {
|
|
#navbar-profile .dropdown-toggle .mdi-account::before {
|
|
content: "\F20F";
|
|
color: turquoise;
|
|
}
|
|
} |