Prechádzať zdrojové kódy

added logo image style for navbar

Christian Kahlau 4 rokov pred
rodič
commit
f4bef50926
1 zmenil súbory, kde vykonal 7 pridanie a 7 odobranie
  1. 7 7
      scss/_navbar.scss

+ 7 - 7
scss/_navbar.scss

@@ -8,7 +8,6 @@
 // Navbar position
 // Navbar themes
 
-
 // Navbar
 //
 // Provide a static navbar from which we expand to create full-width, fixed, and
@@ -48,7 +47,6 @@
   }
 }
 
-
 // Navbar brand
 //
 // Used for brand, project, or site names.
@@ -65,8 +63,13 @@
   &:focus {
     text-decoration: if($link-hover-decoration == underline, none, null);
   }
-}
 
+  img.logo {
+    max-width: 50px;
+    max-height: 50px;
+    margin-right: 30px;
+  }
+}
 
 // Navbar nav
 //
@@ -89,7 +92,6 @@
   }
 }
 
-
 // Navbar text
 //
 //
@@ -99,7 +101,6 @@
   padding-bottom: $nav-link-padding-y;
 }
 
-
 // Responsive navbar
 //
 // Custom styles for responsive collapsing and toggling of navbar contents.
@@ -199,7 +200,6 @@
 }
 // scss-docs-end navbar-expand-loop
 
-
 // Navbar themes
 //
 // Styles for switching between navbars with light or dark background.
@@ -249,7 +249,7 @@
 
     a,
     a:hover,
-    a:focus  {
+    a:focus {
       color: $navbar-light-active-color;
     }
   }