13693261870
2022-09-16 354b3dbfbffb3df45212a2a44dbbf48b4acc2594
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
/**
 * @class Ext.form.CheckboxGroup
 */
 
/**
 * @var {number/list}
 * The padding of the CheckboxGroup body element
 */
$form-checkboxgroup-body-padding: 0 4px !default;
 
/**
 * @var {color}
 * The text color of the CheckboxGroup label
 */
$form-checkboxgroup-label-color: $form-label-font-color !default;
 
/**
 * @var {number}
 * The padding of the CheckboxGroup label
 */
$form-checkboxgroup-label-padding: 2px !default;
 
/**
 * @var {number}
 * The margin of the CheckboxGroup label
 */
$form-checkboxgroup-label-margin: 0 30px 5px 0 !default;
 
/**
 * @var {number}
 * The border-width of the CheckboxGroup label
 */
$form-checkboxgroup-label-border-width: 0 0 1px 0 !default;
 
/**
 * @var {number}
 * The border-style of the CheckboxGroup label
 */
$form-checkboxgroup-label-border-style: solid !default;
 
/**
 * @var {number}
 * The border-color of the CheckboxGroup label
 */
$form-checkboxgroup-label-border-color: $form-checkboxgroup-label-color !default;