diff options
author | Cláudio <claudio.engdist@gmail.com> | 2021-01-25 07:59:39 -0300 |
---|---|---|
committer | Cláudio <claudio.engdist@gmail.com> | 2021-01-25 07:59:39 -0300 |
commit | 343ef1455edca4e9b807700885c53cc6c43d19d9 (patch) | |
tree | 6e8e219921078fd29443b4b3a59530626719fb7a /webui/src/pages | |
parent | c019fed48d6424ade4c4ee348570ff66e10ff9ff (diff) | |
download | git-bug-343ef1455edca4e9b807700885c53cc6c43d19d9.tar.gz |
Partial commit for #158
- layout and style completed
Diffstat (limited to 'webui/src/pages')
-rw-r--r-- | webui/src/pages/list/ListQuery.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/webui/src/pages/list/ListQuery.css b/webui/src/pages/list/ListQuery.css index 3b5499f8..36d94289 100644 --- a/webui/src/pages/list/ListQuery.css +++ b/webui/src/pages/list/ListQuery.css @@ -3,6 +3,12 @@ header { flex-direction: row; } +label { + font-size: 14px; + font-weight: bold !important; + padding-right: 12px; +} + .filterissue-container { display: flex; flex-direction: row; @@ -15,9 +21,9 @@ header { border: 1px solid; border-color: #1b1f2326; border-radius: 6px; - padding: 3px 12px; + padding: 6px 12px; - font-size: 12px; + font-size: 14px; color: #ffffff; line-height: 20px; text-decoration: none; |