diff options
author | silverwind <me@silverwind.io> | 2020-10-31 13:17:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-31 14:17:32 +0200 |
commit | de871f7c93be10d5fe33ee2411fedcd17c9e9708 (patch) | |
tree | 56a7def388aec261adfd394880f557d769b43809 /web_src/less/helpers.less | |
parent | 47dd1cb7ae8591b4c63b68371cc1922c0aa5f98e (diff) | |
download | gitea-de871f7c93be10d5fe33ee2411fedcd17c9e9708.tar.gz gitea-de871f7c93be10d5fe33ee2411fedcd17c9e9708.zip |
Various style fixes (#13372)
- Add alpha variants for primary color
- Make timeline items solid background color
- Fix reaction styles recently regressed
- Fix diff header and make it flexbox
- Numerous smaller fixes for arc green
Diffstat (limited to 'web_src/less/helpers.less')
-rw-r--r-- | web_src/less/helpers.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/less/helpers.less b/web_src/less/helpers.less index ff858ef283..c40619410e 100644 --- a/web_src/less/helpers.less +++ b/web_src/less/helpers.less @@ -1,6 +1,7 @@ .df { display: flex; } .ac { align-items: center; } .jc { justify-content: center; } +.sb { justify-content: space-between; } .m-0 { margin: 0 !important; } .m-1 { margin: .125rem !important; } |