settings.sass
4.21 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
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
@import "selectors"
@import "mixins"
@import "colors"
//##{$prefix}settings-wrap
// .subsubsub
// +flex( row, flex-start, center, wrap )
// margin-left: -3px
// margin-right: -3px
// a
// margin: 0 3px
.#{$prefix}settings-section
.description
font-style: italic
.#{$prefix}notification-status
margin-right: 18px
font-size: 28px
line-height: 22px
color: #{$admin-warning}
float: left
+border-box
&.#{$prefix}notification-is-active
color: #{$admin-ok}
.#{$prefix}email-configure
span
line-height: 24px
.#{$prefix}long-field
width: 100%
.#{$prefix}medium-field
width: 50%
.#{$prefix}small-field
width: 25%
.column-configure
width: 10%
text-align: right
th.column-email.column-primary
padding-left: 48px
.#{$prefix}form-table
.#{$prefix}forms-line
td
padding-right: 0
##{$prefix}settings-emails
margin: 15px 0
##{$prefix}settings-template-versions
margin: 15px 0
.wp-list-table
.column-core_version
width: 100px
text-align: center
.column-theme_version
width: 100px
text-align: center
.column-status
width: 260px
##{$prefix}settings-form
float: left
width: 100%
margin: 0
.subsubsub
float: left
width: 100%
h2.title
a.um-back-button
font-weight: normal
font-size: 30px
line-height: 1
text-decoration: none
margin-right: 5px
.#{$prefix}settings-line
.multi-checkbox-line
float: left
width: 100%
clear: both
margin: 0 0 10px 0
padding: 0
.multi-checkbox-column
float: left
margin: 0
padding: 0
label
float: left
width: 100%
.wrap-licenses
.form-table,
thead,
tbody,
tfoot,
tr,
td,
th,
caption
display: block
.form-table
tr
float: left
margin: 0 15px 15px 0
background: #fff
border: 1px solid #ccc
width: 30.5%
max-width: 350px
padding: 14px
min-height: 240px
position: relative
box-sizing: border-box
th
background: #f9f9f9
padding: 14px
border-bottom: 1px solid #ccc
margin: -14px -14px 20px
width: 100%
td
padding: 0
td
input
&.regular-text
margin: 0 0 8px
width: 100%
.edd-license-data
&[class*="edd-license-"]
position: absolute
background: #fafafa
padding: 14px
border-top: 1px solid #eee
margin: 20px -14px -14px
min-height: 67px
width: 100%
bottom: 14px
box-sizing: border-box
a
color: #444
&:hover
text-decoration: none
&.license-expires-soon-notice
background-color: #00a0d2
color: #fff
border-color: #00a0d2
a
color: #fff
&:hover
text-decoration: none
&.edd-license-expired
background-color: #e24e4e
color: #fff
border-color: #e24e4e
a
color: #fff
&:hover
text-decoration: none
&.edd-license-valid
background-color: #5abc55
color: #fff
border-color: #5abc55
&.edd-license-error,
&.edd-license-missing,
&.edd-license-invalid,
&.edd-license-site_inactive,
&.edd-license-item_name_mismatch
background-color: #ffebcd
border-color: #ffebcd
p
font-size: 13px
margin-top: 0
& ~ p.submit
clear: both
@media screen and (max-width: 980px)
.wrap-licenses .form-table tr
width: calc( 50% - 15px )
max-width: none
@media screen and (max-width: 782px)
##{$prefix}settings-template-versions
.wp-list-table
.column-core_version,
.column-theme_version
width: auto
text-align: left
.wrap-licenses
.form-table tr
width: 100%
margin-right: 0
max-width: none
.#{$prefix}settings-line
.multi-checkbox-column
width: 100% !important
label
line-height: 30px !important
.#{$prefix}medium-field
width: 100%
.#{$prefix}small-field
width: 50%
.um_setting_ajax_button_response.complete
color: #{$admin-ok}
font-style: italic
.wp-core-ui
.button
&.um_license_activate,
&.um_license_deactivate,
&.um_license_reactivate
margin-top: 5px
.#{$prefix}media-upload
.#{$prefix}media-upload-url
margin-bottom: 5px