summaryrefslogtreecommitdiffhomepage
path: root/website/content/_sass/navbar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'website/content/_sass/navbar.scss')
-rwxr-xr-xwebsite/content/_sass/navbar.scss26
1 files changed, 0 insertions, 26 deletions
diff --git a/website/content/_sass/navbar.scss b/website/content/_sass/navbar.scss
deleted file mode 100755
index 33dbc7c4b..000000000
--- a/website/content/_sass/navbar.scss
+++ /dev/null
@@ -1,26 +0,0 @@
-.navbar-inverse {
- background-color: $primary;
- border-bottom: 1px solid $primary;
-
- .navbar-brand > a {
- color: #ffffff;
-
- &:focus,
- &:hover {
- color: #ffffff;
- }
- }
-
- .navbar-nav > li > a {
- color: $inverse-link-color;
-
- &:focus,
- &:hover {
- color: $inverse-link-hover-color;
- }
- }
-
- .navbar-nav .nav-icon {
- font-size: 18px;
- }
-}