@blinkk/root-cms 1.0.0-beta.62 → 1.0.0-beta.64

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/ui/ui.css CHANGED
@@ -375,6 +375,42 @@
375
375
  max-width: 70ch;
376
376
  }
377
377
 
378
+ /* ui/components/VersionHistoryModal/VersionHistoryModal.css */
379
+ .VersionHistoryModal {
380
+ margin-top: -30px;
381
+ padding: 10px;
382
+ }
383
+ .VersionHistoryModal__title {
384
+ display: flex;
385
+ align-items: center;
386
+ gap: 8px;
387
+ }
388
+ .VersionHistoryModal__docId {
389
+ margin-top: 8px;
390
+ }
391
+ .VersionHistoryModal__docId code {
392
+ background: #efefef;
393
+ padding: 4px 8px;
394
+ border-radius: 4px;
395
+ font-size: 15px;
396
+ line-height: 1;
397
+ font-weight: 600;
398
+ color: #333;
399
+ }
400
+ .VersionHistoryModal__versions {
401
+ margin-top: 20px;
402
+ margin-left: -10px;
403
+ margin-right: -10px;
404
+ }
405
+ .VersionHistoryModal__versionsEmpty {
406
+ margin-top: 20px;
407
+ }
408
+ .VersionHistoryModal__versionsEmpty__developer {
409
+ margin-top: 10px;
410
+ font-style: italic;
411
+ font-size: 12px;
412
+ }
413
+
378
414
  /* ui/components/NewDocModal/NewDocModal.css */
379
415
  .NewDocModal__body {
380
416
  font-size: 12px;
@@ -989,6 +1025,9 @@
989
1025
  .DocumentPage__side__header__back {
990
1026
  color: var(--color-text-default);
991
1027
  }
1028
+ .DocumentPage__side__header__docId {
1029
+ white-space: nowrap;
1030
+ }
992
1031
  .DocumentPage__side__header__buttons {
993
1032
  justify-self: flex-end;
994
1033
  }