PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 4.0.4
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v4.0.4
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 2.3.5 2.3.6 2.4.0 2.4.1 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.15 2.4.16 2.4.17 2.4.18 2.4.19 2.4.2 2.4.20 2.4.21 All 88 releases
post-carousel / src / components / tabControls / editor.scss

editor.scss in Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News 4.0.4, at src/components/tabControls/editor.scss

76 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .sp-smart-post-tab-panel {
2 .components-tab-panel__tabs-item:focus:not(:disabled) {
3 box-shadow: none;
4 }
5 .components-tab-panel__tabs {
6 justify-content: center;
7 padding: 0;
8 margin-bottom: 16px;
9 }
10 .components-tab-panel__tab-content {
11 padding: 0;
12 margin: 0;
13 border: none;
14 background: transparent;
15 }
16 .components-tab-panel__tabs > button {
17 padding: 0;
18 }
19 .components-tab-panel__tabs button {
20 color: #2f2f2f;
21 height: 40px;
22 font-size: 14px;
23 font-weight: 500;
24 width: 100%;
25 justify-content: center;
26 border-bottom: 2px solid #ddd;
27 border-top: none;
28 border-left: none;
29 border-right: none;
30 }
31 .components-tab-panel__tabs button.components-tab-panel__tabs-item:focus {
32 border-bottom: 2px solid var(--sp-smart-primary-2-600) !important;
33 }
34 .components-panel__body-title .components-button:focus:not(:disabled) {
35 border-bottom: 0 !important;
36 }
37 .sp-smart-post-general-tab .components-button:focus:not(:disabled) {
38 border-bottom: 2px solid var(--sp-smart-primary-2-600) !important;
39 }
40 .components-tab-panel__tabs button span {
41 display: flex;
42 align-items: center;
43 svg {
44 margin-right: 4px;
45 fill: #2f2f2f;
46 transition: 0.3s ease-in-out;
47 }
48 }
49 .components-tab-panel__tabs button.active-tab {
50 position: relative;
51 color: var(--sp-smart-primary-2-600);
52 border-bottom: 2px solid var(--sp-smart-primary-2-600) !important;
53 &:hover {
54 color: var(--sp-smart-primary-2-600);
55 }
56 span {
57 .sp-smart-post-block-icon {
58 svg {
59 fill: var(--sp-smart-primary-2-600);
60 }
61 }
62 }
63 }
64 .components-panel__body {
65 .components-panel__body-title {
66 .components-panel__body-toggle:focus {
67 box-shadow: none;
68 }
69 }
70 }
71 }
72
73 .sp-smart-post-tab-panel .components-tab-panel__tabs-item {
74 height: 41px !important;
75 margin-top: -12px;
76 }