PluginProbe
WP Coder – Insert & Manage Code Snippets / trunk
WP Coder – Insert & Manage Code Snippets vtrunk
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
← All changes | assets/scss/_boxes.scss +29 -0 3.4trunk View file →
@@ -8,5 +8,34 @@
8 8 &__3-col {
9 9 grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
10 10 }
11 11
12 +}
13 +
14 +.wowp-feature-box {
15 + @media screen and (max-width: 850px) {
16 + display: none;
17 + }
18 + .hndle {
19 + color: var(--wowp-orange);
20 + }
21 +}
22 +
23 +.wowp-feature {
24 + .wowp-feature-title {
25 + color: var(--wowp-dark);
26 + font-weight: bold;
27 + padding-bottom: 6px;
28 + font-size: 15px;
29 + }
30 + .wowp-feature-desc {
31 + margin-left: 0;
32 + padding-bottom: 6px;
33 + margin-bottom: 12px;
34 + }
35 + .wowp-feature-desc:not(:last-child) {
36 + border-bottom: 1px dashed var(--wowp-bg);
37 + }
38 + .minimal-price {
39 + color: var(--wowp-blue);
40 + }
12 41 }