-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreact.less
More file actions
39 lines (30 loc) · 1.57 KB
/
react.less
File metadata and controls
39 lines (30 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
@select-text-color: @input-color;
@select-input-border-color: @input-border;
@select-input-border-radius: @input-border-radius;
@select-input-border-focus: @input-border-focus;
@select-input-placeholder: #aaa;
@select-padding-vertical: @padding-base-vertical;
@select-padding-horizontal: @padding-base-horizontal;
@select-arrow-color: @gray-light;
@select-arrow-width: 5px;
@select-menu-zindex: @zindex-dropdown;
@select-menu-max-height: 200px;
@select-option-color: lighten(@select-text-color, 20%);
@select-option-focused-color: @select-text-color;
@select-option-focused-bg: #f2f9fc; // pale blue
@select-noresults-color: lighten(@select-text-color, 40%);
@select-clear-color: @gray-light;
@select-clear-hover-color: @brand-danger;
@select-item-border-radius: 2px;
@select-item-gutter: 2px;
@select-item-padding-vertical: 3px;
@select-item-padding-horizontal: 5px;
@select-item-font-size: 1em;
@select-item-color: #08c; // pale blue
@select-item-bg: #f2f9fc;
@select-item-border-color: darken(@select-item-bg, 10%);
@select-item-hover-color: darken(@select-item-color, 5%); // pale blue
@select-item-hover-bg: darken(@select-item-bg, 5%);
/* The path to react-select is dynamically detected by KeystoneJS */
@import "@{reactSelectPath}/less/select.less";
@import "../../../../fields/types/markdown/less/bootstrap-markdown.less";