Skip to content

Commit 3a9222f

Browse files
committed
local build files
1 parent 2e1d927 commit 3a9222f

File tree

2 files changed

+1015
-9
lines changed

2 files changed

+1015
-9
lines changed

dist/pretty-checkbox.css

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
min-width: calc(1em + 2px);
5353
}
5454

55-
.pretty .state label:before, .pretty .state label:after {
55+
.pretty .state label:before,
56+
.pretty .state label:after {
5657
content: '';
5758
width: calc(1em + 2px);
5859
height: calc(1em + 2px);
@@ -71,7 +72,8 @@
7172
border-color: #bdc3c7;
7273
}
7374

74-
.pretty .state.p-is-hover, .pretty .state.p-is-indeterminate {
75+
.pretty .state.p-is-hover,
76+
.pretty .state.p-is-indeterminate {
7577
display: none;
7678
}
7779

@@ -99,43 +101,50 @@
99101
-webkit-transform: scale(7);
100102
transform: scale(7);
101103
}
104+
102105
38% {
103106
-webkit-animation-timing-function: ease-out;
104107
animation-timing-function: ease-out;
105108
opacity: 1;
106109
-webkit-transform: scale(1);
107110
transform: scale(1);
108111
}
112+
109113
55% {
110114
-webkit-animation-timing-function: ease-in;
111115
animation-timing-function: ease-in;
112116
-webkit-transform: scale(1.5);
113117
transform: scale(1.5);
114118
}
119+
115120
72% {
116121
-webkit-animation-timing-function: ease-out;
117122
animation-timing-function: ease-out;
118123
-webkit-transform: scale(1);
119124
transform: scale(1);
120125
}
126+
121127
81% {
122128
-webkit-animation-timing-function: ease-in;
123129
animation-timing-function: ease-in;
124130
-webkit-transform: scale(1.24);
125131
transform: scale(1.24);
126132
}
133+
127134
89% {
128135
-webkit-animation-timing-function: ease-out;
129136
animation-timing-function: ease-out;
130137
-webkit-transform: scale(1);
131138
transform: scale(1);
132139
}
140+
133141
95% {
134142
-webkit-animation-timing-function: ease-in;
135143
animation-timing-function: ease-in;
136144
-webkit-transform: scale(1.04);
137145
transform: scale(1.04);
138146
}
147+
139148
100% {
140149
-webkit-animation-timing-function: ease-out;
141150
animation-timing-function: ease-out;
@@ -152,43 +161,50 @@
152161
-webkit-transform: scale(7);
153162
transform: scale(7);
154163
}
164+
155165
38% {
156166
-webkit-animation-timing-function: ease-out;
157167
animation-timing-function: ease-out;
158168
opacity: 1;
159169
-webkit-transform: scale(1);
160170
transform: scale(1);
161171
}
172+
162173
55% {
163174
-webkit-animation-timing-function: ease-in;
164175
animation-timing-function: ease-in;
165176
-webkit-transform: scale(1.5);
166177
transform: scale(1.5);
167178
}
179+
168180
72% {
169181
-webkit-animation-timing-function: ease-out;
170182
animation-timing-function: ease-out;
171183
-webkit-transform: scale(1);
172184
transform: scale(1);
173185
}
186+
174187
81% {
175188
-webkit-animation-timing-function: ease-in;
176189
animation-timing-function: ease-in;
177190
-webkit-transform: scale(1.24);
178191
transform: scale(1.24);
179192
}
193+
180194
89% {
181195
-webkit-animation-timing-function: ease-out;
182196
animation-timing-function: ease-out;
183197
-webkit-transform: scale(1);
184198
transform: scale(1);
185199
}
200+
186201
95% {
187202
-webkit-animation-timing-function: ease-in;
188203
animation-timing-function: ease-in;
189204
-webkit-transform: scale(1.04);
190205
transform: scale(1.04);
191206
}
207+
192208
100% {
193209
-webkit-animation-timing-function: ease-out;
194210
animation-timing-function: ease-out;
@@ -202,26 +218,32 @@
202218
-webkit-transform: scale3d(1, 1, 1);
203219
transform: scale3d(1, 1, 1);
204220
}
221+
205222
30% {
206223
-webkit-transform: scale3d(0.75, 1.25, 1);
207224
transform: scale3d(0.75, 1.25, 1);
208225
}
226+
209227
40% {
210228
-webkit-transform: scale3d(1.25, 0.75, 1);
211229
transform: scale3d(1.25, 0.75, 1);
212230
}
231+
213232
50% {
214233
-webkit-transform: scale3d(0.85, 1.15, 1);
215234
transform: scale3d(0.85, 1.15, 1);
216235
}
236+
217237
65% {
218238
-webkit-transform: scale3d(1.05, 0.95, 1);
219239
transform: scale3d(1.05, 0.95, 1);
220240
}
241+
221242
75% {
222243
-webkit-transform: scale3d(0.95, 1.05, 1);
223244
transform: scale3d(0.95, 1.05, 1);
224245
}
246+
225247
100% {
226248
-webkit-transform: scale3d(1, 1, 1);
227249
transform: scale3d(1, 1, 1);
@@ -233,26 +255,32 @@
233255
-webkit-transform: scale3d(1, 1, 1);
234256
transform: scale3d(1, 1, 1);
235257
}
258+
236259
30% {
237260
-webkit-transform: scale3d(0.75, 1.25, 1);
238261
transform: scale3d(0.75, 1.25, 1);
239262
}
263+
240264
40% {
241265
-webkit-transform: scale3d(1.25, 0.75, 1);
242266
transform: scale3d(1.25, 0.75, 1);
243267
}
268+
244269
50% {
245270
-webkit-transform: scale3d(0.85, 1.15, 1);
246271
transform: scale3d(0.85, 1.15, 1);
247272
}
273+
248274
65% {
249275
-webkit-transform: scale3d(1.05, 0.95, 1);
250276
transform: scale3d(1.05, 0.95, 1);
251277
}
278+
252279
75% {
253280
-webkit-transform: scale3d(0.95, 1.05, 1);
254281
transform: scale3d(0.95, 1.05, 1);
255282
}
283+
256284
100% {
257285
-webkit-transform: scale3d(1, 1, 1);
258286
transform: scale3d(1, 1, 1);
@@ -265,6 +293,7 @@
265293
-webkit-transform: translateZ(-200px) rotate(-45deg);
266294
transform: translateZ(-200px) rotate(-45deg);
267295
}
296+
268297
100% {
269298
opacity: 1;
270299
-webkit-transform: translateZ(0) rotate(0);
@@ -278,6 +307,7 @@
278307
-webkit-transform: translateZ(-200px) rotate(-45deg);
279308
transform: translateZ(-200px) rotate(-45deg);
280309
}
310+
281311
100% {
282312
opacity: 1;
283313
-webkit-transform: translateZ(0) rotate(0);
@@ -289,6 +319,7 @@
289319
0% {
290320
box-shadow: 0px 0px 0px 0px #bdc3c7;
291321
}
322+
292323
100% {
293324
box-shadow: 0px 0px 0px 1.5em rgba(189, 195, 199, 0);
294325
}
@@ -298,6 +329,7 @@
298329
0% {
299330
box-shadow: 0px 0px 0px 0px #bdc3c7;
300331
}
332+
301333
100% {
302334
box-shadow: 0px 0px 0px 1.5em rgba(189, 195, 199, 0);
303335
}
@@ -319,7 +351,8 @@
319351
background-color: #bdc3c7 !important;
320352
}
321353

322-
.pretty.p-default.p-thick .state label:before, .pretty.p-default.p-thick .state label:after {
354+
.pretty.p-default.p-thick .state label:before,
355+
.pretty.p-default.p-thick .state label:after {
323356
border-width: calc(1em / 7);
324357
}
325358

@@ -455,7 +488,8 @@
455488
text-indent: 2.5em;
456489
}
457490

458-
.pretty.p-switch .state label:before, .pretty.p-switch .state label:after {
491+
.pretty.p-switch .state label:before,
492+
.pretty.p-switch .state label:after {
459493
transition: all 0.5s ease;
460494
border-radius: 100%;
461495
left: 0;
@@ -574,7 +608,8 @@
574608
transform: scale(1.1);
575609
}
576610

577-
.pretty.p-round .state label:before, .pretty.p-round .state label:after {
611+
.pretty.p-round .state label:before,
612+
.pretty.p-round .state label:after {
578613
border-radius: 100%;
579614
}
580615

@@ -589,7 +624,8 @@
589624
transform: scale(0.8);
590625
}
591626

592-
.pretty.p-curve .state label:before, .pretty.p-curve .state label:after {
627+
.pretty.p-curve .state label:before,
628+
.pretty.p-curve .state label:after {
593629
border-radius: 20%;
594630
}
595631

@@ -955,5 +991,3 @@
955991
print-color-adjust: exact;
956992
}
957993
}
958-
959-
/*# sourceMappingURL=maps/pretty-checkbox.css.map */

0 commit comments

Comments
 (0)