Skip to content

Commit

Permalink
sass fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
boznik committed Apr 29, 2017
1 parent d412261 commit 34bdd3f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scss/components/_soe_dm_megamenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@
padding: 0;
margin-left: auto;
margin-right: auto;
background-color: #9ca4ab;
background-color: $mm-background;
}
.region-digital-magazine-megamenu {
width: 1170px;
}
.test {

}

1 change: 1 addition & 0 deletions scss/soe_regions.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@charset "UTF-8";

@import
'variables/soe_regions_variables',
'components/soe_components'
3 changes: 3 additions & 0 deletions scss/variables/_soe_dm_megamenu_colors.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@charset "UTF-8";

$mm-background: #9ca4ab;
8 changes: 8 additions & 0 deletions scss/variables/_soe_regions_variables.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@charset "UTF-8";

////
/// ROLL UP
///

@import
'soe_dm_megamenu_colors'

0 comments on commit 34bdd3f

Please sign in to comment.