zulip/static/js/bundles
PIG208 a84eea9b84 static: Make alert.css shared between app and portico.
This involves in two changes for styling.
1. The alert class is moved from alert.css to app_components.css as this
class serves nothing but to default .alert elements to be hidden. This
is only required in the webapp but not portico pages (where .alert
elements are preferred to be shown by default).
2. The import statement for alert.css is moved from app.js to common.js,
so that both the webapp and the portico pages can share the styles. This
will be fine to share the styles as .alert-display, .alert-animations,
.alert-box are more specific then .alert and they use nested class to
define styles for inner elements.

Undoes #17936 properly.
2021-04-26 09:27:05 -07:00
..
app.js static: Make alert.css shared between app and portico. 2021-04-26 09:27:05 -07:00
common.js static: Make alert.css shared between app and portico. 2021-04-26 09:27:05 -07:00
portico.js bundles: Remove redundant i18n import. 2021-04-13 17:41:10 -07:00