feat(13): fix rounded place logo

This commit is contained in:
Simon 2023-04-05 21:48:26 +02:00
parent 66aa9f498f
commit 27db23fdb9
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;
}
}