Add .5x transform only to .svg org logos (#11063)

This commit is contained in:
Jacob Shandling 2023-04-07 13:38:08 -07:00 committed by GitHub
parent d159ca8ae8
commit fe2f3c3473
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
max-height: 46px;
}
.default-fleet-logo {
.default-fleet-logo,
.org-logo-icon[src*="svg"] {
transform: scale(0.5);
}