mirror of
https://github.com/go-gitea/gitea
synced 2024-11-04 17:24:26 +00:00
7d14d6c1c1
- Fix overflow regression from https://github.com/go-gitea/gitea/pull/12553. - Fix submodule columns stretching the table - Refactor template to share more HTML nodes - Introduce CSS helper classes Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
24 lines
493 B
Plaintext
24 lines
493 B
Plaintext
@import "~font-awesome/css/font-awesome.css";
|
|
|
|
@import "./helpers.less";
|
|
@import "./features/gitgraph.less";
|
|
@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";
|