Commit efe5b9f
Changed files (2)
app
assets
stylesheets
app/assets/stylesheets/application.scss
@@ -10,8 +10,10 @@
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*
- *= require_tree .
- *= require_self
*= require foundation_and_overrides
+ *= require_self
+ *= require_tree .
*/
+
+@import "foundation_and_overrides";
app/assets/stylesheets/global.scss
@@ -38,7 +38,7 @@ nav {
}
svg {
z-index: 100;
- fill: #fff;
+ fill: $white;
position: relative;
width: 12px;
margin: 5px 8px 0 20px;