Skip to content

Commit

Permalink
added components for all new regions
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Knox committed May 12, 2017
1 parent 0bd235c commit 6bb4605
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 10 deletions.
8 changes: 0 additions & 8 deletions scss/components/_soe_components.scss

This file was deleted.

5 changes: 5 additions & 0 deletions scss/components/_soe_content_body_bottom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@charset "UTF-8";

////
/// CONTENT BODY BOTTOM REGION STRUCTURE
///
5 changes: 5 additions & 0 deletions scss/components/_soe_content_body_lower.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@charset "UTF-8";

////
/// CONTENT BODY LOWER REGION STRUCTURE
///
2 changes: 1 addition & 1 deletion scss/components/_soe_dm_megamenu.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";

////
/// DIGITAL MAGAZINE MEGA MENU REGION STRUCTURE
/// DIGITAL MAGAZINE MEGAMENU REGION STRUCTURE
///

#digital-magazine-megamenu {
Expand Down
5 changes: 5 additions & 0 deletions scss/components/_soe_fw_middle.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@charset "UTF-8";

////
/// FULL WIDTH MIDDLE REGION STRUCTURE
///
5 changes: 5 additions & 0 deletions scss/components/_soe_fw_super_hero.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@charset "UTF-8";

////
/// FULL WIDTH SUPER HERO REGION STRUCTURE
///
12 changes: 12 additions & 0 deletions scss/components/_soe_regions_components.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@charset "UTF-8";

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

@import
'soe_fw_super_hero',
'soe_content_body_lower',
'soe_fw_middle',
'soe_content_body_bottom',
'soe_dm_megamenu';
2 changes: 1 addition & 1 deletion scss/soe_regions.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@charset "UTF-8";

@import
'components/soe_components';
'components/soe_regions_components';

0 comments on commit 6bb4605

Please sign in to comment.