@salesforcedevs/docs-components 0.0.2-edit → 0.0.3-edit
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
CHANGED
|
@@ -5,18 +5,14 @@
|
|
|
5
5
|
sans-serif;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
/* Edit File Trigger Button
|
|
8
|
+
/* Edit File Trigger Button */
|
|
9
9
|
.edit-file-trigger {
|
|
10
|
-
position: fixed;
|
|
11
|
-
top: 20px;
|
|
12
|
-
right: 20px;
|
|
13
10
|
background: linear-gradient(135deg, #0176d3 0%, #005fb2 100%);
|
|
14
11
|
color: white;
|
|
15
12
|
border: none;
|
|
16
13
|
border-radius: 12px;
|
|
17
14
|
padding: 12px 16px;
|
|
18
15
|
cursor: pointer;
|
|
19
|
-
z-index: 1000;
|
|
20
16
|
display: flex;
|
|
21
17
|
align-items: center;
|
|
22
18
|
gap: 8px;
|
|
@@ -25,7 +21,6 @@
|
|
|
25
21
|
font-size: 14px;
|
|
26
22
|
font-weight: 500;
|
|
27
23
|
letter-spacing: 0.02em;
|
|
28
|
-
backdrop-filter: blur(10px);
|
|
29
24
|
}
|
|
30
25
|
|
|
31
26
|
.edit-file-trigger:hover:not(:disabled) {
|
|
@@ -389,8 +384,6 @@
|
|
|
389
384
|
/* Responsive Design */
|
|
390
385
|
@media (max-width: 768px) {
|
|
391
386
|
.edit-file-trigger {
|
|
392
|
-
top: 16px;
|
|
393
|
-
right: 16px;
|
|
394
387
|
padding: 10px 14px;
|
|
395
388
|
font-size: 13px;
|
|
396
389
|
}
|
|
@@ -445,8 +438,6 @@
|
|
|
445
438
|
|
|
446
439
|
@media (max-width: 480px) {
|
|
447
440
|
.edit-file-trigger {
|
|
448
|
-
top: 12px;
|
|
449
|
-
right: 12px;
|
|
450
441
|
padding: 8px 12px;
|
|
451
442
|
}
|
|
452
443
|
|