lesli_shield 1.0.4 → 1.1.1
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.
- checksums.yaml +4 -4
- data/Rakefile +3 -1
- data/app/assets/images/lesli_shield/login-background.jpg +0 -0
- data/app/assets/images/lesli_shield/register-background.jpg +0 -0
- data/app/assets/stylesheets/lesli_shield/confirmations.css +200 -12
- data/app/assets/stylesheets/lesli_shield/passwords.css +199 -11
- data/app/assets/stylesheets/lesli_shield/registrations.css +202 -13
- data/app/assets/stylesheets/lesli_shield/sessions.css +202 -13
- data/app/controllers/lesli_shield/sessions_controller.rb +35 -61
- data/app/views/devise/registrations/new.html.erb +8 -2
- data/app/views/devise/shared/_application-devise.html.erb +1 -1
- data/lib/lesli_shield/version.rb +2 -2
- data/lib/tasks/lesli_shield_tasks.rake +1 -1
- data/readme.md +11 -11
- metadata +5 -26
- data/lib/scss/_devise-simple.scss +0 -90
- data/lib/scss/_devise.scss +0 -154
- data/lib/scss/application.scss +0 -6
- data/lib/scss/confirmations.scss +0 -58
- data/lib/scss/devise/oauth.scss +0 -34
- data/lib/scss/passwords.scss +0 -35
- data/lib/scss/registrations.scss +0 -67
- data/lib/scss/sessions.scss +0 -66
- data/lib/scss/users.scss +0 -58
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d8bda93587ec9fcb05a8a73c13c7f9ee8d4d13fcd0ff50556c160e024613734e
|
|
4
|
+
data.tar.gz: 39be96ee14ffcacb0ad4b60e13b95596c8bacf543006d5d56dba85929fbc8c28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ea49240632a0a5843677862b39d9c33e248678defd62505078d3542a58befe3d82cee2ebba43ab5145071a3811ee0688599cae33ea8fd9d3544df003e950f1c
|
|
7
|
+
data.tar.gz: b7a56ad2b8ebbaba3da10f2722eea318d0ff28d1031f4cf56cb62783e5b3a349f107807400c53c2e1a87ff26336a6155b00ca7ffe1b1bed76e7b20efcf2dd0a7
|
data/Rakefile
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -150,10 +150,11 @@ Building a better future, one line of code at a time.
|
|
|
150
150
|
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
|
151
151
|
// ·
|
|
152
152
|
*/
|
|
153
|
-
|
|
153
|
+
/*
|
|
154
|
+
|
|
154
155
|
Lesli
|
|
155
156
|
|
|
156
|
-
Copyright (c)
|
|
157
|
+
Copyright (c) 2026, Lesli Technologies, S. A.
|
|
157
158
|
|
|
158
159
|
This program is free software: you can redistribute it and/or modify
|
|
159
160
|
it under the terms of the GNU General Public License as published by
|
|
@@ -168,7 +169,7 @@ GNU General Public License for more details.
|
|
|
168
169
|
You should have received a copy of the GNU General Public License
|
|
169
170
|
along with this program. If not, see http://www.gnu.org/licenses/.
|
|
170
171
|
|
|
171
|
-
Lesli
|
|
172
|
+
Lesli · SCSS Utilities for websites and web applications.
|
|
172
173
|
|
|
173
174
|
Made with ♥ by LesliTech
|
|
174
175
|
Building a better future, one line of code at a time.
|
|
@@ -181,9 +182,10 @@ Building a better future, one line of code at a time.
|
|
|
181
182
|
// ·
|
|
182
183
|
*/
|
|
183
184
|
/*
|
|
185
|
+
|
|
184
186
|
Lesli
|
|
185
187
|
|
|
186
|
-
Copyright (c)
|
|
188
|
+
Copyright (c) 2026, Lesli Technologies, S. A.
|
|
187
189
|
|
|
188
190
|
This program is free software: you can redistribute it and/or modify
|
|
189
191
|
it under the terms of the GNU General Public License as published by
|
|
@@ -196,18 +198,204 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
196
198
|
GNU General Public License for more details.
|
|
197
199
|
|
|
198
200
|
You should have received a copy of the GNU General Public License
|
|
199
|
-
along with this program. If not, see
|
|
201
|
+
along with this program. If not, see http://www.gnu.org/licenses/.
|
|
200
202
|
|
|
201
|
-
|
|
203
|
+
Lesli · SCSS Utilities for websites and web applications.
|
|
202
204
|
|
|
203
|
-
|
|
205
|
+
Made with ♥ by LesliTech
|
|
204
206
|
Building a better future, one line of code at a time.
|
|
205
207
|
|
|
206
|
-
@contact
|
|
207
|
-
@website
|
|
208
|
+
@contact hello@lesli.tech
|
|
209
|
+
@website https://www.lesli.tech
|
|
208
210
|
@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
|
|
209
211
|
|
|
210
|
-
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
|
212
|
+
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
|
213
|
+
// ·
|
|
214
|
+
*/
|
|
215
|
+
/*
|
|
216
|
+
|
|
217
|
+
Lesli
|
|
218
|
+
|
|
219
|
+
Copyright (c) 2026, Lesli Technologies, S. A.
|
|
220
|
+
|
|
221
|
+
This program is free software: you can redistribute it and/or modify
|
|
222
|
+
it under the terms of the GNU General Public License as published by
|
|
223
|
+
the Free Software Foundation, either version 3 of the License, or
|
|
224
|
+
(at your option) any later version.
|
|
225
|
+
|
|
226
|
+
This program is distributed in the hope that it will be useful,
|
|
227
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
228
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
229
|
+
GNU General Public License for more details.
|
|
230
|
+
|
|
231
|
+
You should have received a copy of the GNU General Public License
|
|
232
|
+
along with this program. If not, see http://www.gnu.org/licenses/.
|
|
233
|
+
|
|
234
|
+
Lesli · SCSS Utilities for websites and web applications.
|
|
235
|
+
|
|
236
|
+
Made with ♥ by LesliTech
|
|
237
|
+
Building a better future, one line of code at a time.
|
|
238
|
+
|
|
239
|
+
@contact hello@lesli.tech
|
|
240
|
+
@website https://www.lesli.tech
|
|
241
|
+
@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
|
|
242
|
+
|
|
243
|
+
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
|
244
|
+
// ·
|
|
245
|
+
*/
|
|
246
|
+
/*
|
|
247
|
+
|
|
248
|
+
Lesli
|
|
249
|
+
|
|
250
|
+
Copyright (c) 2026, Lesli Technologies, S. A.
|
|
251
|
+
|
|
252
|
+
This program is free software: you can redistribute it and/or modify
|
|
253
|
+
it under the terms of the GNU General Public License as published by
|
|
254
|
+
the Free Software Foundation, either version 3 of the License, or
|
|
255
|
+
(at your option) any later version.
|
|
256
|
+
|
|
257
|
+
This program is distributed in the hope that it will be useful,
|
|
258
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
259
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
260
|
+
GNU General Public License for more details.
|
|
261
|
+
|
|
262
|
+
You should have received a copy of the GNU General Public License
|
|
263
|
+
along with this program. If not, see http://www.gnu.org/licenses/.
|
|
264
|
+
|
|
265
|
+
Lesli · SCSS Utilities for websites and web applications.
|
|
266
|
+
|
|
267
|
+
Made with ♥ by LesliTech
|
|
268
|
+
Building a better future, one line of code at a time.
|
|
269
|
+
|
|
270
|
+
@contact hello@lesli.tech
|
|
271
|
+
@website https://www.lesli.tech
|
|
272
|
+
@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
|
|
273
|
+
|
|
274
|
+
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
|
275
|
+
// ·
|
|
276
|
+
*/
|
|
277
|
+
/*
|
|
278
|
+
|
|
279
|
+
Lesli
|
|
280
|
+
|
|
281
|
+
Copyright (c) 2026, Lesli Technologies, S. A.
|
|
282
|
+
|
|
283
|
+
This program is free software: you can redistribute it and/or modify
|
|
284
|
+
it under the terms of the GNU General Public License as published by
|
|
285
|
+
the Free Software Foundation, either version 3 of the License, or
|
|
286
|
+
(at your option) any later version.
|
|
287
|
+
|
|
288
|
+
This program is distributed in the hope that it will be useful,
|
|
289
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
290
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
291
|
+
GNU General Public License for more details.
|
|
292
|
+
|
|
293
|
+
You should have received a copy of the GNU General Public License
|
|
294
|
+
along with this program. If not, see http://www.gnu.org/licenses/.
|
|
295
|
+
|
|
296
|
+
Lesli · SCSS Utilities for websites and web applications.
|
|
297
|
+
|
|
298
|
+
Made with ♥ by LesliTech
|
|
299
|
+
Building a better future, one line of code at a time.
|
|
300
|
+
|
|
301
|
+
@contact hello@lesli.tech
|
|
302
|
+
@website https://www.lesli.tech
|
|
303
|
+
@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
|
|
304
|
+
|
|
305
|
+
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
|
306
|
+
// ·
|
|
307
|
+
*/
|
|
308
|
+
/*
|
|
309
|
+
|
|
310
|
+
Lesli
|
|
311
|
+
|
|
312
|
+
Copyright (c) 2026, Lesli Technologies, S. A.
|
|
313
|
+
|
|
314
|
+
This program is free software: you can redistribute it and/or modify
|
|
315
|
+
it under the terms of the GNU General Public License as published by
|
|
316
|
+
the Free Software Foundation, either version 3 of the License, or
|
|
317
|
+
(at your option) any later version.
|
|
318
|
+
|
|
319
|
+
This program is distributed in the hope that it will be useful,
|
|
320
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
321
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
322
|
+
GNU General Public License for more details.
|
|
323
|
+
|
|
324
|
+
You should have received a copy of the GNU General Public License
|
|
325
|
+
along with this program. If not, see http://www.gnu.org/licenses/.
|
|
326
|
+
|
|
327
|
+
Lesli · SCSS Utilities for websites and web applications.
|
|
328
|
+
|
|
329
|
+
Made with ♥ by LesliTech
|
|
330
|
+
Building a better future, one line of code at a time.
|
|
331
|
+
|
|
332
|
+
@contact hello@lesli.tech
|
|
333
|
+
@website https://www.lesli.tech
|
|
334
|
+
@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
|
|
335
|
+
|
|
336
|
+
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
|
337
|
+
// ·
|
|
338
|
+
*/
|
|
339
|
+
/*
|
|
340
|
+
|
|
341
|
+
Lesli
|
|
342
|
+
|
|
343
|
+
Copyright (c) 2026, Lesli Technologies, S. A.
|
|
344
|
+
|
|
345
|
+
This program is free software: you can redistribute it and/or modify
|
|
346
|
+
it under the terms of the GNU General Public License as published by
|
|
347
|
+
the Free Software Foundation, either version 3 of the License, or
|
|
348
|
+
(at your option) any later version.
|
|
349
|
+
|
|
350
|
+
This program is distributed in the hope that it will be useful,
|
|
351
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
352
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
353
|
+
GNU General Public License for more details.
|
|
354
|
+
|
|
355
|
+
You should have received a copy of the GNU General Public License
|
|
356
|
+
along with this program. If not, see http://www.gnu.org/licenses/.
|
|
357
|
+
|
|
358
|
+
Lesli · SCSS Utilities for websites and web applications.
|
|
359
|
+
|
|
360
|
+
Made with ♥ by LesliTech
|
|
361
|
+
Building a better future, one line of code at a time.
|
|
362
|
+
|
|
363
|
+
@contact hello@lesli.tech
|
|
364
|
+
@website https://www.lesli.tech
|
|
365
|
+
@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
|
|
366
|
+
|
|
367
|
+
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
|
368
|
+
// ·
|
|
369
|
+
*/
|
|
370
|
+
/*
|
|
371
|
+
|
|
372
|
+
Lesli
|
|
373
|
+
|
|
374
|
+
Copyright (c) 2026, Lesli Technologies, S. A.
|
|
375
|
+
|
|
376
|
+
This program is free software: you can redistribute it and/or modify
|
|
377
|
+
it under the terms of the GNU General Public License as published by
|
|
378
|
+
the Free Software Foundation, either version 3 of the License, or
|
|
379
|
+
(at your option) any later version.
|
|
380
|
+
|
|
381
|
+
This program is distributed in the hope that it will be useful,
|
|
382
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
383
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
384
|
+
GNU General Public License for more details.
|
|
385
|
+
|
|
386
|
+
You should have received a copy of the GNU General Public License
|
|
387
|
+
along with this program. If not, see http://www.gnu.org/licenses/.
|
|
388
|
+
|
|
389
|
+
Lesli · SCSS Utilities for websites and web applications.
|
|
390
|
+
|
|
391
|
+
Made with ♥ by LesliTech
|
|
392
|
+
Building a better future, one line of code at a time.
|
|
393
|
+
|
|
394
|
+
@contact hello@lesli.tech
|
|
395
|
+
@website https://www.lesli.tech
|
|
396
|
+
@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
|
|
397
|
+
|
|
398
|
+
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
|
211
399
|
// ·
|
|
212
400
|
*/
|
|
213
401
|
/**
|
|
@@ -18733,7 +18921,7 @@ main .hero-body form .label {
|
|
|
18733
18921
|
font-size: 1.1rem;
|
|
18734
18922
|
font-weight: 600;
|
|
18735
18923
|
margin-bottom: 0;
|
|
18736
|
-
color: #
|
|
18924
|
+
color: #6B4A35;
|
|
18737
18925
|
}
|
|
18738
18926
|
main .hero-body .links {
|
|
18739
18927
|
display: flex;
|
|
@@ -18757,7 +18945,7 @@ div.confirmation-message {
|
|
|
18757
18945
|
div.confirmation-message svg {
|
|
18758
18946
|
max-width: 90px;
|
|
18759
18947
|
margin-bottom: 1rem;
|
|
18760
|
-
fill: #
|
|
18948
|
+
fill: #2D7A68;
|
|
18761
18949
|
}
|
|
18762
18950
|
div.confirmation-message p {
|
|
18763
18951
|
font-size: 2rem;
|
|
@@ -181,10 +181,11 @@ Building a better future, one line of code at a time.
|
|
|
181
181
|
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
|
182
182
|
// ·
|
|
183
183
|
*/
|
|
184
|
-
|
|
184
|
+
/*
|
|
185
|
+
|
|
185
186
|
Lesli
|
|
186
187
|
|
|
187
|
-
Copyright (c)
|
|
188
|
+
Copyright (c) 2026, Lesli Technologies, S. A.
|
|
188
189
|
|
|
189
190
|
This program is free software: you can redistribute it and/or modify
|
|
190
191
|
it under the terms of the GNU General Public License as published by
|
|
@@ -199,7 +200,7 @@ GNU General Public License for more details.
|
|
|
199
200
|
You should have received a copy of the GNU General Public License
|
|
200
201
|
along with this program. If not, see http://www.gnu.org/licenses/.
|
|
201
202
|
|
|
202
|
-
Lesli
|
|
203
|
+
Lesli · SCSS Utilities for websites and web applications.
|
|
203
204
|
|
|
204
205
|
Made with ♥ by LesliTech
|
|
205
206
|
Building a better future, one line of code at a time.
|
|
@@ -212,9 +213,10 @@ Building a better future, one line of code at a time.
|
|
|
212
213
|
// ·
|
|
213
214
|
*/
|
|
214
215
|
/*
|
|
216
|
+
|
|
215
217
|
Lesli
|
|
216
218
|
|
|
217
|
-
Copyright (c)
|
|
219
|
+
Copyright (c) 2026, Lesli Technologies, S. A.
|
|
218
220
|
|
|
219
221
|
This program is free software: you can redistribute it and/or modify
|
|
220
222
|
it under the terms of the GNU General Public License as published by
|
|
@@ -227,18 +229,204 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
227
229
|
GNU General Public License for more details.
|
|
228
230
|
|
|
229
231
|
You should have received a copy of the GNU General Public License
|
|
230
|
-
along with this program. If not, see
|
|
232
|
+
along with this program. If not, see http://www.gnu.org/licenses/.
|
|
231
233
|
|
|
232
|
-
|
|
234
|
+
Lesli · SCSS Utilities for websites and web applications.
|
|
233
235
|
|
|
234
|
-
|
|
236
|
+
Made with ♥ by LesliTech
|
|
235
237
|
Building a better future, one line of code at a time.
|
|
236
238
|
|
|
237
|
-
@contact
|
|
238
|
-
@website
|
|
239
|
+
@contact hello@lesli.tech
|
|
240
|
+
@website https://www.lesli.tech
|
|
239
241
|
@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
|
|
240
242
|
|
|
241
|
-
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
|
243
|
+
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
|
244
|
+
// ·
|
|
245
|
+
*/
|
|
246
|
+
/*
|
|
247
|
+
|
|
248
|
+
Lesli
|
|
249
|
+
|
|
250
|
+
Copyright (c) 2026, Lesli Technologies, S. A.
|
|
251
|
+
|
|
252
|
+
This program is free software: you can redistribute it and/or modify
|
|
253
|
+
it under the terms of the GNU General Public License as published by
|
|
254
|
+
the Free Software Foundation, either version 3 of the License, or
|
|
255
|
+
(at your option) any later version.
|
|
256
|
+
|
|
257
|
+
This program is distributed in the hope that it will be useful,
|
|
258
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
259
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
260
|
+
GNU General Public License for more details.
|
|
261
|
+
|
|
262
|
+
You should have received a copy of the GNU General Public License
|
|
263
|
+
along with this program. If not, see http://www.gnu.org/licenses/.
|
|
264
|
+
|
|
265
|
+
Lesli · SCSS Utilities for websites and web applications.
|
|
266
|
+
|
|
267
|
+
Made with ♥ by LesliTech
|
|
268
|
+
Building a better future, one line of code at a time.
|
|
269
|
+
|
|
270
|
+
@contact hello@lesli.tech
|
|
271
|
+
@website https://www.lesli.tech
|
|
272
|
+
@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
|
|
273
|
+
|
|
274
|
+
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
|
275
|
+
// ·
|
|
276
|
+
*/
|
|
277
|
+
/*
|
|
278
|
+
|
|
279
|
+
Lesli
|
|
280
|
+
|
|
281
|
+
Copyright (c) 2026, Lesli Technologies, S. A.
|
|
282
|
+
|
|
283
|
+
This program is free software: you can redistribute it and/or modify
|
|
284
|
+
it under the terms of the GNU General Public License as published by
|
|
285
|
+
the Free Software Foundation, either version 3 of the License, or
|
|
286
|
+
(at your option) any later version.
|
|
287
|
+
|
|
288
|
+
This program is distributed in the hope that it will be useful,
|
|
289
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
290
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
291
|
+
GNU General Public License for more details.
|
|
292
|
+
|
|
293
|
+
You should have received a copy of the GNU General Public License
|
|
294
|
+
along with this program. If not, see http://www.gnu.org/licenses/.
|
|
295
|
+
|
|
296
|
+
Lesli · SCSS Utilities for websites and web applications.
|
|
297
|
+
|
|
298
|
+
Made with ♥ by LesliTech
|
|
299
|
+
Building a better future, one line of code at a time.
|
|
300
|
+
|
|
301
|
+
@contact hello@lesli.tech
|
|
302
|
+
@website https://www.lesli.tech
|
|
303
|
+
@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
|
|
304
|
+
|
|
305
|
+
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
|
306
|
+
// ·
|
|
307
|
+
*/
|
|
308
|
+
/*
|
|
309
|
+
|
|
310
|
+
Lesli
|
|
311
|
+
|
|
312
|
+
Copyright (c) 2026, Lesli Technologies, S. A.
|
|
313
|
+
|
|
314
|
+
This program is free software: you can redistribute it and/or modify
|
|
315
|
+
it under the terms of the GNU General Public License as published by
|
|
316
|
+
the Free Software Foundation, either version 3 of the License, or
|
|
317
|
+
(at your option) any later version.
|
|
318
|
+
|
|
319
|
+
This program is distributed in the hope that it will be useful,
|
|
320
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
321
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
322
|
+
GNU General Public License for more details.
|
|
323
|
+
|
|
324
|
+
You should have received a copy of the GNU General Public License
|
|
325
|
+
along with this program. If not, see http://www.gnu.org/licenses/.
|
|
326
|
+
|
|
327
|
+
Lesli · SCSS Utilities for websites and web applications.
|
|
328
|
+
|
|
329
|
+
Made with ♥ by LesliTech
|
|
330
|
+
Building a better future, one line of code at a time.
|
|
331
|
+
|
|
332
|
+
@contact hello@lesli.tech
|
|
333
|
+
@website https://www.lesli.tech
|
|
334
|
+
@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
|
|
335
|
+
|
|
336
|
+
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
|
337
|
+
// ·
|
|
338
|
+
*/
|
|
339
|
+
/*
|
|
340
|
+
|
|
341
|
+
Lesli
|
|
342
|
+
|
|
343
|
+
Copyright (c) 2026, Lesli Technologies, S. A.
|
|
344
|
+
|
|
345
|
+
This program is free software: you can redistribute it and/or modify
|
|
346
|
+
it under the terms of the GNU General Public License as published by
|
|
347
|
+
the Free Software Foundation, either version 3 of the License, or
|
|
348
|
+
(at your option) any later version.
|
|
349
|
+
|
|
350
|
+
This program is distributed in the hope that it will be useful,
|
|
351
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
352
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
353
|
+
GNU General Public License for more details.
|
|
354
|
+
|
|
355
|
+
You should have received a copy of the GNU General Public License
|
|
356
|
+
along with this program. If not, see http://www.gnu.org/licenses/.
|
|
357
|
+
|
|
358
|
+
Lesli · SCSS Utilities for websites and web applications.
|
|
359
|
+
|
|
360
|
+
Made with ♥ by LesliTech
|
|
361
|
+
Building a better future, one line of code at a time.
|
|
362
|
+
|
|
363
|
+
@contact hello@lesli.tech
|
|
364
|
+
@website https://www.lesli.tech
|
|
365
|
+
@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
|
|
366
|
+
|
|
367
|
+
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
|
368
|
+
// ·
|
|
369
|
+
*/
|
|
370
|
+
/*
|
|
371
|
+
|
|
372
|
+
Lesli
|
|
373
|
+
|
|
374
|
+
Copyright (c) 2026, Lesli Technologies, S. A.
|
|
375
|
+
|
|
376
|
+
This program is free software: you can redistribute it and/or modify
|
|
377
|
+
it under the terms of the GNU General Public License as published by
|
|
378
|
+
the Free Software Foundation, either version 3 of the License, or
|
|
379
|
+
(at your option) any later version.
|
|
380
|
+
|
|
381
|
+
This program is distributed in the hope that it will be useful,
|
|
382
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
383
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
384
|
+
GNU General Public License for more details.
|
|
385
|
+
|
|
386
|
+
You should have received a copy of the GNU General Public License
|
|
387
|
+
along with this program. If not, see http://www.gnu.org/licenses/.
|
|
388
|
+
|
|
389
|
+
Lesli · SCSS Utilities for websites and web applications.
|
|
390
|
+
|
|
391
|
+
Made with ♥ by LesliTech
|
|
392
|
+
Building a better future, one line of code at a time.
|
|
393
|
+
|
|
394
|
+
@contact hello@lesli.tech
|
|
395
|
+
@website https://www.lesli.tech
|
|
396
|
+
@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
|
|
397
|
+
|
|
398
|
+
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
|
399
|
+
// ·
|
|
400
|
+
*/
|
|
401
|
+
/*
|
|
402
|
+
|
|
403
|
+
Lesli
|
|
404
|
+
|
|
405
|
+
Copyright (c) 2026, Lesli Technologies, S. A.
|
|
406
|
+
|
|
407
|
+
This program is free software: you can redistribute it and/or modify
|
|
408
|
+
it under the terms of the GNU General Public License as published by
|
|
409
|
+
the Free Software Foundation, either version 3 of the License, or
|
|
410
|
+
(at your option) any later version.
|
|
411
|
+
|
|
412
|
+
This program is distributed in the hope that it will be useful,
|
|
413
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
414
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
415
|
+
GNU General Public License for more details.
|
|
416
|
+
|
|
417
|
+
You should have received a copy of the GNU General Public License
|
|
418
|
+
along with this program. If not, see http://www.gnu.org/licenses/.
|
|
419
|
+
|
|
420
|
+
Lesli · SCSS Utilities for websites and web applications.
|
|
421
|
+
|
|
422
|
+
Made with ♥ by LesliTech
|
|
423
|
+
Building a better future, one line of code at a time.
|
|
424
|
+
|
|
425
|
+
@contact hello@lesli.tech
|
|
426
|
+
@website https://www.lesli.tech
|
|
427
|
+
@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
|
|
428
|
+
|
|
429
|
+
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
|
|
242
430
|
// ·
|
|
243
431
|
*/
|
|
244
432
|
/**
|
|
@@ -18702,7 +18890,7 @@ main .hero-body form .label {
|
|
|
18702
18890
|
font-size: 1.1rem;
|
|
18703
18891
|
font-weight: 600;
|
|
18704
18892
|
margin-bottom: 0;
|
|
18705
|
-
color: #
|
|
18893
|
+
color: #6B4A35;
|
|
18706
18894
|
}
|
|
18707
18895
|
main .hero-body .links {
|
|
18708
18896
|
display: flex;
|