moved all project assets to project folder

This commit is contained in:
Bachir Soussi Chiadmi
2017-05-30 09:27:03 +02:00
parent c248b2fae6
commit f73918e5b5
20 changed files with 135 additions and 424 deletions
@@ -0,0 +1,14 @@
/**
* DEBUG STYLES
*/
.debug .header { outline: 1px solid pink; }
.debug .body { outline: 1px solid purple; }
.debug .footer { outline: 1px solid pink; }
.debug .region-break {
border-top: 1px dashed blue;
box-sizing: border-box;
}
.debug img { outline: 1px solid blue; }