@adstore/templates 2.0.9 → 2.0.10
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/CHANGELOG.md +9 -0
- package/dist/style.css +32 -17
- package/dist/templates.es.js +50 -602
- package/dist/templates.umd.js +50 -602
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/style.css
CHANGED
@@ -506,25 +506,25 @@ textarea {
|
|
506
506
|
40%, 100% {
|
507
507
|
transform: rotateZ(0);
|
508
508
|
}
|
509
|
-
}.
|
509
|
+
}._root_5vnui_1 {
|
510
510
|
padding: 6px;
|
511
511
|
background-color: #fff;
|
512
512
|
position: relative;
|
513
513
|
display: block;
|
514
514
|
}
|
515
|
-
.
|
515
|
+
._root_5vnui_1:first-child {
|
516
516
|
border-top-left-radius: 6px;
|
517
517
|
border-top-right-radius: 6px;
|
518
518
|
}
|
519
|
-
.
|
519
|
+
._root_5vnui_1:first-child:after {
|
520
520
|
display: none;
|
521
521
|
}
|
522
|
-
.
|
522
|
+
._root_5vnui_1:last-child {
|
523
523
|
border-bottom-left-radius: 6px;
|
524
524
|
border-bottom-right-radius: 6px;
|
525
525
|
border-bottom: none;
|
526
526
|
}
|
527
|
-
.
|
527
|
+
._root_5vnui_1:after {
|
528
528
|
content: "";
|
529
529
|
width: 100%;
|
530
530
|
height: 1px;
|
@@ -535,7 +535,7 @@ textarea {
|
|
535
535
|
bottom: 0;
|
536
536
|
}
|
537
537
|
|
538
|
-
.
|
538
|
+
._body_5vnui_30 {
|
539
539
|
display: flex;
|
540
540
|
align-items: center;
|
541
541
|
position: relative;
|
@@ -543,12 +543,12 @@ textarea {
|
|
543
543
|
justify-content: space-between;
|
544
544
|
}
|
545
545
|
|
546
|
-
.
|
546
|
+
._bodyInner_5vnui_38 {
|
547
547
|
display: flex;
|
548
548
|
align-items: center;
|
549
549
|
}
|
550
550
|
|
551
|
-
.
|
551
|
+
._line_5vnui_43 {
|
552
552
|
position: absolute;
|
553
553
|
left: -6px;
|
554
554
|
top: 0;
|
@@ -558,7 +558,7 @@ textarea {
|
|
558
558
|
border-radius: 0 2px 2px 0;
|
559
559
|
}
|
560
560
|
|
561
|
-
.
|
561
|
+
._text_5vnui_53 {
|
562
562
|
font-size: 12px;
|
563
563
|
line-height: 1.2;
|
564
564
|
color: #333;
|
@@ -568,13 +568,13 @@ textarea {
|
|
568
568
|
--accent-color: #ffbc00;
|
569
569
|
--font-family: Roboto, sans-serif;
|
570
570
|
}
|
571
|
-
.
|
571
|
+
._text_5vnui_53 span {
|
572
572
|
font-family: var(--font-family);
|
573
573
|
color: var(--accent-color);
|
574
574
|
font-size: var(--accent-size);
|
575
575
|
}
|
576
576
|
|
577
|
-
.
|
577
|
+
._button_5vnui_69 {
|
578
578
|
margin-left: auto;
|
579
579
|
padding: 2px;
|
580
580
|
background-color: #ffb800;
|
@@ -586,21 +586,21 @@ textarea {
|
|
586
586
|
line-height: 2;
|
587
587
|
font-weight: bold;
|
588
588
|
}
|
589
|
-
.
|
589
|
+
._button_5vnui_69 ._logo_5vnui_81 {
|
590
590
|
width: 30px;
|
591
591
|
height: 30px;
|
592
592
|
margin-right: initial;
|
593
593
|
display: block;
|
594
594
|
}
|
595
|
-
.
|
595
|
+
._variant2_5vnui_87 ._button_5vnui_69 ._logo_5vnui_81 {
|
596
596
|
display: none;
|
597
597
|
}
|
598
598
|
|
599
|
-
.
|
599
|
+
._buttonText_5vnui_91 {
|
600
600
|
padding: 0 7px;
|
601
601
|
}
|
602
602
|
|
603
|
-
.
|
603
|
+
._logo_5vnui_81 {
|
604
604
|
width: 25px;
|
605
605
|
height: 25px;
|
606
606
|
border-radius: 30px;
|
@@ -608,11 +608,11 @@ textarea {
|
|
608
608
|
margin-right: 10px;
|
609
609
|
display: none;
|
610
610
|
}
|
611
|
-
.
|
611
|
+
._variant2_5vnui_87 ._logo_5vnui_81 {
|
612
612
|
display: block;
|
613
613
|
}
|
614
614
|
|
615
|
-
.
|
615
|
+
._legal_5vnui_107 {
|
616
616
|
background-color: #eee;
|
617
617
|
padding: 2px 5px;
|
618
618
|
height: 14px;
|
@@ -621,6 +621,21 @@ textarea {
|
|
621
621
|
border-radius: 4px;
|
622
622
|
color: #7e8392;
|
623
623
|
font-size: 8px;
|
624
|
+
}
|
625
|
+
|
626
|
+
._legal_5vnui_107::-webkit-scrollbar {
|
627
|
+
width: 4px;
|
628
|
+
background: #e5e6e9;
|
629
|
+
border-radius: 5px;
|
630
|
+
}
|
631
|
+
|
632
|
+
._legal_5vnui_107::-webkit-scrollbar-track {
|
633
|
+
border-radius: 5px;
|
634
|
+
}
|
635
|
+
|
636
|
+
._legal_5vnui_107::-webkit-scrollbar-thumb {
|
637
|
+
background: #7e8392;
|
638
|
+
border-radius: 5px;
|
624
639
|
}._root_1bgnc_1 {
|
625
640
|
max-width: 320px;
|
626
641
|
width: 100%;
|