| 1 |
.advads-page { |
| 2 |
.button { |
| 3 |
@apply inline-flex items-center gap-x-2; |
| 4 |
} |
| 5 |
|
| 6 |
.button.advads-button-primary:hover { |
| 7 |
@apply bg-secondary-black border-secondary-black text-white; |
| 8 |
} |
| 9 |
|
| 10 |
.button.advads-button-secondary:hover { |
| 11 |
@apply bg-white border-secondary-black text-secondary-black; |
| 12 |
} |
| 13 |
|
| 14 |
.button.advads-button-secondary:hover a { |
| 15 |
@apply text-secondary-black; |
| 16 |
} |
| 17 |
|
| 18 |
.button-block { |
| 19 |
@apply flex items-center justify-center bg-secondary-black text-gray-100 rounded p-4 leading-0 font-normal; |
| 20 |
} |
| 21 |
} |
| 22 |
|
| 23 |
body.advads-wp-7-plus #advads-header .dashicons { |
| 24 |
line-height: 1; |
| 25 |
} |