Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2017-02-08 15:56:10 +0300
committersualko <klaus@jsxc.org>2017-02-08 15:56:10 +0300
commit0b5204f8bd14db0215c53fe04d88c9ae7bb57f90 (patch)
tree553c00c1afb02ab17b7770154b429f458225a23f /scss
parent57b3ec6df1490be7dd03d176ff619766839f25fa (diff)
use nc colors
Diffstat (limited to 'scss')
-rw-r--r--scss/jsxc.oc.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/scss/jsxc.oc.scss b/scss/jsxc.oc.scss
index 61f8693..db1f3c6 100644
--- a/scss/jsxc.oc.scss
+++ b/scss/jsxc.oc.scss
@@ -5,6 +5,10 @@
$font_sans: Arial, sans-serif;
$font_serif: serif;
+$window_bar_bg: #0082c9;
+$window_bar_color: #c0dff1;
+$window_bar_color_hover: #fff;
+
@import 'js/jsxc/scss/modules',
'js/jsxc/scss/buddylist',
'js/jsxc/scss/state',
@@ -12,7 +16,7 @@ $font_serif: serif;
'js/jsxc/scss/roster',
'js/jsxc/scss/window',
'js/jsxc/scss/muc';
-
+
@import 'js/jsxc/scss/jsxc';
@import 'js/jsxc/scss/webrtc';