summaryrefslogtreecommitdiff
path: root/inc/customizer/custom-controls/assets/css/unminified/responsive.css
blob: 0cb552ad738ed014656fe64393693dd78c915648 (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
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
.ast-responsive-btns {
  display: inline-block;
  line-height: 1;
  vertical-align: sub;
}

.ast-responsive-btns > li {
  margin-bottom: 0;
  display: none;
}

.ast-responsive-btns > li.active {
  display: inline-block;
}

.ast-responsive-btns button[type="button"] {
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  opacity: .75;
  outline: none;
}

.ast-responsive-btns button[type="button"] > i {
  width: 15px;
  height: 15px;
  font-size: 15px;
}

.ast-field-settings-modal .customize-control-ast-responsive .ast-responsive-btns {
  margin-top: 6px;
  position: absolute;
  right: 15px;
  top: 0px;
}

.customize-control-ast-responsive .input-wrapper {
  overflow: hidden;
}

.customize-control-ast-responsive .ast-responsive-btns {
    position: absolute;
    top: 2px;
    right: 0;
}

.customize-control-ast-responsive .input-wrapper input {
  display: none;
  width: 82%;
  float: none;
}

.customize-control-ast-responsive .input-wrapper input.active {
  display: block;
}

.customize-control-ast-responsive .input-wrapper .ast-responsive-select {
  width: 50px;
  margin: 0;
  margin-left: 2px;
  padding: 0 24px 0 8px;
  font-size: 13px;
  text-transform: uppercase;
  float: none;
  display: none;
}

.customize-control-ast-responsive .input-wrapper .ast-responsive-input.active + .ast-responsive-select {
  display: block;
  width: 25%;
  float: none;
}

.customize-control-ast-responsive .input-wrapper .ast-non-reponsive.ast-responsive-input {
  display: inline-block;
}

.customize-control-ast-responsive .input-wrapper .ast-non-reponsive.ast-responsive-input.active {
  display: inline-block;
}

.customize-control-ast-responsive .input-wrapper .ast-non-reponsive.ast-responsive-select {
  display: inline-block;
}

#customize-control-astra-settings-font-size-body.customize-control-ast-responsive .input-wrapper {
  display: inline-block;
}

#customize-control-astra-settings-font-size-body.customize-control-ast-responsive .input-wrapper .ast-responsive-select {
  display: none;
}

#customize-control-astra-settings-font-size-body.customize-control-ast-responsive .input-wrapper .ast-responsive-input {
  width: 100%;
}

.input-wrapper.ast-responsive-wrapper {
  display: inline-flex;
  justify-content: space-between;
  margin-right: 0;
  align-items: flex-start;
  flex: 0 1;
  width: 100%;
}
.customize-control-ast-responsive .ast-responsive-btns {
  position: absolute;
  right: 0px;
  top: 1px;
}