scss structure
This commit is contained in:
@@ -329,3 +329,5 @@ a.language-selected {
|
|||||||
padding: inherit;
|
padding: inherit;
|
||||||
-webkit-text-size-adjust: inherit;
|
-webkit-text-size-adjust: inherit;
|
||||||
-ms-text-size-adjust: inherit; }
|
-ms-text-size-adjust: inherit; }
|
||||||
|
.toolbox-reset .collapse {
|
||||||
|
display: block; }
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<!-- Le styles -->
|
<!-- Le styles -->
|
||||||
<!-- <link href="css/bootstrap-combined.min.css" rel="stylesheet"> -->
|
<!-- <link href="css/bootstrap-combined.min.css" rel="stylesheet"> -->
|
||||||
<link href="css/toolbox.css" rel="stylesheet">
|
<link href="css/toolbox.css" rel="stylesheet">
|
||||||
<link href="css/layoutit.css" rel="stylesheet">
|
<link href="css/editor.css" rel="stylesheet">
|
||||||
<link href="css/docs.min.css" rel="stylesheet">
|
<link href="css/docs.min.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
||||||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
||||||
|
|||||||
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; }
|
#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;}
|
#editorModal {width:640px;}
|
||||||
a.language-selected { font-style: italic; font-weight: bold; }
|
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