Refactoring: cleaning directories structure
[fnpeditor.git] / styles / mixins.less
diff --git a/styles/mixins.less b/styles/mixins.less
deleted file mode 100644 (file)
index 3a14f31..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-.rng-mixin-scrollbar {
-    width: 9px;
-}
-
-.rng-mixin-scrollbar-track {
-    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
-    -webkit-border-radius: 10px;
-    border-radius: 10px;
-}
-
-.rng-mixin-scrollbar-thumb {
-    -webkit-border-radius: 10px;
-    border-radius: 10px;
-    background: rgba(73,175,205,0.8); 
-    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
-}
-
-.rng-mixin-scrollbar-thumb-window-inactive {
-    background: rgba(73,175,205,0.4); 
-}
\ No newline at end of file