PluginProbe
Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution / 1.3.0
Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution v1.3.0
2.0.1 trunk 1.0.0 1.1.0 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 1.4.2 1.5.0 1.6.0 1.6.1 1.7.0 1.7.1 1.8.0 1.9.0 2.0.0
solid-performance / src / Performance / Admin / package / editor.scss

editor.scss in Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution 1.3.0, at src/Performance/Admin/package/editor.scss

155 lines 3.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wrap.solidwp-performance-settings-page {
2 margin: 0;
3 --grape-purple-120: #49108a;
4 --grape-purple-110: #53129e;
5 --grape-purple-100: #6817c5;
6 --surface-primary: #fff;
7 --wp-admin-theme-color: var(--grape-purple-100);
8 --wp-admin-theme-color-darker-10: var(--grape-purple-110);
9 --wp-admin-theme-color-darker-20: var(--grape-purple-120);
10 --wp-components-color-accent: var(--grape-purple-100);
11 }
12 .solidwp-performance-settings-header {
13 background-color: #FFFFFF;
14 display: flex;
15 align-items: center;
16 padding: 0.5rem 1.5rem;
17 min-height: calc(30px + 1rem);
18 margin-left:-20px;
19 img {
20 height: 25px;
21 width: auto;
22 }
23 }
24 .solidwp-performance-settings-title {
25 padding-right: 20px;
26
27 h2 {
28 display: none;
29 }
30
31 .notice {
32 margin-top: 30px;
33 }
34 }
35 .solidwp-performance-settings-main h1 {
36 margin-bottom:20px;
37 margin-top: 20px;
38 padding: 0;
39 line-height: 2rem;
40 color: rgb(51, 51, 51);
41 font-size: 1.5rem;
42 }
43 .swpsp-settings-form {
44 margin: 20px 0;
45 padding-right:20px;
46 .swpsp-settings-section-tabs {
47 display: flex;
48 align-items: start;
49 flex-direction: row;
50 gap: calc(20px);
51 justify-content: space-between;
52 .components-tab-panel__tabs {
53 width: 10rem;
54 gap: 0.25rem;
55 margin-top: 1.25rem;
56 .components-tab-panel__tabs-item {
57 font-size: 14px;
58 font-weight: 600;
59 height: auto;
60 border-radius: 1.25rem;
61 padding: 8px 16px;
62 text-decoration: none;
63 border: 2px solid transparent;
64 overflow-wrap: break-word;
65 box-shadow: none;
66 &:after {
67 display: none;
68 }
69 &.is-active, &:hover {
70 background: rgb(224, 224, 224);
71 color: rgb(51, 51, 51);
72 }
73 }
74 }
75 .components-tab-panel__tab-content {
76 display: flex;
77 max-height: 100%;
78 max-width: 100%;
79 min-height: 0px;
80 min-width: 0px;
81 flex: 1 1 0%;
82 flex-direction: column;
83 gap: 20px;
84 }
85 }
86 p.submit {
87 padding-bottom: 0px;
88 }
89 .components-base-control {
90 margin-bottom: 20px;
91 }
92 .components-card__header {
93 header {
94 display: flex;
95 align-items: center;
96 width:100%;
97 gap: 20px;
98 }
99 h2 {
100 margin: 0;
101 flex: 1;
102 line-height: 36px;
103 }
104 }
105 .components-card-body {
106 padding: 24px;
107 }
108 }
109 .swpsp-large-toggle {
110 .components-toggle-control__label {
111 font-size: 16px;
112 }
113 .components-form-toggle {
114 .components-form-toggle__track {
115 height: 27px;
116 width: 54px;
117 border-radius: 14px;
118 }
119 .components-form-toggle__thumb {
120 height: 18px;
121 width: 18px;
122 top: 4px;
123 left: 4px;
124 }
125 &.is-checked .components-form-toggle__thumb {
126 transform: translateX(28px);
127 }
128 }
129 }
130 .swpsp-notice-wrap {
131 .components-snackbar-list {
132 bottom: 20px;
133 position: fixed;
134 }
135 }
136
137 .stellarwp-telemetry-btn-primary {
138 color: #FFF;
139 background-color: rgb(104, 23, 197);
140
141 &:hover,
142 &:focus {
143 background-color: rgb(83, 18, 158);
144 }
145 }
146
147 .stellarwp-telemetry-links__link {
148 color: rgb(104, 23, 197);
149
150 &:hover,
151 &:focus {
152 color: rgb(83, 18, 158);
153 }
154 }
155