mockaton 8.11.3 → 8.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/Dashboard.css +10 -6
package/package.json
CHANGED
package/src/Dashboard.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--boxShadow1: 0 2px 1px -1px rgba(0, 0, 0, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
|
|
3
3
|
--radius: 28px;
|
|
4
|
-
--radiusSmall:
|
|
4
|
+
--radiusSmall: 4px;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
@media (prefers-color-scheme: light) {
|
|
@@ -120,7 +120,7 @@ select {
|
|
|
120
120
|
img {
|
|
121
121
|
width: 130px;
|
|
122
122
|
align-self: center;
|
|
123
|
-
margin-right:
|
|
123
|
+
margin-right: 20px;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
.Field {
|
|
@@ -181,7 +181,7 @@ select {
|
|
|
181
181
|
|
|
182
182
|
&.FallbackBackend {
|
|
183
183
|
position: relative;
|
|
184
|
-
width:
|
|
184
|
+
width: 212px;
|
|
185
185
|
|
|
186
186
|
.SaveProxiedCheckbox {
|
|
187
187
|
position: absolute;
|
|
@@ -194,6 +194,10 @@ select {
|
|
|
194
194
|
font-size: 11px;
|
|
195
195
|
gap: 4px;
|
|
196
196
|
|
|
197
|
+
span {
|
|
198
|
+
margin-left: 0;
|
|
199
|
+
}
|
|
200
|
+
|
|
197
201
|
input:disabled + span {
|
|
198
202
|
opacity: 0.8;
|
|
199
203
|
}
|
|
@@ -278,10 +282,10 @@ select {
|
|
|
278
282
|
|
|
279
283
|
.PreviewLink {
|
|
280
284
|
position: relative;
|
|
281
|
-
left: -
|
|
285
|
+
left: -10px;
|
|
282
286
|
display: inline-block;
|
|
283
|
-
width:
|
|
284
|
-
padding: 8px
|
|
287
|
+
width: 282px;
|
|
288
|
+
padding: 8px 11px;
|
|
285
289
|
border-radius: var(--radius);
|
|
286
290
|
color: var(--colorAccent);
|
|
287
291
|
text-decoration: none;
|