forked from forgejo/forgejo
Reorganize CSS files (#24739)
Reorganize various CSS files for clarity, group together by subdirectory in `index.css`. This reorders some of the rules, but I don't think it should introduce any issues because of that.
This commit is contained in:
parent
c78b923822
commit
b926f96da7
16 changed files with 35 additions and 28 deletions
|
@ -321,6 +321,16 @@ progress::-moz-progress-bar {
|
|||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.svg {
|
||||
display: inline-block;
|
||||
vertical-align: text-top;
|
||||
fill: currentcolor;
|
||||
}
|
||||
|
||||
.middle .svg {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.unselectable,
|
||||
.button,
|
||||
.lines-num,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue