You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
20 KiB
1 lines
20 KiB
{"ast":null,"code":"import { englishLanguageConstants } from 'src/constants/language/englishLanguageConstants';\nimport { hindiLanguageConstants } from 'src/constants/language/hindiLanguageConstants';\nimport { marathiLanguageConstants } from 'src/constants/language/marathiLanguageConstants';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"../footer/footer.service\";\nimport * as i2 from \"src/constants/language/TranslationContentService\";\nimport * as i3 from \"@angular/common\";\n\nfunction HeaderComponent_p_10_Template(rf, ctx) {\n if (rf & 1) {\n const _r3 = i0.ɵɵgetCurrentView();\n\n i0.ɵɵelementStart(0, \"p\", 9);\n i0.ɵɵlistener(\"click\", function HeaderComponent_p_10_Template_p_click_0_listener() {\n i0.ɵɵrestoreView(_r3);\n const ctx_r2 = i0.ɵɵnextContext();\n return ctx_r2.openDropDown();\n });\n i0.ɵɵtext(1);\n i0.ɵɵelement(2, \"img\", 10);\n i0.ɵɵelementEnd();\n }\n\n if (rf & 2) {\n const ctx_r0 = i0.ɵɵnextContext();\n i0.ɵɵadvance(1);\n i0.ɵɵtextInterpolate1(\"| \", ctx_r0.currentLanguage, \" \");\n }\n}\n\nfunction HeaderComponent_div_11_li_2_Template(rf, ctx) {\n if (rf & 1) {\n const _r7 = i0.ɵɵgetCurrentView();\n\n i0.ɵɵelementStart(0, \"li\", 14);\n i0.ɵɵlistener(\"click\", function HeaderComponent_div_11_li_2_Template_li_click_0_listener() {\n const restoredCtx = i0.ɵɵrestoreView(_r7);\n const item_r5 = restoredCtx.$implicit;\n const ctx_r6 = i0.ɵɵnextContext(2);\n return ctx_r6.selectLanguge(item_r5);\n });\n i0.ɵɵtext(1);\n i0.ɵɵelementEnd();\n }\n\n if (rf & 2) {\n const item_r5 = ctx.$implicit;\n i0.ɵɵadvance(1);\n i0.ɵɵtextInterpolate(item_r5);\n }\n}\n\nfunction HeaderComponent_div_11_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelementStart(0, \"div\", 11);\n i0.ɵɵelementStart(1, \"ul\", 12);\n i0.ɵɵtemplate(2, HeaderComponent_div_11_li_2_Template, 2, 1, \"li\", 13);\n i0.ɵɵelementEnd();\n i0.ɵɵelementEnd();\n }\n\n if (rf & 2) {\n const ctx_r1 = i0.ɵɵnextContext();\n i0.ɵɵadvance(2);\n i0.ɵɵproperty(\"ngForOf\", ctx_r1.languages);\n }\n}\n\nexport let HeaderComponent = /*#__PURE__*/(() => {\n class HeaderComponent {\n constructor(footerService, translationContentService) {\n this.footerService = footerService;\n this.translationContentService = translationContentService;\n this.showEnglish = false;\n this.selectedScreen = '';\n this.languages = ['English', 'Hindi', 'Marathi'];\n this.showDropDownValues = false;\n this.currentLanguage = 'English';\n }\n\n ngOnInit() {\n this.footerService.getSelectedScreen().subscribe(item => {\n this.selectedScreen = item;\n\n if (this.selectedScreen === 'home') {\n this.showEnglish = true;\n } else {\n this.showEnglish = false;\n }\n });\n this.translationContentService.setContent(englishLanguageConstants);\n }\n\n onChange(deviceValue) {\n console.log(deviceValue);\n }\n\n openDropDown() {\n this.showDropDownValues = !this.showDropDownValues;\n }\n\n selectLanguge(item) {\n //console.log(item);\n this.currentLanguage = item;\n this.showDropDownValues = !this.showDropDownValues;\n console.log(this.currentLanguage);\n\n if (this.currentLanguage === 'Hindi') {\n this.translationContentService.setContent(hindiLanguageConstants);\n } else if (this.currentLanguage === 'Marathi') {\n this.translationContentService.setContent(marathiLanguageConstants);\n } else {\n this.translationContentService.setContent(englishLanguageConstants);\n }\n }\n\n }\n\n HeaderComponent.ɵfac = function HeaderComponent_Factory(t) {\n return new (t || HeaderComponent)(i0.ɵɵdirectiveInject(i1.FooterService), i0.ɵɵdirectiveInject(i2.TranslationContentService));\n };\n\n HeaderComponent.ɵcmp = /*@__PURE__*/i0.ɵɵdefineComponent({\n type: HeaderComponent,\n selectors: [[\"app-header\"]],\n decls: 14,\n vars: 2,\n consts: [[\"id\", \"header\"], [1, \"card-flex-row\", \"multi-tabs\"], [1, \"tab\", \"font-header-small\"], [1, \"tab-counter\", \"hot\", \"font-body-xsmall-bold\"], [1, \"txt-content\"], [3, \"click\", 4, \"ngIf\"], [\"class\", \"dropdownParent\", 4, \"ngIf\"], [1, \"flex-0dot5\", \"icon\"], [\"src\", \"assets/images/notification.png\", 1, \"icon\"], [3, \"click\"], [\"src\", \"assets/svg/arrow-down.svg\", 1, \"bike-card-arrow-dropdown\"], [1, \"dropdownParent\"], [1, \"dropdown\"], [\"class\", \"txt-content\", 3, \"click\", 4, \"ngFor\", \"ngForOf\"], [1, \"txt-content\", 3, \"click\"]],\n template: function HeaderComponent_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelementStart(0, \"header\", 0);\n i0.ɵɵelementStart(1, \"div\", 1);\n i0.ɵɵelementStart(2, \"div\", 2);\n i0.ɵɵelementStart(3, \"span\", 3);\n i0.ɵɵtext(4, \"SA\");\n i0.ɵɵelementEnd();\n i0.ɵɵelementStart(5, \"div\");\n i0.ɵɵelementStart(6, \"p\", 4);\n i0.ɵɵtext(7, \"Hello, Subham\");\n i0.ɵɵelementEnd();\n i0.ɵɵelementStart(8, \"p\", 4);\n i0.ɵɵtext(9, \"(113547)| Helpline\");\n i0.ɵɵelementEnd();\n i0.ɵɵtemplate(10, HeaderComponent_p_10_Template, 3, 1, \"p\", 5);\n i0.ɵɵtemplate(11, HeaderComponent_div_11_Template, 3, 1, \"div\", 6);\n i0.ɵɵelementEnd();\n i0.ɵɵelementStart(12, \"div\", 7);\n i0.ɵɵelement(13, \"img\", 8);\n i0.ɵɵelementEnd();\n i0.ɵɵelementEnd();\n i0.ɵɵelementEnd();\n i0.ɵɵelementEnd();\n }\n\n if (rf & 2) {\n i0.ɵɵadvance(10);\n i0.ɵɵproperty(\"ngIf\", ctx.showEnglish);\n i0.ɵɵadvance(1);\n i0.ɵɵproperty(\"ngIf\", ctx.showDropDownValues);\n }\n },\n directives: [i3.NgIf, i3.NgForOf],\n styles: [\"html[_ngcontent-%COMP%], body[_ngcontent-%COMP%], app-root[_ngcontent-%COMP%]{font-family:Trade Gothic LT Com Bold;background-color:#fff;margin:0;padding:0;height:100%}ul[_ngcontent-%COMP%], li[_ngcontent-%COMP%], a[_ngcontent-%COMP%], p[_ngcontent-%COMP%], h1[_ngcontent-%COMP%], h2[_ngcontent-%COMP%], h3[_ngcontent-%COMP%], h4[_ngcontent-%COMP%], h5[_ngcontent-%COMP%]{text-decoration:none;list-style:none;margin:0;padding:0;font-weight:normal}input.ng-invalid.ng-touched[_ngcontent-%COMP%]{border:1px solid #c92a1c}.input-errors[_ngcontent-%COMP%]{position:relative;top:-2%;color:#c92a1c}input[type=text][_ngcontent-%COMP%], input[type=number][_ngcontent-%COMP%], input[type=password][_ngcontent-%COMP%], textarea[_ngcontent-%COMP%], select[_ngcontent-%COMP%]{font-family:Trade Gothic LT Com Bold;height:50px;width:100%;color:#444;background:#ffffff;border:1px solid #e0e0e0;border-radius:5px;font-size:.87rem;line-height:50px;letter-spacing:.75px;padding:0 3%;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=text][_ngcontent-%COMP%] .search[_ngcontent-%COMP%], input[type=number][_ngcontent-%COMP%] .search[_ngcontent-%COMP%], input[type=password][_ngcontent-%COMP%] .search[_ngcontent-%COMP%], textarea[_ngcontent-%COMP%] .search[_ngcontent-%COMP%], select[_ngcontent-%COMP%] .search[_ngcontent-%COMP%]{background:#f7f7f7;border:none;border-radius:5px}input[type=text][_ngcontent-%COMP%]::-moz-placeholder, input[type=number][_ngcontent-%COMP%]::-moz-placeholder, input[type=password][_ngcontent-%COMP%]::-moz-placeholder, textarea[_ngcontent-%COMP%]::-moz-placeholder, select[_ngcontent-%COMP%]::-moz-placeholder{color:#a0a0a0}input[type=text][_ngcontent-%COMP%]:-ms-input-placeholder, input[type=number][_ngcontent-%COMP%]:-ms-input-placeholder, input[type=password][_ngcontent-%COMP%]:-ms-input-placeholder, textarea[_ngcontent-%COMP%]:-ms-input-placeholder, select[_ngcontent-%COMP%]:-ms-input-placeholder{color:#a0a0a0}input[type=text][_ngcontent-%COMP%]::placeholder, input[type=number][_ngcontent-%COMP%]::placeholder, input[type=password][_ngcontent-%COMP%]::placeholder, textarea[_ngcontent-%COMP%]::placeholder, select[_ngcontent-%COMP%]::placeholder{color:#a0a0a0}input[type=radio][_ngcontent-%COMP%]{height:20px;width:20px;background:#f7f7f7;border:1px solid #e0e0e0}input[type=checkbox][_ngcontent-%COMP%]{width:22px;height:22px}input[type=checkbox][_ngcontent-%COMP%]:before{content:\\\"\\\";display:inline-block;width:18px;height:18px;border-radius:20%;border:2px solid #006ad0;flex-shrink:0}input[type=checkbox][_ngcontent-%COMP%]:disabled:before{background-color:#f7f7f7;border:2px solid #343A3F}.checbox-small[_ngcontent-%COMP%] input[type=checkbox][_ngcontent-%COMP%]{height:14px;width:14px}.checbox-small[_ngcontent-%COMP%] input[type=checkbox][_ngcontent-%COMP%]:before{height:12px;width:12px;border:1px solid #5d5d5d}.input-wrapper[_ngcontent-%COMP%]{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;width:100%;margin-bottom:6%}.input-wrapper[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{position:absolute;right:3%}.input-wrapper[_ngcontent-%COMP%] .input-display-icon[_ngcontent-%COMP%]{right:3%;top:55%;height:30px;min-width:30px;max-width:auto;position:absolute;cursor:pointer;color:#006ad0;background-repeat:no-repeat}.otp-wrapper[_ngcontent-%COMP%]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.otp-wrapper[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{height:50px;width:40px;text-align:center}select[_ngcontent-%COMP%]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(select-arrow.4c9dcd94a169a6011962.svg) no-repeat 290px 14px;background-color:#fff}button[_ngcontent-%COMP%]{background:linear-gradient(178.84deg,#009cde .07%,#003087 95.33%);border-radius:10px;border:1px solid #009cde;height:50px;width:100%;font-size:1rem;line-height:50px;letter-spacing:1px;color:#fff;font-weight:bold;font-family:Blender Pro Bold}button.modify-state[_ngcontent-%COMP%]{background:#ffffff;border:1px solid #006ad0;color:#006ad0}button[_ngcontent-%COMP%]:disabled{background:#cecece;border:none;color:#5d5d5d}.search-box[_ngcontent-%COMP%] .input-wrapper[_ngcontent-%COMP%]{width:80%}[_ngcontent-%COMP%]:focus-visible{outline:none}.form-radio[_ngcontent-%COMP%]{background:#f7f7f7;justify-content:space-between;display:flex}textarea[_ngcontent-%COMP%]{height:83px}@font-face{font-family:\\\"Raleway Italic\\\";src:url(Raleway-Italic-VariableFont_wght.87701616ad47257e5b00.ttf) format(\\\"truetype\\\")}@font-face{font-family:\\\"Raleway VariableFont\\\";src:url(Raleway-VariableFont_wght.3fefe681f4c62116679b.ttf) format(\\\"truetype\\\")}.font-header-xlarge[_ngcontent-%COMP%]{font-size:3rem;line-height:3.125rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\"}.font-header-large[_ngcontent-%COMP%]{font-size:1.875rem;line-height:2rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\"}.font-header-medium[_ngcontent-%COMP%]{font-size:1.25rem;line-height:1.5rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\"}.font-header-small[_ngcontent-%COMP%]{font-size:1rem;line-height:1.125rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\"}.font-header-medium-normal[_ngcontent-%COMP%]{font-size:1.25rem;line-height:1.5rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\"}.font-body-large-bold[_ngcontent-%COMP%]{font-size:1.25rem;line-height:1.625rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.font-body-medium-bold[_ngcontent-%COMP%]{font-size:1rem;line-height:1.375rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.font-body-small-bold[_ngcontent-%COMP%]{font-size:.875rem;line-height:1rem;letter-spacing:.75px;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.font-body-xsmall[_ngcontent-%COMP%]{font-size:.812rem;line-height:1.125rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.font-body-xsmall-bold[_ngcontent-%COMP%]{font-size:.812rem;line-height:1.125rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.text-grey-label[_ngcontent-%COMP%]{color:#181818;font-size:1.25rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.font-body-large[_ngcontent-%COMP%]{font-size:1.25rem;line-height:1.625rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.font-body-medium[_ngcontent-%COMP%]{font-size:1rem;line-height:1.375rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.font-body-small[_ngcontent-%COMP%]{font-size:.875rem;line-height:1rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.font-body-xsmall[_ngcontent-%COMP%]{font-size:.813rem;line-height:1.125rem;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.text-black[_ngcontent-%COMP%]{color:#181818;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}.text-grey-noresults[_ngcontent-%COMP%]{color:#5d5d5d;text-align:center;letter-spacing:1px;font-family:\\\"Raleway VariableFont\\\";text-transform:uppercase}body[_ngcontent-%COMP%]{display:flex;flex-direction:column}*[_ngcontent-%COMP%]{box-sizing:border-box}.header-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;width:100%;top:0;position:relative}.container[_ngcontent-%COMP%]{background-color:#f7f7f7;max-height:60%;width:100%;display:flex;flex-direction:column;overflow-y:auto}.page-container[_ngcontent-%COMP%]{height:100%;display:flex;flex-direction:column}.main-container[_ngcontent-%COMP%]{background:#f7f7f7;padding:3.5%;flex:1;overflow:auto}form[_ngcontent-%COMP%], label[_ngcontent-%COMP%]{width:100%}label[_ngcontent-%COMP%]{padding:0 0 2% 1%;color:#181818}.card-flex-row[_ngcontent-%COMP%]{display:flex;flex-direction:row;justify-content:center;align-items:center;box-sizing:border-box;padding:3.5%;background:#ffffff;width:100%}.card-flex-column[_ngcontent-%COMP%]{display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;padding:3.5%;background:#ffffff;width:100%}.two-coloumn-grid[_ngcontent-%COMP%]{display:grid;width:100%;grid-template-columns:1fr 1fr;margin-bottom:3%}.no-padding[_ngcontent-%COMP%]{padding:0}.small-margin-bottom[_ngcontent-%COMP%]{margin-bottom:5%}.round-borders[_ngcontent-%COMP%]{border-radius:0 .7em}.space-between[_ngcontent-%COMP%]{justify-content:space-between}.action-button-icons[_ngcontent-%COMP%]{height:24px;width:24px}.peel-button[_ngcontent-%COMP%]{width:auto;padding:2% 5%;margin-right:2%;border:1px solid #0052a1;margin-bottom:3%;border-radius:37px;display:inline-block;color:#0052a1}.peel-button.active[_ngcontent-%COMP%], .peel-button.p-highlight[_ngcontent-%COMP%]{background-color:#006ad0;color:#fff;border:1px solid #006ad0}.card-row[_ngcontent-%COMP%]{display:flex;flex-direction:column;justify-content:center;align-items:center}.seperator[_ngcontent-%COMP%]{border-top:1px solid #e0e0e0;width:100%;margin:5%}.bg-container[_ngcontent-%COMP%]{background-color:#f7f7f7}.title-space[_ngcontent-%COMP%]{padding-bottom:20px}.hot-status[_ngcontent-%COMP%]{background-color:#c92a1c;color:#fff;padding:2%;border-radius:5px}.flex-row[_ngcontent-%COMP%]{flex-direction:row;display:flex}.errorMessage[_ngcontent-%COMP%]{color:#c92a1c;margin:1%;text-align:center;justify-content:center}.activeIconClr[_ngcontent-%COMP%]{color:#006ad0}.normalIconClr[_ngcontent-%COMP%]{color:#888}.errorBorder[_ngcontent-%COMP%]{border:1px solid #c92a1c!important}.errorTxt[_ngcontent-%COMP%]{color:#c92a1c!important}.dashed[_ngcontent-%COMP%]{margin:10% 0% 0%;border:1px dashed #e0e0e0;width:100%}.solid[_ngcontent-%COMP%]{margin:10% 0% 0%;border:1px solid #e0e0e0;width:100%}.mix1[_ngcontent-%COMP%]{border-style:dotted dashed solid double;width:100%;padding:0%;margin:0%}.flex-0dot5[_ngcontent-%COMP%]{flex:.5}.flex-1dot5[_ngcontent-%COMP%]{flex:1.5}.flex-1[_ngcontent-%COMP%]{flex:1}.flex-2[_ngcontent-%COMP%]{flex:2}.flex-2dot5[_ngcontent-%COMP%]{flex:2.5}.flex-3[_ngcontent-%COMP%]{flex:3}.flex-6[_ngcontent-%COMP%]{flex:6}.flex-7[_ngcontent-%COMP%]{flex:7}.flex-7dot5[_ngcontent-%COMP%]{flex:7.5}.flex-8[_ngcontent-%COMP%]{flex:8}.flex-8dot5[_ngcontent-%COMP%]{flex:8.5}.padding-bottom-15[_ngcontent-%COMP%]{padding:0% 0% 0% 15%}.dropdown[_ngcontent-%COMP%]{width:94%;position:absolute;z-index:200;background-color:#fff;align-items:flex-start;justify-content:flex-start;margin-left:2%;border:1px solid}.dropdownParent[_ngcontent-%COMP%]{position:absolute;width:60%}.dropdown[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{border:1px solid #d7d7d7}.dropdown[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{padding:2% 2% 2% 3%}.dropdown[_ngcontent-%COMP%] li[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{width:100%;display:block;padding:2% 2% 2% 3%;height:40px;color:#000}.dropdown[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover, .dropdown[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:active, .dropdown[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:visited{background-color:#e0e0e0;color:#444}.dropdown[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:2%}.dropdown[_ngcontent-%COMP%] .dropdownItem[_ngcontent-%COMP%]{width:100%}.dashed-content[_ngcontent-%COMP%]{position:relative}.dashed-content[_ngcontent-%COMP%] .border-bottom-bg[_ngcontent-%COMP%]{background:#e0e0e0;width:100%;height:5px;position:absolute;bottom:0px}.clearfix[_ngcontent-%COMP%]:after{display:block;content:\\\"\\\";clear:both}.text-ellipsis[_ngcontent-%COMP%]{display:block!important;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none}.d-block[_ngcontent-%COMP%], .show[_ngcontent-%COMP%]{display:block}.d-block-inline[_ngcontent-%COMP%]{display:inline-block}.d-none[_ngcontent-%COMP%], .hide[_ngcontent-%COMP%], ._hidden[_ngcontent-%COMP%]{display:none}ul[_ngcontent-%COMP%]{margin:0;padding:0}iframe[_ngcontent-%COMP%]{width:100%!important}.ml-auto[_ngcontent-%COMP%]{margin-left:auto}.mr-auto[_ngcontent-%COMP%]{margin-right:auto}.posR[_ngcontent-%COMP%]{position:relative}.posS[_ngcontent-%COMP%]{position:static}.posF[_ngcontent-%COMP%]{position:fixed}.txt-c[_ngcontent-%COMP%]{text-align:center}.paymentdrop[_ngcontent-%COMP%] select[_ngcontent-%COMP%]{background-color:#fff;background-image:url(arrow-chevron-down.985cb26bf3354aaa4f60.svg);background-position:right 10px center;background-repeat:no-repeat;background-size:auto 50%;border-radius:3px;width:95%;padding:0 0 1px 6px;outline:none;-moz-appearance:none;-webkit-appearance:none;appearance:none}.paymentdrop[_ngcontent-%COMP%] select[_ngcontent-%COMP%]::-ms-expand{display:none}.multi-tabs[_ngcontent-%COMP%]{justify-content:left;padding:0;width:100%;overflow-x:auto;font-weight:bold;font-family:Blender Pro Bold;height:10%;background-color:#f8f8f8}.multi-tabs[_ngcontent-%COMP%] .tab[_ngcontent-%COMP%]{display:flex;align-items:center;padding:16px 16px 12px;white-space:nowrap}.multi-tabs[_ngcontent-%COMP%] .tab[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:#181818}.multi-tabs[_ngcontent-%COMP%] .tab[_ngcontent-%COMP%] .tab-counter[_ngcontent-%COMP%]{display:flex;justify-content:center;align-items:center;border-radius:50%;height:40px;color:#fff;margin-left:10px;width:40px;font-size:14px}.multi-tabs[_ngcontent-%COMP%] .tab[_ngcontent-%COMP%] .tab-counter.hot[_ngcontent-%COMP%]{background-color:#ff4081}.multi-tabs[_ngcontent-%COMP%] .tab[_ngcontent-%COMP%] .icon[_ngcontent-%COMP%]{width:100%;height:100%;margin-right:2%;margin-left:15%}.multi-tabs[_ngcontent-%COMP%] .tab[_ngcontent-%COMP%] .txt-content[_ngcontent-%COMP%]{margin-left:3%;color:#000}\"]\n });\n return HeaderComponent;\n})();","map":null,"metadata":{},"sourceType":"module"}
|