scss structure
This commit is contained in:
2
scss/editor.scss
Normal file
2
scss/editor.scss
Normal file
@@ -0,0 +1,2 @@
|
||||
@import 'partials/legacy';
|
||||
@import 'partials/overwrites';
|
||||
@@ -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;
|
||||
}
|
||||
16
scss/partials/_overwrites.scss
Normal file
16
scss/partials/_overwrites.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user