mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
23 lines
573 B
SCSS
23 lines
573 B
SCSS
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************/
|
|
|
|
/* Import variables */
|
|
@import 'vars/variables';
|
|
|
|
/* Import colors */
|
|
@import 'vars/colors';
|
|
|
|
/* Import mixins */
|
|
@import 'vars/mixins';
|
|
|
|
/* bootstrap font */ // crmv@96742
|
|
$icon-font-path: 'fonts/glyphicons-halflings/';
|
|
|
|
/* Import Bootstrap engine */
|
|
/* TODO: import only what's needed */
|
|
@import 'bootstrap/_bootstrap.scss';
|
|
|
|
@import '_vte_bootstrap.scss';
|