mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06:00
Closes #6975: Reduce footer height
This commit is contained in:
parent
ac6b1bf422
commit
6d1b981ecb
BIN
netbox/project-static/dist/netbox-dark.css
vendored
BIN
netbox/project-static/dist/netbox-dark.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox-light.css
vendored
BIN
netbox/project-static/dist/netbox-light.css
vendored
Binary file not shown.
@ -419,10 +419,11 @@ main.login-container {
|
||||
}
|
||||
|
||||
.footer {
|
||||
padding-top: map.get($spacers, 4);
|
||||
padding-right: 0;
|
||||
padding-bottom: map.get($spacers, 3);
|
||||
padding-left: 0;
|
||||
padding: 0;
|
||||
|
||||
.nav-link {
|
||||
padding: .5rem;
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
// Pad the bottom of the footer on mobile devices to account for mobile browser controls.
|
||||
|
Loading…
Reference in New Issue
Block a user