feat(#13): fix rounded place logo #14

Merged
alk-spriet merged 1 commits from squared-logo-place into main 2023-04-05 21:49:13 +02:00
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{ {
"conventionalCommits.scopes": [ "conventionalCommits.scopes": [
"#11" "#11",
"13"
] ]
} }

6
Squared logo place.css Normal file
View File

@ -0,0 +1,6 @@
@-moz-document domain("supplierxm.salsify.com"),
domain("alkemics.com") {
.MultipleOrganizationLabel>img {
border-radius: initial;
}
}