Refactoring: cleaning directories structure
[fnpeditor.git] / modules / documentCanvas / documentCanvas.less
diff --git a/modules/documentCanvas/documentCanvas.less b/modules/documentCanvas/documentCanvas.less
deleted file mode 100644 (file)
index 69808ea..0000000
+++ /dev/null
@@ -1,105 +0,0 @@
-@import 'nodes.less';
-
-#rng-module-documentCanvas {
-   height: 100%;
-}
-
-#rng-module-documentCanvas-mainArea {
-   height: 100%;
-   margin-bottom: 20px;
-}
-
-#rng-module-documentCanvas-contentWrapper {
-    border-color: #ddd;
-    border-style: solid;
-    border-width: 1px;
-    float:left;
-    width: 100%;
-    height: 100%;
-    overflow-y: scroll;
-    padding: 0 10px;
-    
-    &::-webkit-scrollbar {
-        .rng-mixin-scrollbar;
-    }
-    &::-webkit-scrollbar-track {
-        .rng-mixin-scrollbar-track;
-    }
-    &::-webkit-scrollbar-thumb {
-        .rng-mixin-scrollbar-thumb;
-    }
-    &::-webkit-scrollbar-thumb:window-inactive {
-        .rng-mixin-scrollbar-thumb-window-inactive;
-    }
-    
-    .canvas-wrapper {
-        outline: 0px solid transparent;
-    }
-
-    .current-text-element {
-        outline: 1px dashed black;
-    }
-
-    .current-node-element {
-        border-color: lighten(#000, 15%);
-        border-style: solid;
-        border-width: 1px;
-    }
-
-    .highlighted-element {
-        border: 1px solid red;
-    }
-
-
-    .canvas-widgets {
-        display: inline;
-    }
-
-    .canvas-widget {
-        display: none;
-    }
-
-    .canvas-widget-label {
-        position: absolute;
-        display: none;
-        top: -20px;
-        left:0;
-        background-color: red;
-        color: white;
-        font-size:12px;
-        font-weight: bold;
-        padding: 1px 3px;
-        //width:300px;
-        opacity: 0.65;
-        font-family: monospace;
-        z-index:9999;
-        white-space: nowrap;
-    }
-}
-
-.rng-module-documentCanvas-currentNode {
-    background: #fffacd;
-    border-color: grey;
-    border-style:dashed;
-    border-width:1px;
-}
-
-.rng-module-documentCanvas-hoveredNodeTag {
-    position:absolute;
-    height:20px;
-    top:-20px;
-    left:0;
-    background: #bd362f;
-    color: white;
-    font-size:9px;
-    font-weight: normal;
-    font-style: normal;
-    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
-    padding: 0 5px;
-    text-indent: 0;
-}
-
-[document-node-element] {
-    position:relative;
-    border: 1px solid white;
-}
\ No newline at end of file