summaryrefslogtreecommitdiff
path: root/inc/customizer/custom-controls/assets/css/unminified/divider.css
blob: 70e5803229b428adc57c71f6d72d656859885cdf (plain) (blame)
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
.customize-control-ast-divider hr {
	margin-top: 0;
    margin-bottom: 0;
	border-bottom: none;
}

.customize-control-ast-divider .customize-control-title {
  font-size: 15px;
  margin: 1em 0 0.2em;
}

.customize-control-ast-divider .customizer-text {
    margin-top: -10px;
    display: block;
}

.ast-field-settings-modal .customize-control-ast-divider {
  background-color: #f5f5f5;
  display: block;
  padding: 6px 14px;
  margin: 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #dddddd;
  line-height: 1;
  margin-top: 15px;
}

.customize-control-ast-settings-group .ast-field-settings-modal .customize-control-ast-divider .customizer-text {
	margin-top: 0;
}

.customize-control-ast-settings-group .ast-field-settings-modal .customize-control-ast-divider .customize-control-title {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 11px;
  margin: 0;
  text-transform: uppercase;
}

/*
 * CSS for ast-divider attribute started.
 */
.ast-bottom-divider {
    border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
}

.ast-top-divider {
    border-top: 1px solid #ddd;
	padding-top: 25px;
}

.ast-top-divider > label.ast-divider-title, .ast-bottom-divider > label.ast-divider-title,
.customize-control-ast-color-group > .ast-divider-title {
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
}

.ast-top-divider .ast-control-wrap .ast-color-btn-reset-wrap {
    top: 25px;
}

.ast-top-divider .ast-control-wrap .ast-responsive-btns {
    top: 28px;
}

.ast-top-divider .ast-control-wrap .astra-color-picker-wrap {
    top: 55px;
    background-color: transparent;
}

.ast-top-divider .ast-divider-title + .ast-control-wrap .astra-color-picker-wrap {
    top: 100px;
    background-color: transparent;
}

.ast-top-divider .ast-control-wrap .color-button-wrap {
    top: 20.5px;
}

.ast-top-divider.customize-control-ast-select .ast-divider-title {
    margin-bottom: 25px;
}