forked from alxlit/bootstrap-chosen
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_variables.scss
16 lines (16 loc) · 934 Bytes
/
_variables.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$chosen-background: $input-bg !default;
$chosen-border: 1px solid $input-border-color !default;
$chosen-border-color: $input-focus-border-color !default;
$chosen-border-radius: $input-border-radius !default;
$chosen-multi-border-radius: $chosen-border-radius !default;
$chosen-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !default;
$chosen-drop-border: $input-border-color !default;
$chosen-drop-box-shadow: 0 8px 8px rgba(0, 0, 0, .25) !default;
$chosen-drop-zindex: 1060 !default;
$chosen-focus-border: 1px solid $input-focus-border-color !default
$chosen-focus-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px $chosen-border-color !default;
$chosen-focus-transition: border linear .2s, box-shadow linear .2s !default;
$chosen-height: $input-height!default;
$chosen-multi-height: $input-height+ 6px !default;
$chosen-sprite-path: 'chosen-sprite.png' !default;
$chosen-sprite-retina-path: '[email protected]' !default;