mirror of
https://github.com/zulip/zulip.git
synced 2026-06-12 21:00:58 +08:00
Previously, CSS rules were added inline for emails page in dev server. This commit adds a new file which contains CSS rules for the emails page in dev server. This will also help us in adding focus for the radio buttons in the page, which cannot be added inline to the elements, when we remove the use of bootstrap for this page.
18 lines
570 B
JSON
18 lines
570 B
JSON
{
|
|
"dev-login": ["./static/js/bundles/portico", "./static/js/portico/dev-login"],
|
|
"dev-integrations-panel": [
|
|
"./static/js/bundles/portico",
|
|
"./static/js/portico/integrations_dev_panel",
|
|
"./static/styles/portico/integrations_dev_panel.css",
|
|
"./static/js/reload_state",
|
|
"./static/js/channel"
|
|
],
|
|
"dev-email-log": [
|
|
"./static/js/bundles/common",
|
|
"./static/js/portico/email_log",
|
|
"./static/styles/portico/email_log.css",
|
|
"./static/js/reload_state",
|
|
"./static/js/channel"
|
|
]
|
|
}
|