Makes the path relative instead of absolute

This commit is contained in:
Anshul Singhal 2017-03-05 18:45:20 +05:30 committed by JC Brand
parent 42f32e5c00
commit d508570f6e

View File

@ -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;