events
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
12 changed files
with
211 additions
and
3 deletions
| ... | @@ -15321,7 +15321,7 @@ td.hidden { | ... | @@ -15321,7 +15321,7 @@ td.hidden { |
| 15321 | } | 15321 | } |
| 15322 | } | 15322 | } |
| 15323 | 15323 | ||
| 15324 | .item:before { | 15324 | .table-like__item .item:before { |
| 15325 | content: ""; | 15325 | content: ""; |
| 15326 | height: 50px; | 15326 | height: 50px; |
| 15327 | width: 40px; | 15327 | width: 40px; |
| ... | @@ -15333,7 +15333,7 @@ td.hidden { | ... | @@ -15333,7 +15333,7 @@ td.hidden { |
| 15333 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cg id='Group_41' data-name='Group 41' transform='translate(-342 -467)'%3E%3Crect id='Rectangle_93' data-name='Rectangle 93' width='45' height='45' rx='4' transform='translate(342 467)' fill='%231a3668' opacity='0.298'/%3E%3Cpath id='icon_PDF_' data-name='icon_PDF ' d='M1.889 61.617a1.7 1.7 0 0 1-1.108-.4A1.964 1.964 0 0 1 .025 59.37c.084-.529.335-2.118 5.787-4.383A51.792 51.792 0 0 0 10.445 44.88c-1.491-2.336-1.951-4.014-1.408-5.122a2.1 2.1 0 0 1 1.893-1.136q.085-.006.165-.006a1.818 1.818 0 0 1 1.5.732c.437.587.891 1.765-.081 5.223a37.968 37.968 0 0 0 6.387 6.97 19.079 19.079 0 0 1 1.924-.109c1.769 0 2.85.338 3.4 1.063a1.826 1.826 0 0 1 .28 1.626A1.906 1.906 0 0 1 22.592 55.6h0c-1.052 0-2.484-.7-4.26-2.086A51.869 51.869 0 0 0 7.1 56.505c-3.16 5.111-4.7 5.112-5.215 5.112Zm.006-1.961a.366.366 0 0 0 .049.059 4.851 4.851 0 0 0 1.734-1.589c-1.335.788-1.752 1.335-1.782 1.53Zm9.9-12.86a55.477 55.477 0 0 1-3.221 7.157A56.264 56.264 0 0 1 16.44 51.9 41.811 41.811 0 0 1 11.793 46.8ZM21.5 53.348a2.729 2.729 0 0 0 1.087.359.468.468 0 0 0 .06 0 .511.511 0 0 0 .03-.083v-.005a2.713 2.713 0 0 0-1.178-.267ZM11.092 40.509h-.027a.627.627 0 0 0-.327.079c-.062.09-.091.566.374 1.6a3.235 3.235 0 0 0-.019-1.676Z' transform='translate(351.999 439.383)' fill='%231a3668'/%3E%3C/g%3E%3C/svg%3E"); | 15333 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cg id='Group_41' data-name='Group 41' transform='translate(-342 -467)'%3E%3Crect id='Rectangle_93' data-name='Rectangle 93' width='45' height='45' rx='4' transform='translate(342 467)' fill='%231a3668' opacity='0.298'/%3E%3Cpath id='icon_PDF_' data-name='icon_PDF ' d='M1.889 61.617a1.7 1.7 0 0 1-1.108-.4A1.964 1.964 0 0 1 .025 59.37c.084-.529.335-2.118 5.787-4.383A51.792 51.792 0 0 0 10.445 44.88c-1.491-2.336-1.951-4.014-1.408-5.122a2.1 2.1 0 0 1 1.893-1.136q.085-.006.165-.006a1.818 1.818 0 0 1 1.5.732c.437.587.891 1.765-.081 5.223a37.968 37.968 0 0 0 6.387 6.97 19.079 19.079 0 0 1 1.924-.109c1.769 0 2.85.338 3.4 1.063a1.826 1.826 0 0 1 .28 1.626A1.906 1.906 0 0 1 22.592 55.6h0c-1.052 0-2.484-.7-4.26-2.086A51.869 51.869 0 0 0 7.1 56.505c-3.16 5.111-4.7 5.112-5.215 5.112Zm.006-1.961a.366.366 0 0 0 .049.059 4.851 4.851 0 0 0 1.734-1.589c-1.335.788-1.752 1.335-1.782 1.53Zm9.9-12.86a55.477 55.477 0 0 1-3.221 7.157A56.264 56.264 0 0 1 16.44 51.9 41.811 41.811 0 0 1 11.793 46.8ZM21.5 53.348a2.729 2.729 0 0 0 1.087.359.468.468 0 0 0 .06 0 .511.511 0 0 0 .03-.083v-.005a2.713 2.713 0 0 0-1.178-.267ZM11.092 40.509h-.027a.627.627 0 0 0-.327.079c-.062.09-.091.566.374 1.6a3.235 3.235 0 0 0-.019-1.676Z' transform='translate(351.999 439.383)' fill='%231a3668'/%3E%3C/g%3E%3C/svg%3E"); |
| 15334 | } | 15334 | } |
| 15335 | @media only screen and (max-width: 768px) { | 15335 | @media only screen and (max-width: 768px) { |
| 15336 | .item:before { | 15336 | .table-like__item .item:before { |
| 15337 | height: 30px; | 15337 | height: 30px; |
| 15338 | width: 40px; | 15338 | width: 40px; |
| 15339 | margin-right: 5p; | 15339 | margin-right: 5p; |
| ... | @@ -15732,4 +15732,95 @@ p.intro { | ... | @@ -15732,4 +15732,95 @@ p.intro { |
| 15732 | box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); | 15732 | box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); |
| 15733 | } | 15733 | } |
| 15734 | 15734 | ||
| 15735 | .event-form-bookings { | ||
| 15736 | display: none; | ||
| 15737 | } | ||
| 15738 | |||
| 15739 | .css-event-form h3, .css-event-form .h3 { | ||
| 15740 | color: #1A3668 !important; | ||
| 15741 | font-size: 28px !important; | ||
| 15742 | line-height: 36px !important; | ||
| 15743 | font-family: "trade-gothic-next" !important; | ||
| 15744 | } | ||
| 15745 | .css-event-form h3 label, .css-event-form .h3 label { | ||
| 15746 | color: #1A3668 !important; | ||
| 15747 | font-size: 28px !important; | ||
| 15748 | line-height: 36px !important; | ||
| 15749 | font-family: "trade-gothic-next" !important; | ||
| 15750 | } | ||
| 15751 | |||
| 15752 | .event-form-submit .button-primary { | ||
| 15753 | background-color: #1A3668; | ||
| 15754 | border: 1px solid #1A3668; | ||
| 15755 | color: #fff; | ||
| 15756 | font-size: 16px; | ||
| 15757 | line-height: 24px; | ||
| 15758 | font-family: "trade-gothic-next"; | ||
| 15759 | padding: 10px 20px; | ||
| 15760 | border-radius: 0px; | ||
| 15761 | text-transform: uppercase; | ||
| 15762 | } | ||
| 15763 | .event-form-submit .button-primary:hover { | ||
| 15764 | font-weight: bold; | ||
| 15765 | text-decoration: none; | ||
| 15766 | background-color: #132C55 !important; | ||
| 15767 | } | ||
| 15768 | |||
| 15769 | .em-location-data-address input { | ||
| 15770 | width: 300px; | ||
| 15771 | } | ||
| 15772 | |||
| 15773 | .em-location-data-address label { | ||
| 15774 | width: 300px; | ||
| 15775 | } | ||
| 15776 | |||
| 15777 | .event-form-image { | ||
| 15778 | margin: 40px 0px; | ||
| 15779 | } | ||
| 15780 | |||
| 15781 | .em.pixelbones .input ::-webkit-file-upload-button { | ||
| 15782 | all: unset; | ||
| 15783 | } | ||
| 15784 | |||
| 15785 | #event-image { | ||
| 15786 | all: unset; | ||
| 15787 | width: calc(100% - 120px) !important; | ||
| 15788 | background-color: #fff !important; | ||
| 15789 | color: #000 !important; | ||
| 15790 | text-transform: none; | ||
| 15791 | border: #000 1px solid; | ||
| 15792 | padding: 10px 0px; | ||
| 15793 | padding-left: 120px; | ||
| 15794 | background-position: 20px center; | ||
| 15795 | background-repeat: no-repeat; | ||
| 15796 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74.148' height='56.023' viewBox='0 0 74.148 56.023'%3E%3Cpath id='Path_12' data-name='Path 12' d='M264.869 343.06A4.969 4.969 0 0 0 259.926 348V394.14a4.969 4.969 0 0 0 4.943 4.943h64.262a4.969 4.969 0 0 0 4.943-4.943V348a4.969 4.969 0 0 0-4.943-4.943Zm0 3.3h64.262A1.609 1.609 0 0 1 330.779 348v39.391l-14.443-15.808a1.672 1.672 0 0 0-2.42 0L302.124 384.1l-17.069-19.078a1.638 1.638 0 0 0-2.446-.026l-19.387 20.828V348a1.609 1.609 0 0 1 1.648-1.648Zm37.9 8.238a6.591 6.591 0 1 0 6.591 6.591 6.616 6.616 0 0 0-6.591-6.591Zm0 3.3a3.3 3.3 0 1 1-3.3 3.3A3.271 3.271 0 0 1 302.767 357.89Zm-18.975 10.685 24.356 27.213H264.87a1.609 1.609 0 0 1-1.648-1.648v-3.476ZM315.1 375.14l15.679 17.146v1.854a1.609 1.609 0 0 1-1.648 1.648H312.576l-8.238-9.217Z' transform='translate(-259.926 -343.06)' fill='%231a3668'/%3E%3C/svg%3E"); | ||
| 15797 | } | ||
| 15798 | |||
| 15799 | #event-image:before { | ||
| 15800 | content: "Upload your image"; | ||
| 15801 | font-family: "trade-gothic-next"; | ||
| 15802 | font-weight: bold; | ||
| 15803 | margin-right: 20px; | ||
| 15804 | display: block; | ||
| 15805 | color: #000; | ||
| 15806 | } | ||
| 15807 | |||
| 15808 | #event-image:after { | ||
| 15809 | content: "Drag your image here or click to browse"; | ||
| 15810 | width: calc(100% - 24px) !important; | ||
| 15811 | display: block; | ||
| 15812 | color: #000; | ||
| 15813 | } | ||
| 15814 | |||
| 15815 | #event-image span { | ||
| 15816 | display: none !important; | ||
| 15817 | color: #fff; | ||
| 15818 | } | ||
| 15819 | |||
| 15820 | #event-image-img, | ||
| 15821 | [for=event_image], | ||
| 15822 | ::file-selector-button { | ||
| 15823 | display: none !important; | ||
| 15824 | } | ||
| 15825 | |||
| 15735 | /*# sourceMappingURL=child-theme.css.map */ | 15826 | /*# sourceMappingURL=child-theme.css.map */ |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -25232,6 +25232,17 @@ | ... | @@ -25232,6 +25232,17 @@ |
| 25232 | }); | 25232 | }); |
| 25233 | }); | 25233 | }); |
| 25234 | 25234 | ||
| 25235 | //for each .em-event-editor-section h3 innerwrap with label | ||
| 25236 | $$1(document).ready(function ($) { | ||
| 25237 | $('.em.pixelbones h3').each(function () { | ||
| 25238 | $(this).wrapInner('<label></label>'); | ||
| 25239 | }); | ||
| 25240 | $('.em-event-admin-editor.em-event-editor').removeClass('em pixelbones'); | ||
| 25241 | $('.event-form-where').addClass('em pixelbones'); | ||
| 25242 | $('.event-form-submit').removeClass('em pixelbones'); | ||
| 25243 | $('.event-form-image').removeClass('em pixelbones'); | ||
| 25244 | }); | ||
| 25245 | |||
| 25235 | exports.Alert = alert$1; | 25246 | exports.Alert = alert$1; |
| 25236 | exports.Button = button; | 25247 | exports.Button = button; |
| 25237 | exports.Carousel = carousel; | 25248 | exports.Carousel = carousel; | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -54,5 +54,19 @@ jQuery( document ).ready(function($) { | ... | @@ -54,5 +54,19 @@ jQuery( document ).ready(function($) { |
| 54 | container.removeClass('show'); | 54 | container.removeClass('show'); |
| 55 | } | 55 | } |
| 56 | }); | 56 | }); |
| 57 | |||
| 57 | }); | 58 | }); |
| 58 | 59 | ||
| 60 | //for each .em-event-editor-section h3 innerwrap with label | ||
| 61 | jQuery( document ).ready(function($) { | ||
| 62 | $('.em.pixelbones h3').each(function(){ | ||
| 63 | $(this).wrapInner('<label></label>'); | ||
| 64 | }); | ||
| 65 | $('.em-event-admin-editor.em-event-editor').removeClass('em pixelbones'); | ||
| 66 | $('.event-form-where').addClass('em pixelbones'); | ||
| 67 | $('.event-form-submit').removeClass('em pixelbones'); | ||
| 68 | $('.event-form-image').removeClass('em pixelbones'); | ||
| 69 | |||
| 70 | |||
| 71 | |||
| 72 | }) | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -19,6 +19,7 @@ | ... | @@ -19,6 +19,7 @@ |
| 19 | @import "theme/resources_list"; | 19 | @import "theme/resources_list"; |
| 20 | @import "theme/contest"; | 20 | @import "theme/contest"; |
| 21 | @import "theme/member"; | 21 | @import "theme/member"; |
| 22 | @import "theme/events"; | ||
| 22 | // @import "assets/understrap/theme/colors"; // <-------- This creates the necessary bootstrap color classes. | 23 | // @import "assets/understrap/theme/colors"; // <-------- This creates the necessary bootstrap color classes. |
| 23 | // @import "assets/understrap/theme/blocks"; // <-------- This adds Bootstrap styles to blocks. | 24 | // @import "assets/understrap/theme/blocks"; // <-------- This adds Bootstrap styles to blocks. |
| 24 | // @import "assets/understrap/theme/contact-form7"; // <-------- Contact Form 7 - Bootstrap 4 support | 25 | // @import "assets/understrap/theme/contact-form7"; // <-------- Contact Form 7 - Bootstrap 4 support | ... | ... |
| 1 | .event-form-bookings{ | ||
| 2 | display: none; | ||
| 3 | } | ||
| 4 | .css-event-form{ | ||
| 5 | h3{ | ||
| 6 | color: #1A3668!important; | ||
| 7 | font-size: 28px !important; | ||
| 8 | line-height: 36px !important; | ||
| 9 | font-family:"trade-gothic-next" !important; | ||
| 10 | label{ | ||
| 11 | color: #1A3668!important; | ||
| 12 | font-size: 28px !important; | ||
| 13 | line-height: 36px !important; | ||
| 14 | font-family:"trade-gothic-next" !important; | ||
| 15 | } | ||
| 16 | |||
| 17 | } | ||
| 18 | } | ||
| 19 | .event-form-submit .button-primary{ | ||
| 20 | background-color: #1A3668; | ||
| 21 | border: 1px solid #1A3668; | ||
| 22 | color: #fff; | ||
| 23 | font-size: 16px; | ||
| 24 | line-height: 24px; | ||
| 25 | font-family:"trade-gothic-next"; | ||
| 26 | padding: 10px 20px; | ||
| 27 | border-radius: 0px; | ||
| 28 | text-transform: uppercase; | ||
| 29 | &:hover{ | ||
| 30 | font-weight: bold; | ||
| 31 | text-decoration: none; | ||
| 32 | background-color: #132C55 !important; | ||
| 33 | } | ||
| 34 | } | ||
| 35 | .em-location-data-address input{ | ||
| 36 | width: 300px; | ||
| 37 | } | ||
| 38 | .em-location-data-address label{ | ||
| 39 | width: 300px; | ||
| 40 | } | ||
| 41 | |||
| 42 | .event-form-image{ | ||
| 43 | margin: 40px 0px; | ||
| 44 | } | ||
| 45 | |||
| 46 | .em.pixelbones .input ::-webkit-file-upload-button{ | ||
| 47 | all: unset; | ||
| 48 | } | ||
| 49 | #event-image{ | ||
| 50 | all: unset; | ||
| 51 | width: calc(100% - 120px) !important; | ||
| 52 | background-color: #fff !important; | ||
| 53 | color: #000 !important; | ||
| 54 | text-transform: none; | ||
| 55 | border: #000 1px solid; | ||
| 56 | padding: 10px 0px; | ||
| 57 | padding-left: 120px; | ||
| 58 | background-position: 20px center; | ||
| 59 | background-repeat: no-repeat; | ||
| 60 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74.148' height='56.023' viewBox='0 0 74.148 56.023'%3E%3Cpath id='Path_12' data-name='Path 12' d='M264.869 343.06A4.969 4.969 0 0 0 259.926 348V394.14a4.969 4.969 0 0 0 4.943 4.943h64.262a4.969 4.969 0 0 0 4.943-4.943V348a4.969 4.969 0 0 0-4.943-4.943Zm0 3.3h64.262A1.609 1.609 0 0 1 330.779 348v39.391l-14.443-15.808a1.672 1.672 0 0 0-2.42 0L302.124 384.1l-17.069-19.078a1.638 1.638 0 0 0-2.446-.026l-19.387 20.828V348a1.609 1.609 0 0 1 1.648-1.648Zm37.9 8.238a6.591 6.591 0 1 0 6.591 6.591 6.616 6.616 0 0 0-6.591-6.591Zm0 3.3a3.3 3.3 0 1 1-3.3 3.3A3.271 3.271 0 0 1 302.767 357.89Zm-18.975 10.685 24.356 27.213H264.87a1.609 1.609 0 0 1-1.648-1.648v-3.476ZM315.1 375.14l15.679 17.146v1.854a1.609 1.609 0 0 1-1.648 1.648H312.576l-8.238-9.217Z' transform='translate(-259.926 -343.06)' fill='%231a3668'/%3E%3C/svg%3E"); | ||
| 61 | |||
| 62 | } | ||
| 63 | |||
| 64 | #event-image:before{ | ||
| 65 | content:'Upload your image'; | ||
| 66 | font-family:"trade-gothic-next"; | ||
| 67 | font-weight: bold; | ||
| 68 | |||
| 69 | margin-right: 20px; | ||
| 70 | display: block; | ||
| 71 | color: #000; | ||
| 72 | } | ||
| 73 | |||
| 74 | #event-image:after{ | ||
| 75 | content:'Drag your image here or click to browse'; | ||
| 76 | width: calc(100% - 24px ) !important; | ||
| 77 | display: block; | ||
| 78 | |||
| 79 | color: #000; | ||
| 80 | } | ||
| 81 | |||
| 82 | #event-image span{ | ||
| 83 | display: none !important; | ||
| 84 | color: #fff; | ||
| 85 | } | ||
| 86 | #event-image-img, | ||
| 87 | [for="event_image"], | ||
| 88 | ::file-selector-button{ | ||
| 89 | display: none !important; | ||
| 90 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| ... | @@ -301,7 +301,7 @@ td.hidden { | ... | @@ -301,7 +301,7 @@ td.hidden { |
| 301 | } | 301 | } |
| 302 | } | 302 | } |
| 303 | } | 303 | } |
| 304 | 304 | .table-like__item{ | |
| 305 | .item:before { | 305 | .item:before { |
| 306 | content: ""; | 306 | content: ""; |
| 307 | height: 50px; | 307 | height: 50px; |
| ... | @@ -320,6 +320,7 @@ td.hidden { | ... | @@ -320,6 +320,7 @@ td.hidden { |
| 320 | background-repeat: no-repeat; | 320 | background-repeat: no-repeat; |
| 321 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cg id='Group_41' data-name='Group 41' transform='translate(-342 -467)'%3E%3Crect id='Rectangle_93' data-name='Rectangle 93' width='45' height='45' rx='4' transform='translate(342 467)' fill='%231a3668' opacity='0.298'/%3E%3Cpath id='icon_PDF_' data-name='icon_PDF ' d='M1.889 61.617a1.7 1.7 0 0 1-1.108-.4A1.964 1.964 0 0 1 .025 59.37c.084-.529.335-2.118 5.787-4.383A51.792 51.792 0 0 0 10.445 44.88c-1.491-2.336-1.951-4.014-1.408-5.122a2.1 2.1 0 0 1 1.893-1.136q.085-.006.165-.006a1.818 1.818 0 0 1 1.5.732c.437.587.891 1.765-.081 5.223a37.968 37.968 0 0 0 6.387 6.97 19.079 19.079 0 0 1 1.924-.109c1.769 0 2.85.338 3.4 1.063a1.826 1.826 0 0 1 .28 1.626A1.906 1.906 0 0 1 22.592 55.6h0c-1.052 0-2.484-.7-4.26-2.086A51.869 51.869 0 0 0 7.1 56.505c-3.16 5.111-4.7 5.112-5.215 5.112Zm.006-1.961a.366.366 0 0 0 .049.059 4.851 4.851 0 0 0 1.734-1.589c-1.335.788-1.752 1.335-1.782 1.53Zm9.9-12.86a55.477 55.477 0 0 1-3.221 7.157A56.264 56.264 0 0 1 16.44 51.9 41.811 41.811 0 0 1 11.793 46.8ZM21.5 53.348a2.729 2.729 0 0 0 1.087.359.468.468 0 0 0 .06 0 .511.511 0 0 0 .03-.083v-.005a2.713 2.713 0 0 0-1.178-.267ZM11.092 40.509h-.027a.627.627 0 0 0-.327.079c-.062.09-.091.566.374 1.6a3.235 3.235 0 0 0-.019-1.676Z' transform='translate(351.999 439.383)' fill='%231a3668'/%3E%3C/g%3E%3C/svg%3E"); | 321 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cg id='Group_41' data-name='Group 41' transform='translate(-342 -467)'%3E%3Crect id='Rectangle_93' data-name='Rectangle 93' width='45' height='45' rx='4' transform='translate(342 467)' fill='%231a3668' opacity='0.298'/%3E%3Cpath id='icon_PDF_' data-name='icon_PDF ' d='M1.889 61.617a1.7 1.7 0 0 1-1.108-.4A1.964 1.964 0 0 1 .025 59.37c.084-.529.335-2.118 5.787-4.383A51.792 51.792 0 0 0 10.445 44.88c-1.491-2.336-1.951-4.014-1.408-5.122a2.1 2.1 0 0 1 1.893-1.136q.085-.006.165-.006a1.818 1.818 0 0 1 1.5.732c.437.587.891 1.765-.081 5.223a37.968 37.968 0 0 0 6.387 6.97 19.079 19.079 0 0 1 1.924-.109c1.769 0 2.85.338 3.4 1.063a1.826 1.826 0 0 1 .28 1.626A1.906 1.906 0 0 1 22.592 55.6h0c-1.052 0-2.484-.7-4.26-2.086A51.869 51.869 0 0 0 7.1 56.505c-3.16 5.111-4.7 5.112-5.215 5.112Zm.006-1.961a.366.366 0 0 0 .049.059 4.851 4.851 0 0 0 1.734-1.589c-1.335.788-1.752 1.335-1.782 1.53Zm9.9-12.86a55.477 55.477 0 0 1-3.221 7.157A56.264 56.264 0 0 1 16.44 51.9 41.811 41.811 0 0 1 11.793 46.8ZM21.5 53.348a2.729 2.729 0 0 0 1.087.359.468.468 0 0 0 .06 0 .511.511 0 0 0 .03-.083v-.005a2.713 2.713 0 0 0-1.178-.267ZM11.092 40.509h-.027a.627.627 0 0 0-.327.079c-.062.09-.091.566.374 1.6a3.235 3.235 0 0 0-.019-1.676Z' transform='translate(351.999 439.383)' fill='%231a3668'/%3E%3C/g%3E%3C/svg%3E"); |
| 322 | } | 322 | } |
| 323 | } | ||
| 323 | 324 | ||
| 324 | 325 | ||
| 325 | .category-type { | 326 | .category-type { | ... | ... |
-
Please register or sign in to post a comment