@charset "UTF-8"; // Included Global Variables and Functions @import "./bgui_variables"; // Included Fonts /** 01. FONTS */ @import "./core/fonts/roboto"; @import "./core/fonts/nunito"; // Included Bootstarp @import "./extend/bootstrap/variables"; @import "./extend/bootstrap/bootstrap"; @import "./extend/bootstrap/extend"; // Include Other Vendors @import "./vendors/bundle"; // Include Core bgui Style @import "./core/style"; ////////////////////////// DO NOT REMOVE ABOVE /////////////////////// ////// GLOBAL INCLUDED @import "./global/style"; ////// APPLICATONS - Common Uses @import "./apps/asterisk"; @import "./apps/reply-comment"; @import "./apps/attach"; /////// PREVIEW PURPOSE @import "./core/preview"; // Can be remove on real projoect /////// UI/MODE OVERRIDE @import "./core/mode-override"; /////// DARK MODE SKIN /*! END @iO */ ////////////////////////// END STYLESHEET //////////////////////////// .nk-menu-icon-sid { color: lighten(#587a5e, 8%); }