mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-06-22 16:24:27 +08:00
28 lines
376 B
CSS
Executable File
28 lines
376 B
CSS
Executable File
/* General */
|
|
|
|
@import url("./css/general.css");
|
|
|
|
/* Header */
|
|
|
|
@import url("./css/header.css");
|
|
|
|
/* Status */
|
|
|
|
@import url("./css/status.css");
|
|
|
|
/* Operation */
|
|
|
|
@import url("./css/operation.css");
|
|
|
|
/* Config Status Notify */
|
|
|
|
@import url("./css/configStatusNotify.css");
|
|
|
|
/* Auth Dialog */
|
|
|
|
@import url("./css/authDialog.css");
|
|
|
|
/* Toast */
|
|
|
|
@import url("./css/toast.css");
|