1 line
5.3 KiB
Plaintext
1 line
5.3 KiB
Plaintext
{"version":3,"file":"6551.ef6017f8a8fa72786357.css","mappings":"AACI,mBACI,aACA,YACA,mBACA,uBACA,kBACA,kBACA,gCACA,kBAEA,yBACI,4CAGJ,oDAEI,4CAGJ,6CAEI,eACA,iBAGJ,6DAEI,SAGJ,uBACI,WACA,YAGJ,0CACI,cACA,aACA,eACA,gBACA,gBAGJ,4BACI,kDACA,kBAGJ,4BACI,kDACA,mBACA,kBAEA,kCACI,gBAGJ,mCACI,gBAMR,4CACI,aACA,0BACA,SACA,gCACA,eACA,iBAEA,gDACI,WACA,YACA,sBACA,kBACA,gBACA,kBAGJ,8CACI,sBACA,kBACA,gBACA,cACA,eAEA,sDACI,SAIR,2EACI,eACA,kDACA,eACA,iBAGJ,gDACI,aACA,sBAGJ,qDACI,kDACA,kBAEA,yDACI,WACA,YACA,kBAGJ,uDACI,cACA,eAEA,+DACI,SAIR,oFACI,cACA,e;AC9HhB,+DACI,aACA,sBACA,SACA,mBACA,6BAEA,0EACI,iBAGJ,2EACI,aAGJ,uEACI,aAGJ,qEACI,aAGJ,uFACI,iBAGJ,iFACI,cACA,WACA,YACA,sBACA,eAGJ,iFACI,wBAIR,6CACI,YACA,iBAGJ,kDACI,YACA,iBAGJ,yCACI,iBAGJ,mEACI,qCACA,Y","sources":["webpack://mattermost-webapp/./src/plugins/call_button/call_button.scss","webpack://mattermost-webapp/./src/components/convert_gm_to_channel_modal/convert_gm_to_channel_modal.scss"],"sourcesContent":["button {\n &.call-button {\n display: flex;\n height: 32px;\n align-items: center;\n justify-content: center;\n padding: 10px 12px;\n border-radius: 4px;\n color: rgb(var(--button-bg-rgb));\n fill: currentColor;\n\n &:hover {\n background: rgba(var(--button-bg-rgb), 0.08);\n }\n\n &:active,\n &.active {\n background: rgba(var(--button-bg-rgb), 0.16);\n }\n\n i,\n span {\n font-size: 14px;\n line-height: 14px;\n }\n\n i::before,\n span::before {\n margin: 0;\n }\n\n svg {\n width: 14px;\n height: 14px;\n }\n\n span.call-button-label {\n padding: 1px 0;\n margin: 0 6px;\n font-size: 12px;\n font-weight: 600;\n line-height: 9px;\n }\n\n &.dropdown {\n color: rgba(var(--center-channel-color-rgb), 0.75);\n fill: currentColor;\n }\n\n &.disabled {\n color: rgba(var(--center-channel-color-rgb), 0.32);\n cursor: not-allowed;\n fill: currentColor;\n\n &:hover {\n background: none;\n }\n\n &:active {\n background: none;\n }\n }\n }\n\n &.call-button-dropdown {\n .Menu .MenuItem > & {\n display: flex;\n padding: 6px 20px 6px 16px;\n margin: 0;\n color: rgb(var(--button-bg-rgb));\n font-size: 14px;\n line-height: 20px;\n\n svg {\n width: 16px;\n height: 16px;\n align-self: flex-start;\n margin-right: 12px;\n margin-left: 4px;\n fill: currentColor;\n }\n\n i {\n align-self: flex-start;\n margin-right: 12px;\n margin-left: 4px;\n color: inherit;\n font-size: 16px;\n\n &::before {\n margin: 0;\n }\n }\n\n .call-button-dropdown-sublabel {\n margin-top: 4px;\n color: rgba(var(--center-channel-color-rgb), 0.75);\n font-size: 12px;\n line-height: 16px;\n }\n\n div {\n display: flex;\n flex-direction: column;\n }\n\n &.disabled {\n color: rgba(var(--center-channel-color-rgb), 0.32);\n fill: currentColor;\n\n svg {\n width: 16px;\n height: 16px;\n fill: currentColor;\n }\n\n i {\n color: inherit;\n font-size: 16px;\n\n &::before {\n margin: 0;\n }\n }\n\n .call-button-dropdown-sublabel {\n color: inherit;\n font-size: 12px;\n }\n }\n }\n }\n}\n","#convert-gm-to-channel-modal {\n .convert-gm-to-channel-modal-body {\n display: flex;\n flex-direction: column;\n gap: 20px;\n overflow-y: visible;\n transition: height 200ms ease;\n\n &.multi-team {\n min-height: 340px;\n }\n\n &.single-team {\n height: 230px;\n }\n\n &.loading {\n height: 152px;\n }\n\n &.error {\n height: unset;\n }\n\n .new-channel-modal__url {\n margin-top: -20px;\n }\n\n .loadingIndicator {\n display: block;\n width: 32px;\n height: 32px;\n margin: 36px auto 48px;\n font-size: 32px;\n }\n\n .conversion-error {\n color: var(--error-text);\n }\n }\n\n .DropDown__menu {\n z-index: 999;\n max-height: 120px;\n }\n\n .DropDown__menu-list {\n z-index: 999;\n max-height: 120px;\n }\n\n .modal-body {\n overflow: visible;\n }\n\n .GenericModal__button.delete.disabled {\n color: var(--button-color) !important;\n opacity: 0.65;\n }\n}\n"],"names":[],"sourceRoot":""} |