PluginProbe
Virtue/Ascend/Pinnacle Toolkit / 4.9.12.2
Virtue/Ascend/Pinnacle Toolkit v4.9.12.2
4.9.12.2 trunk 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.7 All 48 releases
virtue-toolkit / cmb / css / sass / partials / _options-page.scss

_options-page.scss in Virtue/Ascend/Pinnacle Toolkit 4.9.12.2, at cmb/css/sass/partials/_options-page.scss

72 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*--------------------------------------------------------------
2 * Options page
3 --------------------------------------------------------------*/
4
5 .cmb2-options-page {
6 max-width: 1200px;
7
8 &.wrap > h2 {
9 margin-bottom: 1em;
10 }
11
12 .cmb2-metabox > .cmb-row {
13 padding: 1em;
14 margin-top: -1px;
15 background: $white;
16 border: 1px solid $light-gray;
17 box-shadow: 0 1px 1px rgba(black, 0.05);
18
19 > .cmb-th {
20 padding: 0;
21 font-weight: initial;
22 }
23
24 > .cmb-th + .cmb-td {
25 float: none;
26 padding: 0 0 0 1em;
27 margin-left: 200px;
28
29 @media (max-width: $mobile-break) {
30 padding: 0;
31 margin-left: 0;
32 }
33 }
34 }
35
36 // Title field style.
37 .cmb2-wrap .cmb-type-title {
38 margin-top: 1em;
39 padding: 0.6em 1em;
40 background-color: $almostwhite;
41
42 .cmb2-metabox-title {
43 font-size: 12px;
44 margin-top: 0;
45 margin-bottom: 0;
46 text-transform: uppercase;
47 }
48
49 .cmb2-metabox-description {
50 padding-top: 0.25em;
51 }
52 }
53
54 .cmb-repeatable-group {
55 .cmb-group-description .cmb-th {
56 padding: 0 0 0.8em 0;
57 }
58
59 .cmb-group-name {
60 font-size: 16px;
61 margin-top: 0;
62 margin-bottom: 0;
63 }
64
65 .cmb-th > .cmb2-metabox-description {
66 font-weight: 400;
67 padding-bottom: 0 !important;
68 }
69 }
70
71 }
72