|
|
@@ -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;
|
|
|
}
|
|
|
}
|