mirror of
https://github.com/fleetdm/fleet
synced 2026-05-18 14:38:53 +00:00
quick change to make logo in nav bad have a smaller height. This was done to give the logo a little more breathing space in the nav bar. **before:**  **after:** 
11 lines
227 B
SCSS
11 lines
227 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);
|
|
}
|