gitea/web_src/css/modules
wxiaoguang 46c17c8029
Use flex to align SVG and text (#25163)
The code can be as simple as:

```html
<div class="flex-text-block">{{svg "octicon-alert"}} {{svg "octicon-x"}} text (block)</div>
<div><div class="flex-text-inline">{{svg "octicon-alert"}} {{svg "octicon-x"}} text</div> (inline)</div>
<div><button class="ui red button">{{svg "octicon-alert" 24}} {{svg "octicon-x" 24}} text</button></div>
```


![image](https://github.com/go-gitea/gitea/assets/2114189/1d3c10f1-0bc7-4c26-b236-bad537d5c465)

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2023-06-14 16:40:15 +00:00
..
animations.css Change form actions to fetch for submit review box (#25219) 2023-06-14 16:01:37 +08:00
breadcrumb.css Remove fomantic breadcrumb module (#24463) 2023-05-01 11:40:02 -04:00
button.css Use flex to align SVG and text (#25163) 2023-06-14 16:40:15 +00:00
card.css Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 2023-05-21 23:37:32 +00:00
comment.css Consolidate the two review boxes into one (#24738) 2023-05-29 12:44:03 +02:00
modal.css Move `Rename branch` from repo settings page to the page of branches list (#24380) 2023-04-30 23:08:51 +08:00
normalize.css Replace Fomantic reset module with our own (#24948) 2023-05-28 18:04:35 +00:00
select.css Change access token UI to select dropdowns (#25109) 2023-06-13 15:55:48 +08:00
tippy.css Change form actions to fetch for submit review box (#25219) 2023-06-14 16:01:37 +08:00