PluginProbe
Advanced Ads – Ad Manager & AdSense / 2.0.22
Advanced Ads – Ad Manager & AdSense v2.0.22
2.0.26 2.0.25 2.0.24 2.0.23 2.0.22 2.0.21 1.38.0 1.39.0 1.39.1 1.39.2 1.39.3 1.39.4 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.40.0 1.40.1 1.40.2 All 348 releases
advanced-ads / src / admin / common / button.css
button.css
25 lines 566 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }