Refactoring: cleaning directories structure
[fnpeditor.git] / src / editor / styles / mixins.less
diff --git a/src/editor/styles/mixins.less b/src/editor/styles/mixins.less
new file mode 100644 (file)
index 0000000..3a14f31
--- /dev/null
@@ -0,0 +1,20 @@
+.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