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

View File

@@ -329,3 +329,5 @@ a.language-selected {
padding: inherit;
-webkit-text-size-adjust: inherit;
-ms-text-size-adjust: inherit; }
.toolbox-reset .collapse {
display: block; }

View File

@@ -11,7 +11,7 @@
<!-- Le styles -->
<!-- <link href="css/bootstrap-combined.min.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 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 -->

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;
}
}