diff options
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index f1f4c05..93cc3f5 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -1092,6 +1092,22 @@ div#draft_list table td.actions a { | |||
| 1092 | text-decoration: none; | 1092 | text-decoration: none; |
| 1093 | } | 1093 | } |
| 1094 | 1094 | ||
| 1095 | .tag_pill_list { | ||
| 1096 | display: flex; | ||
| 1097 | flex-wrap: wrap; | ||
| 1098 | gap: 0.4rem; | ||
| 1099 | list-style: none; | ||
| 1100 | padding: 0; | ||
| 1101 | margin: 0; | ||
| 1102 | } | ||
| 1103 | |||
| 1104 | .tag_pill { | ||
| 1105 | background: #eee; | ||
| 1106 | border-radius: 999px; | ||
| 1107 | padding: 0.15rem 0.75rem; | ||
| 1108 | font-size: 0.9em; | ||
| 1109 | } | ||
| 1110 | |||
| 1095 | /* ============================================================ | 1111 | /* ============================================================ |
| 1096 | Search widgets | 1112 | Search widgets |
| 1097 | ============================================================ */ | 1113 | ============================================================ */ |
