delete-group.js
3 months ago
edit-group.js
4 weeks ago
form-submission.js
3 months ago
forms.css
3 months ago
icons.css
3 months ago
listShowMore.js
3 months ago
listing.css
3 months ago
listing.js
3 months ago
sort-ads.js
3 months ago
table.css
3 months ago
table.css
30 lines
| 1 | .wp-list-table { |
| 2 | .column-type { |
| 3 | @apply w-12; |
| 4 | } |
| 5 | |
| 6 | .column-type img { |
| 7 | @apply size-12; |
| 8 | } |
| 9 | } |
| 10 | |
| 11 | .advads-ad-group-list-ads > div { |
| 12 | @apply flex m-0 p-1 items-center justify-between rounded hover:bg-[#eee]; |
| 13 | } |
| 14 | |
| 15 | .advads-ad-group-list-ad-title { |
| 16 | @apply flex items-center gap-x-2; |
| 17 | } |
| 18 | |
| 19 | #advads-group-filter-form { |
| 20 | @apply flex items-center gap-x-4 mb-2; |
| 21 | |
| 22 | .search-box { |
| 23 | @apply m-0; |
| 24 | } |
| 25 | } |
| 26 | |
| 27 | .toggle-row { |
| 28 | @apply hidden; |
| 29 | } |
| 30 |