mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 16:48:47 +00:00
15 lines
423 B
SCSS
15 lines
423 B
SCSS
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************/
|
|
|
|
$vte_font_size: 13px;
|
|
$vte-box-border-radius: 2px !default;
|
|
|
|
/* Bootstrap variables */
|
|
$font-family-sans-serif: 'VTEFont', sans-serif;
|
|
$font-family-base: $font-family-sans-serif;
|
|
|
|
/* Dropdowns */
|
|
$border-radius-base: 2px !default;
|