scss structure

This commit is contained in:
Jesus Herman
2015-12-04 16:10:35 +01:00
parent 9fc867a0f8
commit 0136c7164c
5 changed files with 21 additions and 14 deletions

2
scss/editor.scss Normal file
View File

@@ -0,0 +1,2 @@
@import 'partials/legacy';
@import 'partials/overwrites';

View File

@@ -199,16 +199,3 @@ body.devpreview { margin-left:0px;}
#downloadModal textarea { width:100%;height:280px;resize: none;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box; }
#editorModal {width:640px;}
a.language-selected { font-style: italic; font-weight: bold; }
.toolbox-reset {
background: inherit;
color: inherit;
display: inherit;
/*font-family: inherit;*/
/*font-size: inherit;*/
line-height: inherit;
margin: inherit;
padding: inherit;
-webkit-text-size-adjust: inherit;
-ms-text-size-adjust: inherit;
}

View File

@@ -0,0 +1,16 @@
.toolbox-reset {
background: inherit;
color: inherit;
display: inherit;
/*font-family: inherit;*/
/*font-size: inherit;*/
line-height: inherit;
margin: inherit;
padding: inherit;
-webkit-text-size-adjust: inherit;
-ms-text-size-adjust: inherit;
& .collapse {
display: block;
}
}