mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
e61c09ed73
- Add loading spinners on editor and mermaid renderers - Add error handling and inline error box for mermaid - Fix Mermaid rendering by using the .init api
22 lines
463 B
Plaintext
22 lines
463 B
Plaintext
@import "~font-awesome/css/font-awesome.css";
|
|
@import "./vendor/gitGraph.css";
|
|
@import "./features/animations.less";
|
|
@import "./markdown/mermaid.less";
|
|
|
|
@import "_svg";
|
|
@import "_tribute";
|
|
@import "_base";
|
|
@import "_markdown";
|
|
@import "_home";
|
|
@import "_install";
|
|
@import "_form";
|
|
@import "_repository";
|
|
@import "_editor";
|
|
@import "_organization";
|
|
@import "_user";
|
|
@import "_dashboard";
|
|
@import "_admin";
|
|
@import "_explore";
|
|
@import "_review";
|
|
@import "_chroma";
|