base-statistic.css
7 months ago
base-statistic.css.map
1 year ago
base-statistic.less
7 months ago
index.php
3 years ago
media.css
7 months ago
settings-premium.css
7 months ago
statistic.css
3 years ago
sweetalert-custom.css
7 months ago
sweetalert-custom.css.map
6 years ago
sweetalert-custom.less
3 years ago
sweetalert2.css
3 years ago
wrio-subscribe-widget.css
7 months ago
settings-premium.css
19 lines
| 1 | /* PRO labels for dropdown buttons */ |
| 2 | button[data-value="googlepage"]:after, |
| 3 | button[data-value="background"]:after { |
| 4 | display: inline-block; |
| 5 | position: absolute; |
| 6 | content: 'PRO'; |
| 7 | background: #ff5722; |
| 8 | border-radius: 4px; |
| 9 | color: #fff; |
| 10 | font-size: 10px; |
| 11 | line-height: 1; |
| 12 | font-style: normal; |
| 13 | padding: 4px 6px; |
| 14 | margin-left: 4px; |
| 15 | vertical-align: top; |
| 16 | top: -8px; |
| 17 | right: 0; |
| 18 | z-index: 11; |
| 19 | } |