feat(WIP): 커맨드창 vue-multiselect
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
@use "sass:math";
|
||||
|
||||
$vue-multiselect-disabled-color: $white;
|
||||
$vue-multiselect-disabled-bg: $gray-700;
|
||||
$form-select-color: $white;
|
||||
$vue-multiselect-bg: $black;
|
||||
$vue-multiselect-color: $white;
|
||||
$vue-multiselect-tag-color: $white;
|
||||
$vue-multiselect-spinner-color: $white;
|
||||
|
||||
$vue-multiselect-padding-x: $form-select-padding-x !default;
|
||||
$vue-multiselect-padding-y: $form-select-padding-y !default;
|
||||
$vue-multiselect-min-height: $input-height !default;
|
||||
@@ -13,7 +21,7 @@ $vue-multiselect-color: $form-select-color !default;
|
||||
$vue-multiselect-disabled-bg: $form-select-disabled-bg !default;
|
||||
$vue-multiselect-disabled-color: $form-select-disabled-color !default;
|
||||
|
||||
$vue-multiselect-option-selected-bg: #f3f3f3 !default;
|
||||
$vue-multiselect-option-selected-bg: $dark !default;
|
||||
$vue-multiselect-option-selected-color: $body-color !default;
|
||||
$vue-multiselect-option-highlight-color: #fff !default;
|
||||
$vue-multiselect-option-highlight-bg: $primary !default;
|
||||
|
||||
Reference in New Issue
Block a user