1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 03:03:55 +01:00
LinkAce/resources/assets/sass/third-party/_choices-variables.scss

20 lines
748 B
SCSS
Vendored

$choices-selector: 'choices' !default;
$choices-font-size-lg: 16px !default;
$choices-font-size-md: 14px !default;
$choices-font-size-sm: 12px !default;
$choices-guttering: 24px !default;
$choices-border-radius: 2.5px !default;
$choices-border-radius-item: 20px !default;
$choices-bg-color: $white !default;
$choices-bg-color-disabled: $white !default;
$choices-bg-color-dropdown: $white !default;
$choices-text-color: $text !default;
$choices-keyline-color: #ddd !default;
$choices-primary-color: $primary !default;
$choices-disabled-color: $text-light !default;
$choices-highlight-color: $choices-primary-color !default;
$choices-button-icon-path: 'icons' !default;
$choices-button-dimension: 8px !default;
$choices-button-offset: 8px !default;