website-utilities 1.0.338 → 1.0.339
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.scss +8 -8
- package/package.json +2 -2
package/index.scss
CHANGED
|
@@ -132,7 +132,7 @@ a.wu-a:visited,
|
|
|
132
132
|
width: 100%;
|
|
133
133
|
z-index: 1002 !important;
|
|
134
134
|
|
|
135
|
-
|
|
135
|
+
> div {
|
|
136
136
|
/* Positioning the loading spinner in center in the loading overlay. */
|
|
137
137
|
position: absolute;
|
|
138
138
|
top: 50%;
|
|
@@ -259,13 +259,13 @@ a.wu-a:visited,
|
|
|
259
259
|
right: 15px;
|
|
260
260
|
pointer-events: none;
|
|
261
261
|
|
|
262
|
-
|
|
262
|
+
span {
|
|
263
263
|
vertical-align: bottom;
|
|
264
264
|
font-size: 10px;
|
|
265
265
|
}
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
-
|
|
268
|
+
select {
|
|
269
269
|
position: initial !important;
|
|
270
270
|
padding-left: 7px !important;
|
|
271
271
|
padding-right: 25px !important;
|
|
@@ -280,15 +280,15 @@ a.wu-a:visited,
|
|
|
280
280
|
margin-top: 2px;
|
|
281
281
|
padding-top: 3px;
|
|
282
282
|
|
|
283
|
-
|
|
283
|
+
label {
|
|
284
284
|
padding-left: 40px;
|
|
285
285
|
|
|
286
|
-
|
|
286
|
+
.checkbox__wrapper {
|
|
287
287
|
margin-top: -2px;
|
|
288
288
|
margin-left: -40px;
|
|
289
289
|
position: absolute;
|
|
290
290
|
|
|
291
|
-
|
|
291
|
+
.checkbox__wrapper__styled {
|
|
292
292
|
border-radius: 4px;
|
|
293
293
|
border: 2px solid var(--w-theme-primary, v.$theme-primary);
|
|
294
294
|
cursor: pointer;
|
|
@@ -297,7 +297,7 @@ a.wu-a:visited,
|
|
|
297
297
|
padding: 0;
|
|
298
298
|
width: 25px;
|
|
299
299
|
|
|
300
|
-
|
|
300
|
+
.checkbox__wrapper__styled__checked {
|
|
301
301
|
background: transparent;
|
|
302
302
|
border: 3px solid var(--w-theme-on-primary, v.$theme-on-primary);
|
|
303
303
|
border-top: none;
|
|
@@ -312,7 +312,7 @@ a.wu-a:visited,
|
|
|
312
312
|
}
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
-
|
|
315
|
+
input[type="checkbox"] {
|
|
316
316
|
display: none;
|
|
317
317
|
|
|
318
318
|
&:checked ~ .checkbox-styled > .checkbox-styled-checked {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "website-utilities",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.339",
|
|
4
4
|
"description": "extend your web app",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jquery",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"sass-loader": "*",
|
|
99
99
|
"spin.js": "*",
|
|
100
100
|
"style-loader": "*",
|
|
101
|
-
"stylelint": "
|
|
101
|
+
"stylelint": "^15.11.0",
|
|
102
102
|
"stylelint-config-standard-scss": "*",
|
|
103
103
|
"weboptimizer": "*",
|
|
104
104
|
"webpack-dev-server": "*"
|