mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #6975: Reduce footer height
This commit is contained in:
2
netbox/project-static/dist/netbox-dark.css
vendored
2
netbox/project-static/dist/netbox-dark.css
vendored
File diff suppressed because one or more lines are too long
2
netbox/project-static/dist/netbox-light.css
vendored
2
netbox/project-static/dist/netbox-light.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Reference in New Issue
Block a user