ag-design 1.0.44 → 1.0.45
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/base.css +32 -17
- package/fonts/ag-icons.css +293 -344
- package/fonts/ag-icons.html +336 -489
- package/fonts/ag-icons.json +250 -267
- package/fonts/ag-icons.ts +274 -342
- package/fonts/ag-icons.ttf +0 -0
- package/fonts/ag-icons.woff +0 -0
- package/fonts/ag-icons.woff2 +0 -0
- package/index.css +1 -1
- package/package.json +1 -1
- package/var.css +22 -16
package/base.css
CHANGED
|
@@ -403,6 +403,33 @@ img.ag-lazy:not(.ag-lazy-s){content: "";
|
|
|
403
403
|
.g-24{gap: 24px;}
|
|
404
404
|
.g-30{gap: 30px;}
|
|
405
405
|
|
|
406
|
+
.z-0{z-index: 0;}
|
|
407
|
+
.z-1{z-index: 1;}
|
|
408
|
+
.z-2{z-index: 2;}
|
|
409
|
+
.z-3{z-index: 3;}
|
|
410
|
+
.z-4{z-index: 4;}
|
|
411
|
+
.z-5{z-index: 5;}
|
|
412
|
+
.z-6{z-index: 6;}
|
|
413
|
+
.z-7{z-index: 7;}
|
|
414
|
+
.z-8{z-index: 8;}
|
|
415
|
+
.z-9{z-index: 9;}
|
|
416
|
+
.z-10{z-index: 10;}
|
|
417
|
+
.z-11{z-index: 11;}
|
|
418
|
+
.z-12{z-index: 12;}
|
|
419
|
+
.z-13{z-index: 13;}
|
|
420
|
+
.z-14{z-index: 14;}
|
|
421
|
+
.z-15{z-index: 15;}
|
|
422
|
+
.z-16{z-index: 16;}
|
|
423
|
+
.z-17{z-index: 17;}
|
|
424
|
+
.z-18{z-index: 18;}
|
|
425
|
+
.z-19{z-index: 19;}
|
|
426
|
+
.z-20{z-index: 20;}
|
|
427
|
+
.z-30{z-index: 30;}
|
|
428
|
+
.z-99{z-index: 99;}
|
|
429
|
+
.z-100 {z-index: 100;}
|
|
430
|
+
.z-999{z-index: 999;}
|
|
431
|
+
.z-auto{z-index: auto;}
|
|
432
|
+
|
|
406
433
|
.visuallyhidden{border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
|
|
407
434
|
|
|
408
435
|
.s-u-l{ --s: 2px;padding-bottom: var(--s);position: relative;z-index: 9;
|
|
@@ -1300,7 +1327,7 @@ article{animation: animate-in-and-out cubic-bezier(0.3,0.1,0.4,0.2);animation-ti
|
|
|
1300
1327
|
.btn-2:active{transform: scale(0.95);background: var(--c-6);font-weight: var(--f-w-6);}
|
|
1301
1328
|
|
|
1302
1329
|
.btn-3{color: var(--c-7 );border: transparent;display: inline-block;font-size: var(--f-s-2);overflow: hidden;position: relative;font-weight: var(--f-w-6);}
|
|
1303
|
-
.btn-4{color: var(--c-1);border: transparent;display: inline-block;font-size: var(--f-s-2);overflow: hidden;position: relative;font-weight: var(--f-w-6);}
|
|
1330
|
+
.btn-4{color: var(--c-1);border: transparent;display: inline-block;font-size: var(--f-s-2);overflow: hidden;position: relative;font-weight: var(--f-w-6);padding-right: 6px;}
|
|
1304
1331
|
.btn-4 > i{font-size: 12px;}
|
|
1305
1332
|
.btn-5{background: var(--bg-t);border: 1px solid var(--c-6);color: var(--c-1);font-weight: var(--f-w-6);border-radius: var(--b-r-1);box-sizing: border-box;display: inline-block;font-size: var(--f-s-1);overflow: hidden;padding: 14px 20px;position: relative;text-decoration: none;transition: all 0.3s ease-in-out;}
|
|
1306
1333
|
.btn-5:hover{border-color: var(--c-2);}
|
|
@@ -1319,19 +1346,7 @@ article{animation: animate-in-and-out cubic-bezier(0.3,0.1,0.4,0.2);animation-ti
|
|
|
1319
1346
|
.btn-101:active{transform: scale(0.95);background: var(--c-5);font-weight: var(--f-w-6);}
|
|
1320
1347
|
/* button end */
|
|
1321
1348
|
|
|
1322
|
-
|
|
1323
|
-
.
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
.ig-list-row{display: grid;}
|
|
1327
|
-
.ig-list-row > *{min-width: 0;}
|
|
1328
|
-
/* Hero Grid Layout (layout5) */
|
|
1329
|
-
.ig-hero-layout{display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; padding: 16px; margin: 0 auto; width: 100%; box-sizing: border-box;}
|
|
1330
|
-
.ig-hero-layout > *{min-width: 0; overflow: hidden; box-sizing: border-box;}
|
|
1331
|
-
/* Column Layout (layout6) */
|
|
1332
|
-
.ig-column-layout > *{width: 100%;}
|
|
1333
|
-
|
|
1334
|
-
/* Load More button */
|
|
1335
|
-
.ig-load-more-btn{transition: opacity 0.2s;}
|
|
1336
|
-
.ig-load-more-btn:hover{opacity: 0.85;}
|
|
1337
|
-
|
|
1349
|
+
.ani-aro::after{font-size: var(--f-s-2);font-weight: var(--f-w-6);transition: .4s cubic-bezier(.37, 0, .63, 1);margin-left: 8px !important;}
|
|
1350
|
+
.ani-aro:hover::after{transform: translate3d(6px, 0, 0);}
|
|
1351
|
+
|
|
1352
|
+
.ca-l{bottom: 0; color: hsla(0, 0%, 100%, .01); left: 0;}
|