mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
12 lines
228 B
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);
|
|
}
|
|
|