forked from syncfusion/ej2-javascript-ui-controls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_bootstrap-dark-definition.scss
143 lines (129 loc) · 4.77 KB
/
_bootstrap-dark-definition.scss
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
//default
// sass-lint:disable-all
$treeview-font-size: 14px;
$treeview-icon-font-size: 8px;
$treeview-image-font-size: 16px;
$treeview-big-font-size: 15px;
$treeview-big-icon-font-size: 10px;
$treeview-icon-color: $grey-dark-font;
$treeview-text-color: $grey-dark-font;
$treeview-item-border-color: transparent;
$treeview-item-active-bg: $brand-primary;
$treeview-icon-active-color: $brand-primary-font;
$treeview-text-active-color: $brand-primary-font;
$treeview-item-active-border-color: $brand-primary;
$treeview-item-hover-bg: $grey-44;
$treeview-icon-hover-color: $grey-dark-font;
$treeview-text-hover-color: $grey-dark-font;
$treeview-item-hover-border-color: $grey-44;
$treeview-item-active-hover-bg: $brand-primary;
$treeview-icon-active-hover-color: $brand-primary-font;
$treeview-text-active-hover-color: $brand-primary-font;
$treeview-item-active-hover-border-color: $input-border-focus;
$treeview-text-disable-color: $grey-light-font;
$treeview-icon-disable-color: $grey-light-font;
$treeview-drag-line-bg: $brand-primary;
$treeview-drag-line-color: $grey-light-font;
$treeview-popup-bg-color: $brand-primary-font;
$treeview-popup-border-color: $grey-lighter;
$treeview-drop-count-bg: $grey-dark-font;
$treeview-drop-count-border: $grey-ad;
$treeview-drop-count-color: $grey-ad;
$treeview-drag-item-bg: $grey-99;
$treeview-drag-item-color: $grey-dark-font;
$treeview-drag-icon-color: $grey-dark-font;
//enddefault
//dimensions
$treeview-skin-name: 'bootstrap';
$treeview-item-height: 32px;
$treeview-text-height: 30px;
$treeview-input-height: 30px;
$treeview-root-ul-padding: 0 0 0 24px;
$treeview-rtl-root-ul-padding: 0 24px 0 0;
$treeview-child-ul-padding: 0 0 0 24px;
$treeview-rtl-child-ul-padding: 0 24px 0 0;
$treeview-text-wrap-padding: 0 0 0 24px;
$treeview-rtl-text-wrap-padding: 0 24px 0 0;
$treeview-icon-size: 24px;
$treeview-icon-margin: 0 0 0 -24px;
$treeview-rtl-icon-margin: 0 -24px 0 0;
$treeview-icon-padding: 8px;
$treeview-text-padding: 0 5px;
$treeview-text-margin: 0;
$treeview-image-size: 18px;
$treeview-image-margin: 0 0 0 5px;
$treeview-navigable-image-icon-margin: 0 10px 0 12px;
$treeview-navigable-uncheck-image-margin: 0 10px 0 0;
$treeview-navigable-image-icon-rtl-margin: 0 12px 0 10px;
$treeview-navigable-uncheck-image-rtl-margin: 0 0 0 10px;
$treeview-navigable-icon-image-margin: 0 8px 0 0;
$treeview-navigable-icon-image-margin-reverse: 0 0 0 8px;
$treeview-navigable-check-margin-bigger: 0 0 0 12px;
$treeview-navigable-icon-image-anchor-margin-bigger: 0 10px 0 6px;
$treeview-navigable-icon-image-anchor-margin-reverse-bigger: 0 6px 0 10px;
$treeview-navigable-icon-image-anchor-margin: 0 10px 0 2px;
$treeview-navigable-icon-image-anchor-margin-reverse: 0 2px 0 10px;
$treeview-navigable-rtl-margin-reverse: 0 12px 0 0;
$treeview-rtl-image-margin: 0 5px 0 0;
$treeview-input-padding: 0 7px;
$treeview-image-text-padding: 0 10px;
$treeview-icon-image-margin: 0 0 0 10px;
$treeview-rtl-icon-image-margin: 0 10px 0 0;
$treeview-check-margin: 0 0 0 5px;
$treeview-rtl-check-margin: 0 5px 0 0;
$treeview-check-text-padding: 0 10px;
$treeview-check-image-margin: 0 0 0 12px;
$treeview-rtl-check-image-margin: 0 12px 0 0;
$treeview-border-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
$treeview-drop-count-border-size: 1px;
$treeview-drop-count-font-size: 13px;
$treeview-big-item-height: 40px;
$treeview-big-text-height: 38px;
$treeview-big-input-height: 38px;
$treeview-big-text-padding: 0 10px;
$treeview-big-input-padding: 0 9px;
$treeview-big-icon-padding: 7px;
$treeview-big-image-margin: 0 0 0 10px;
$treeview-big-rtl-image-margin: 0 10px 0 0;
$treeview-big-icon-image-margin: 0 0 0 10px;
$treeview-big-rtl-icon-image-margin: 0 10px 0 0;
$treeview-big-check-margin: 0 0 0 10px;
$treeview-big-rtl-check-margin: 0 10px 0 0;
$treeview-big-check-image-margin: 0 0 0 16px;
$treeview-big-rtl-check-image-margin: 0 16px 0 0;
$treeview-drag-icon-padding: 6px;
$treeview-font-family: $font-family;
$treeview-drag-icon-font-size: 12px;
$treeview-font-family: $font-family !default;
$treeview-drag-icon-font-size: 12px !default;
$treeview-drag-icon-padding: 6px !default;
$ripple-size: -7px !default;
$ripple-height: 32px !default;
$ripple-width: 32px !default;
.e-treeview {
.e-list-item {
div.e-icons.interaction {
-webkit-transition: -webkit-transform .3s ease-in-out;
border-radius: 15px;
transition: -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.e-icons.e-icon-collapsible {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
}
&.e-drag-item {
&.e-rtl {
.e-icons.e-drop-next {
transform: rotate(180deg);
}
}
}
&.e-rtl {
div.e-icons {
transform: rotate(180deg);
}
}
}