/*
规则：halo.css 主文件仅用于 @import 引用子文件。
以后新增/修改 CSS，请在 templates/halo/assets/halo/ 下创建或编辑子文件，并在此处引入。
*/

@import url("./halo/00_base.css");
@import url("./halo/10_layout.css");
@import url("./halo/20_cards.css");
@import url("./halo/30_components_buttons.css");
@import url("./halo/31_components_forms.css");
@import url("./halo/32_components_table.css");
@import url("./halo/36_components_table_cardify_mobile.css");
@import url("./halo/33_components_stepper.css");
@import url("./halo/34_components_tabs.css");
@import url("./halo/35_components_modal_basic.css");
@import url("./halo/40_page_card_products.css");
@import url("./halo/41_page_wallet.css");
@import url("./halo/42_page_dashboard.css");
@import url("./halo/43_page_card_apply.css");
@import url("./halo/44_page_card_detail.css");
@import url("./halo/46_page_card_holders.css");
@import url("./halo/45_page_newbie_guide.css");
