mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
6d93a3ab18
* Issue and Pulls lists rework Reorganized and restyled the issue and pull request lists. * color and layout tweaks * use new issue list on dashboard as well * move pagination into template * misc tweaks * fix label hover * fix milestone list * fix discrepancies between issue and milestone list, add new 'merge' helper * fmt * simplify merge helper * remove whitespace * fix startIndex * further simplify dict merging * rename helper to 'mergeinto' for clarity * allow bottom-row to wrap Co-authored-by: Lauris BH <lauris@nix.lv>
28 lines
592 B
Plaintext
28 lines
592 B
Plaintext
@import "~font-awesome/css/font-awesome.css";
|
|
|
|
@import "./variables.less";
|
|
@import "./shared/issuelist.less";
|
|
@import "./features/gitgraph.less";
|
|
@import "./features/animations.less";
|
|
@import "./features/heatmap.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";
|