| 1 |
// Frontend styles. |
| 2 |
@import 'style.scss'; |
| 3 |
|
| 4 |
.tptn-date-picker-container { |
| 5 |
margin-bottom: 16px; |
| 6 |
|
| 7 |
.components-text { |
| 8 |
display: block; |
| 9 |
margin-bottom: 4px; |
| 10 |
} |
| 11 |
|
| 12 |
.components-button { |
| 13 |
margin-right: 8px; |
| 14 |
} |
| 15 |
} |
| 16 |
|
| 17 |
.wp-block-top-10-post-count.is-selected { |
| 18 |
position: relative; |
| 19 |
} |
| 20 |
|
| 21 |
.wp-block-top-10-post-count.is-selected::after { |
| 22 |
bottom: 0; |
| 23 |
content: ""; |
| 24 |
left: 0; |
| 25 |
outline-color: var(--wp-admin-theme-color); |
| 26 |
outline-offset: calc((-1 * var(--wp-admin-border-width-focus)) / var(--wp-block-editor-iframe-zoom-out-scale, 1)); |
| 27 |
outline-style: solid; |
| 28 |
outline-width: calc(var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1)); |
| 29 |
pointer-events: none; |
| 30 |
position: absolute; |
| 31 |
right: 0; |
| 32 |
top: 0; |
| 33 |
z-index: 1; |
| 34 |
} |