fleet/frontend/components/icons/OrgLogoIcon/_styles.scss

12 lines
228 B
SCSS

.org-logo-icon {
// ensures consistent nav bar height regardless of the logo image used
min-height: 24px;
max-height: 40px;
max-width: 150px;
padding: 0 $pad-small;
}
.default-fleet-logo {
transform: scale(0.5);
}