Bundle embedded web app

This commit is contained in:
gabek
2023-01-10 08:43:46 +00:00
parent 03cd2af1d2
commit 55ee2cf388
439 changed files with 1564 additions and 411 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,2 @@
.appearance_colorPicker__xsvcV{width:100%;height:50px}
/*# sourceMappingURL=8682c23cb724e38a.css.map*/

View File

@@ -0,0 +1 @@
{"version":3,"sources":["webpack://_N_E/components/admin/config/general/appearance.module.scss"],"names":[],"mappings":"AAAA,+BACE,UAAA,CACA,WAAA","file":"static/css/8682c23cb724e38a.css","sourcesContent":[".colorPicker {\n width: 100%;\n height: 50px;\n}\n"],"sourceRoot":""}

View File

@@ -0,0 +1,2 @@
.UserDropdown_root__IdxfQ button{border:none}.UserDropdown_root__IdxfQ button .UserDropdown_ant-space__XJTZ3 .UserDropdown_ant-space-item__w4nC2{color:var(--theme-unknown-2)}@media only screen and (min-width:768px){.UserDropdown_root__IdxfQ .UserDropdown_userIcon__A5XgE{margin-right:.5rem}}.UserDropdown_root__IdxfQ .UserDropdown_username__nVyPA{display:none}@media only screen and (min-width:768px){.UserDropdown_root__IdxfQ .UserDropdown_username__nVyPA{display:inline}}
/*# sourceMappingURL=ae4e36afd483ec5d.css.map*/

View File

@@ -0,0 +1 @@
{"version":3,"sources":["webpack://_N_E/components/common/UserDropdown/UserDropdown.module.scss","webpack://_N_E/styles/mixins.scss"],"names":[],"mappings":"AAGE,iCACE,WAAA,CAED,oGACC,4BAAA,CCCA,yCDGF,wDAEA,kBAAA,CAAA,CAIA,wDACC,YAAA,CCVC,yCDSF,wDAIE,cAAA,CAAA","file":"static/css/ae4e36afd483ec5d.css","sourcesContent":["@import '../../../styles/mixins.scss';\n\n.root {\n button {\n border: none;\n\t\t.ant-space {\n\t\t\t.ant-space-item {\n\t\t\t\tcolor: var(--theme-unknown-2);\n\t\t\t}\n\t\t}\n }\n .userIcon {\n\t@include screen(desktop) {\n\t\tmargin-right: .5rem;\n\t}\n }\n\n .username {\n\t display: none;\n \n\t @include screen(desktop) {\n\t\t display: inline;\n\t }\n }\n}\n\n","@mixin flexCenter {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n@mixin screen ($breakpoint) { \n @if $breakpoint == desktop { \n @media only screen and (min-width: 768px) {\n @content;\n }\n }\n @if $breakpoint == tablet {\n @media only screen and (max-width: 768px) {\n @content;\n }\n }\n @if $breakpoint == mobile {\n @media only screen and (max-width: 481px) {\n @content;\n }\n }\n}\n"],"sourceRoot":""}

View File

@@ -1,2 +0,0 @@
.appearance_colorPicker__9g3hl{width:100%;height:50px}
/*# sourceMappingURL=d142c7cbd497f653.css.map*/

View File

@@ -1 +0,0 @@
{"version":3,"sources":["webpack://_N_E/pages/admin/config/general/appearance.module.scss"],"names":[],"mappings":"AAAA,+BACE,UAAA,CACA,WAAA","file":"static/css/d142c7cbd497f653.css","sourcesContent":[".colorPicker {\n width: 100%;\n height: 50px;\n}\n"],"sourceRoot":""}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long