rebase
This commit is contained in:
3
scss/editor.scss
Normal file
3
scss/editor.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
@import 'partials/legacy';
|
||||
@import 'partials/overwrites';
|
||||
@import 'partials/editor';
|
||||
@@ -35,7 +35,19 @@ body {
|
||||
box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
.edit .demo { margin-left:0px; margin-top:10px; padding:30px 15px 15px; border: 1px solid #DDDDDD; border-radius: 4px; position:relative; word-wrap: break-word;}
|
||||
.edit .demo {
|
||||
margin-left:0px;
|
||||
margin-top:10px;
|
||||
padding:30px 15px 15px;
|
||||
border: 1px solid #DDDDDD;
|
||||
border-radius: 4px;
|
||||
position:relative;
|
||||
word-wrap: break-word;
|
||||
padding-left: 220px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.edit .demo:after {
|
||||
background-color: #F5F5F5;
|
||||
border: 1px solid #DDDDDD;
|
||||
@@ -200,16 +212,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;
|
||||
}
|
||||
18
scss/partials/_overwrites.scss
Normal file
18
scss/partials/_overwrites.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
.toolbox-reset {
|
||||
background: inherit;
|
||||
color: inherit;
|
||||
display: inherit;
|
||||
line-height: inherit;
|
||||
margin: inherit;
|
||||
padding: inherit;
|
||||
-webkit-text-size-adjust: inherit;
|
||||
-ms-text-size-adjust: inherit;
|
||||
|
||||
.collapse {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.modal {
|
||||
left: inherit;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user