PluginProbe
WP Coder – Insert & Manage Code Snippets / 3.5
WP Coder – Insert & Manage Code Snippets v3.5
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
wp-coder / assets / scss / _settings.scss

_settings.scss in WP Coder – Insert & Manage Code Snippets 3.5, at assets/scss/_settings.scss

62 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wowp-settings {
2 #poststuff {
3 padding-top: 0;
4 margin-top: 15px;
5 }
6 h4{
7 display: flex;
8 width: max-content;
9 gap: 8px;
10 align-items: center;
11 margin: 0 0 1.5rem 0;
12 font-weight: 800;
13 box-sizing: border-box;
14 color: var(--wowp-blue);
15 font-size: 16px;
16 letter-spacing: -1.08px;
17 line-height: 18px;
18 text-align: left;
19 -webkit-font-smoothing: antialiased;
20 background-color: var(--wowp-bg);
21 padding: 4px 8px;
22 border-radius: 25px;
23 }
24 }
25
26 .codericon {
27 color: var(--wowp-orange);
28 }
29
30 .nav-tab-wrapper.wowp-tab {
31 cursor: pointer;
32 }
33
34 .wowp-tab .nav-tab-active {
35 background-color: #ffffff;
36 border-bottom: 1px solid #ffffff;
37 }
38
39 .wowp-tab-content {
40 position: relative;
41 padding: 1.5rem 1.25rem;
42 background-color: #ffffff;
43 border-width: 1px;
44 border-style: solid;
45 border-image: linear-gradient( to bottom, var(--wowp-blue), var(--wowp-yellow) ) 1 100%;
46
47 .tab-content {
48 position: absolute;
49 left: -9999%;
50 &.tab-content-active {
51 position: relative;
52 left: 0;
53 }
54 }
55
56 }
57
58 .wowp-text-helper {
59 width: 100%;
60 }
61
62