PluginProbe
WebberZone Top 10 — Popular Posts / 4.4.0
WebberZone Top 10 — Popular Posts v4.4.0
4.5.1 4.5.0 4.4.3 4.4.2 4.4.1 4.4.0 4.3.4 4.3.3 4.3.2 4.3.1 4.3.0 trunk 1.0 1.0.1 1.1 1.2 1.3 1.4 1.4.1 1.5 1.5.1 1.5.2 1.5.3 1.6 1.6.1 All 117 releases
top-10 / includes / frontend / blocks / src / post-count / editor.scss

editor.scss in WebberZone Top 10 — Popular Posts 4.4.0, at includes/frontend/blocks/src/post-count/editor.scss

34 lines 754 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }