소스 검색

Closes #6975: Reduce footer height

jeremystretch 4 년 전
부모
커밋
6d1b981ecb
3개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 0
      netbox/project-static/dist/netbox-dark.css
  2. 0 0
      netbox/project-static/dist/netbox-light.css
  3. 5 4
      netbox/project-static/styles/netbox.scss

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
netbox/project-static/dist/netbox-dark.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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.

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.