diff options
Diffstat (limited to 'web_src/css/helpers.css')
-rw-r--r-- | web_src/css/helpers.css | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/web_src/css/helpers.css b/web_src/css/helpers.css index a3817be223..c7097e631b 100644 --- a/web_src/css/helpers.css +++ b/web_src/css/helpers.css @@ -2,16 +2,6 @@ Gitea's tailwind-style CSS helper classes have `gt-` prefix. Gitea's private styles use `g-` prefix. */ -.gt-df { display: flex !important; } -.gt-dib { display: inline-block !important; } -.gt-ac { align-items: center !important; } -.gt-jc { justify-content: center !important; } -.gt-je { justify-content: flex-end !important; } -.gt-sb { justify-content: space-between !important; } -.gt-fc { flex-direction: column !important; } -.gt-f1 { flex: 1 !important; } -.gt-fw { flex-wrap: wrap !important; } -.gt-vm { vertical-align: middle !important; } .gt-mono { font-family: var(--fonts-monospace) !important; |