Merge pull request #14 from alk-spriet/squared-logo-place

feat(13): fix rounded place logo
This commit is contained in:
Simon Priet
2023-04-05 21:49:13 +02:00
committed by GitHub
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;
}
}