summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-04 12:02:15 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-04 12:02:15 -0500
commitda95cb4f0f48731c2713c61f17b522b048647fd1 (patch)
treee2ab70aa73105967fd8fa85c0082f426679e762b /app/assets
parent1cc839ab908ea1227e32f183609e86cedb3248fb (diff)
Use the navbar header to demonstrate using SCSS @extend
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/custom.css.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss
index cbd46a7..25cac21 100644
--- a/app/assets/stylesheets/custom.css.scss
+++ b/app/assets/stylesheets/custom.css.scss
@@ -1 +1,6 @@
@import "bootstrap";
+
+header > nav {
+ @extend .navbar;
+ @extend .navbar-inverse;
+}