mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
First, it's silly that these weren't in common.css in the first place, since that meant these were a bunch of duplicated code, but additionally, that meant that these weren't available on the `/activity` page (or other pages that don't include the portico styles). Fixes #9561.
5 lines
105 B
SCSS
5 lines
105 B
SCSS
@import "../third/zocial/zocial.css";
|
|
@import "components";
|
|
@import "portico";
|
|
@import "portico-signin";
|