Przeglądaj źródła

Closes #6975: Reduce footer height

jeremystretch 4 lat temu
rodzic
commit
6d1b981ecb

Plik diff jest za duży
+ 0 - 0
netbox/project-static/dist/netbox-dark.css


Plik diff jest za duży
+ 0 - 0
netbox/project-static/dist/netbox-light.css


+ 5 - 4
netbox/project-static/styles/netbox.scss

@@ -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.

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików