@@ -8,9 +8,6 @@ Gitea's private styles use `g-` prefix.
8
8
.gt-dif { display : inline-flex !important ; }
9
9
.gt-dib { display : inline-block !important ; }
10
10
.gt-ac { align-items : center !important ; }
11
- .gt-ab { align-items : baseline !important ; }
12
- .gt-tc { text-align : center !important ; }
13
- .gt-tl { text-align : left !important ; }
14
11
.gt-jc { justify-content : center !important ; }
15
12
.gt-js { justify-content : flex-start !important ; }
16
13
.gt-je { justify-content : flex-end !important ; }
@@ -21,7 +18,6 @@ Gitea's private styles use `g-` prefix.
21
18
.gt-vm { vertical-align : middle !important ; }
22
19
.gt-w-100 { width : 100% !important ; }
23
20
.gt-h-100 { height : 100% !important ; }
24
- .gt-br-0 { border-radius : 0 !important ; }
25
21
26
22
.gt-mono {
27
23
font-family : var (--fonts-monospace ) !important ;
@@ -88,6 +84,10 @@ Gitea's private styles use `g-` prefix.
88
84
.gt-float-right { float : right !important ; }
89
85
.gt-clear-both { clear : both !important ; }
90
86
87
+ .gt-text-center { text-align : center !important ; }
88
+ .gt-text-left { text-align : left !important ; }
89
+ .gt-text-right { text-align : right !important ; }
90
+
91
91
.gt-font-light { font-weight : var (--font-weight-light ) !important ; }
92
92
.gt-font-normal { font-weight : var (--font-weight-normal ) !important ; }
93
93
.gt-font-medium { font-weight : var (--font-weight-medium ) !important ; }
0 commit comments