3865ecbf13
- replace two instances of fontawesome with octicons - add new "class" optional argument to "svg" helper - add many new CSS helpers and move their import to the end for increaseed precedence Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
24 lines
494 B
Text
24 lines
494 B
Text
@import "~font-awesome/css/font-awesome.css";
|
|
|
|
@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";
|
|
|
|
@import "./helpers.less";
|