mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 16:58:37 +00:00
Replace text-align classes with tailwind (#33905)
Small refactor to remove these CSS classes in favor of tailwind. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@@ -403,36 +403,6 @@
|
||||
align-self: center !important;
|
||||
}
|
||||
|
||||
.ui[class*="left aligned"].grid > .column,
|
||||
.ui[class*="left aligned"].grid > .row > .column,
|
||||
.ui.grid > [class*="left aligned"].row > .column,
|
||||
.ui.grid > [class*="left aligned"].column.column,
|
||||
.ui.grid > .row > [class*="left aligned"].column.column {
|
||||
text-align: left;
|
||||
align-self: inherit;
|
||||
}
|
||||
|
||||
.ui[class*="center aligned"].grid > .column,
|
||||
.ui[class*="center aligned"].grid > .row > .column,
|
||||
.ui.grid > [class*="center aligned"].row > .column,
|
||||
.ui.grid > [class*="center aligned"].column.column,
|
||||
.ui.grid > .row > [class*="center aligned"].column.column {
|
||||
text-align: center;
|
||||
align-self: inherit;
|
||||
}
|
||||
.ui[class*="center aligned"].grid {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.ui[class*="right aligned"].grid > .column,
|
||||
.ui[class*="right aligned"].grid > .row > .column,
|
||||
.ui.grid > [class*="right aligned"].row > .column,
|
||||
.ui.grid > [class*="right aligned"].column.column,
|
||||
.ui.grid > .row > [class*="right aligned"].column.column {
|
||||
text-align: right;
|
||||
align-self: inherit;
|
||||
}
|
||||
|
||||
.ui[class*="equal width"].grid > .column:not(.row),
|
||||
.ui[class*="equal width"].grid > .row > .column,
|
||||
.ui.grid > [class*="equal width"].row > .column {
|
||||
|
Reference in New Issue
Block a user