@dodona/papyros 2.1.0-beta.8 → 2.1.0-beta.9
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/dist/Papyros.css
CHANGED
|
@@ -446,22 +446,31 @@ Removes the default spacing and border for appropriate elements.
|
|
|
446
446
|
|
|
447
447
|
/* Also override CodeMirror buttons to use this style */
|
|
448
448
|
|
|
449
|
-
.papyros-button,
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
padding-
|
|
449
|
+
.papyros-button,
|
|
450
|
+
.cm-button,
|
|
451
|
+
.tailwind .papyros-button,
|
|
452
|
+
.tailwind .cm-button {
|
|
453
|
+
margin: 0.25rem;
|
|
454
|
+
cursor: pointer;
|
|
455
|
+
border-radius: 0.5rem;
|
|
456
|
+
padding-left: 0.75rem;
|
|
457
|
+
padding-right: 0.75rem;
|
|
458
|
+
padding-top: 0.25rem;
|
|
459
|
+
padding-bottom: 0.25rem;
|
|
457
460
|
}
|
|
458
461
|
|
|
459
|
-
.papyros-button:disabled,
|
|
460
|
-
|
|
461
|
-
|
|
462
|
+
.papyros-button:disabled,
|
|
463
|
+
.cm-button:disabled,
|
|
464
|
+
.tailwind .papyros-button:disabled,
|
|
465
|
+
.tailwind .cm-button:disabled {
|
|
466
|
+
cursor: not-allowed;
|
|
467
|
+
opacity: 0.5;
|
|
462
468
|
}
|
|
463
469
|
|
|
464
|
-
.papyros-button,
|
|
470
|
+
.papyros-button,
|
|
471
|
+
.cm-button,
|
|
472
|
+
.tailwind .papyros-button,
|
|
473
|
+
.tailwind .cm-button{
|
|
465
474
|
min-width: 60px;
|
|
466
475
|
}
|
|
467
476
|
|
|
Binary file
|