cleaned & improved scss files
This commit is contained in:
@@ -2,13 +2,19 @@
|
||||
* DEBUG STYLES
|
||||
*/
|
||||
|
||||
.debug .header { outline: 1px solid pink; }
|
||||
.debug .body { outline: 1px solid purple; }
|
||||
.debug .footer { outline: 1px solid pink; }
|
||||
.debug{
|
||||
|
||||
.debug .region-break {
|
||||
border-top: 1px dashed blue;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.body { outline: 1px solid purple; }
|
||||
|
||||
.debug img { outline: 1px solid blue; }
|
||||
.body:before,
|
||||
.body:after { outline: 1px solid green; }
|
||||
|
||||
|
||||
.region-break {
|
||||
border-top: 1px dashed blue;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
img { outline: 1px solid blue; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user