From d508570f6ecd428b74d48e46ae8f4e970ab79255 Mon Sep 17 00:00:00 2001 From: Anshul Singhal Date: Sun, 5 Mar 2017 18:45:20 +0530 Subject: [PATCH] Makes the path relative instead of absolute --- sass/_variables.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sass/_variables.scss b/sass/_variables.scss index 4c326bdca..b9028f951 100644 --- a/sass/_variables.scss +++ b/sass/_variables.scss @@ -1,4 +1,4 @@ -/* +/* Color scheme helpers: https://coolors.co/app/264653-2a9d8f-e9c46a-f4a261-e76f51 http://paletton.com/#uid=53f0u0knsvIdILAj5Cftgu3uBmZ @@ -66,8 +66,7 @@ $mobile-chat-width: 100% !default; $mobile-chat-height: 400px !default; $small-mobile-chat-height: 300px !default; -/* $font-path: "../fonticons/fonts/" !default; */ -$font-path: "/fonticons/fonts/" !default; +$font-path: "../fonticons/fonts/" !default; $chatroom-width: 300px !default; $chatroom-head-color: #E76F51 !default;