diff options
author | silverwind <me@silverwind.io> | 2020-09-08 19:17:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 13:17:56 -0400 |
commit | 3865ecbf13b5091be6a03913c1a83f361228d556 (patch) | |
tree | b4168776eeedb90adb8e0e00981ce161dd1f395b /web_src/less/_repository.less | |
parent | e2043987543d6b1e94afc22d145d70ddaf814898 (diff) | |
download | gitea-3865ecbf13b5091be6a03913c1a83f361228d556.tar.gz gitea-3865ecbf13b5091be6a03913c1a83f361228d556.zip |
File header tweaks, add CSS helpers (#12635)
- 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>
Diffstat (limited to 'web_src/less/_repository.less')
-rw-r--r-- | web_src/less/_repository.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index c29d0925da..2a8d3b5693 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -3139,6 +3139,11 @@ td.blob-excerpt { align-items: center; } +.file-info-entry { + display: flex; + align-items: center; +} + .file-info-entry + .file-info-entry { border-left: 1px solid currentColor; margin-left: 8px; |