accordion.css
3 months ago
button.css
4 weeks ago
card.css
3 months ago
common.css
3 months ago
common.js
3 months ago
deprecated.css
3 months ago
form.css
3 months ago
header.css
3 months ago
modal-new.css
3 months ago
modal.css
3 months ago
modal.js
3 months ago
screen-options.js
3 months ago
tabs.js
3 months ago
toast.css
3 months ago
toaster.js
3 months ago
toggles.js
3 months ago
header.css
37 lines
| 1 | .advads-header-manual-link { |
| 2 | @apply text-gray-400 no-underline block focus:text-primary hover:text-primary; |
| 3 | |
| 4 | span { |
| 5 | @apply size-[30px] text-[28px]; |
| 6 | |
| 7 | &::before { |
| 8 | @apply text-[28px]; |
| 9 | } |
| 10 | } |
| 11 | } |
| 12 | |
| 13 | .advads-page { |
| 14 | #screen-meta { |
| 15 | @apply absolute z-[1000] w-4/5 border-border; |
| 16 | } |
| 17 | |
| 18 | #advads-header { |
| 19 | #adv-settings p.submit { |
| 20 | @apply flex items-center gap-x-1; |
| 21 | } |
| 22 | |
| 23 | #show-settings-link { |
| 24 | @apply focus:border-border focus:shadow-none; |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | h1.wp-heading-inline, |
| 29 | .page-title-action { |
| 30 | @apply hidden; |
| 31 | } |
| 32 | } |
| 33 | |
| 34 | #wpbody-content #screen-meta-links { |
| 35 | @apply hidden; |
| 36 | } |
| 37 |