@measured/puck 0.21.0-canary.5c9698fb → 0.21.0-canary.68f85428

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/index.css CHANGED
@@ -1331,18 +1331,182 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1331
1331
  }
1332
1332
 
1333
1333
  /* css-module:/home/runner/work/puck/puck/packages/core/components/InlineTextField/styles.module.css/#css-module-data */
1334
- ._InlineTextField_ilw2a_1 {
1334
+ ._InlineTextField_104qp_1 {
1335
1335
  cursor: text;
1336
1336
  display: inline-block;
1337
+ white-space: pre-wrap;
1338
+ text-decoration: inherit;
1337
1339
  }
1338
- [data-dnd-dragging] ._InlineTextField_ilw2a_1 {
1340
+ [data-dnd-dragging] ._InlineTextField_104qp_1 {
1339
1341
  cursor: none;
1340
1342
  caret-color: transparent;
1341
1343
  }
1342
- [data-dnd-dragging] ._InlineTextField_ilw2a_1::selection {
1344
+ [data-dnd-dragging] ._InlineTextField_104qp_1::selection {
1343
1345
  display: none;
1344
1346
  }
1345
1347
 
1348
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1349
+ ._SidebarSection_8boj8_1 {
1350
+ display: flex;
1351
+ position: relative;
1352
+ flex-direction: column;
1353
+ color: var(--puck-color-black);
1354
+ }
1355
+ ._SidebarSection_8boj8_1:last-of-type {
1356
+ flex-grow: 1;
1357
+ }
1358
+ ._SidebarSection-title_8boj8_12 {
1359
+ background: var(--puck-color-white);
1360
+ padding: 16px;
1361
+ border-bottom: 1px solid var(--puck-color-grey-09);
1362
+ border-top: 1px solid var(--puck-color-grey-09);
1363
+ overflow-x: auto;
1364
+ }
1365
+ ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1366
+ border-top: 0px;
1367
+ }
1368
+ ._SidebarSection-content_8boj8_24 {
1369
+ padding: 16px;
1370
+ }
1371
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1372
+ padding: 0px;
1373
+ }
1374
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1375
+ padding-bottom: 4px;
1376
+ }
1377
+ ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1378
+ border-bottom: none;
1379
+ flex-grow: 1;
1380
+ }
1381
+ ._SidebarSection-breadcrumbLabel_8boj8_41 {
1382
+ background: none;
1383
+ border: 0;
1384
+ border-radius: 2px;
1385
+ color: var(--puck-color-azure-04);
1386
+ cursor: pointer;
1387
+ font: inherit;
1388
+ flex-shrink: 0;
1389
+ padding: 0;
1390
+ transition: color 50ms ease-in;
1391
+ }
1392
+ ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1393
+ outline: 2px solid var(--puck-color-azure-05);
1394
+ outline-offset: 2px;
1395
+ }
1396
+ @media (hover: hover) and (pointer: fine) {
1397
+ ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1398
+ color: var(--puck-color-azure-03);
1399
+ transition: none;
1400
+ }
1401
+ }
1402
+ ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1403
+ color: var(--puck-color-azure-02);
1404
+ transition: none;
1405
+ }
1406
+ ._SidebarSection-breadcrumbs_8boj8_70 {
1407
+ align-items: center;
1408
+ display: flex;
1409
+ gap: 4px;
1410
+ }
1411
+ ._SidebarSection-breadcrumb_8boj8_41 {
1412
+ align-items: center;
1413
+ display: flex;
1414
+ gap: 4px;
1415
+ }
1416
+ ._SidebarSection-heading_8boj8_82 {
1417
+ padding-inline-end: 16px;
1418
+ }
1419
+ ._SidebarSection-loadingOverlay_8boj8_86 {
1420
+ background: var(--puck-color-white);
1421
+ display: flex;
1422
+ justify-content: center;
1423
+ align-items: center;
1424
+ height: 100%;
1425
+ width: 100%;
1426
+ top: 0;
1427
+ position: absolute;
1428
+ z-index: 1;
1429
+ pointer-events: all;
1430
+ box-sizing: border-box;
1431
+ opacity: 0.8;
1432
+ }
1433
+
1434
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
1435
+ ._Puck_1yxlw_19 {
1436
+ --puck-space-px: 16px;
1437
+ font-family: var(--puck-font-family);
1438
+ overflow-x: hidden;
1439
+ }
1440
+ @media (min-width: 766px) {
1441
+ ._Puck_1yxlw_19 {
1442
+ overflow-x: auto;
1443
+ }
1444
+ }
1445
+ ._Puck-portal_1yxlw_31 {
1446
+ position: relative;
1447
+ z-index: 2;
1448
+ }
1449
+ ._PuckLayout-inner_1yxlw_38 {
1450
+ --puck-frame-width: auto;
1451
+ --puck-side-bar-width: 0px;
1452
+ --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1453
+ --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
1454
+ display: grid;
1455
+ grid-template-areas: "header header header" "left editor right";
1456
+ grid-template-columns: 0 var(--puck-frame-width) 0;
1457
+ grid-template-rows: min-content auto;
1458
+ height: 100dvh;
1459
+ position: relative;
1460
+ z-index: 0;
1461
+ }
1462
+ ._PuckLayout--mounted_1yxlw_59 ._PuckLayout-inner_1yxlw_38 {
1463
+ --puck-side-bar-width: 186px;
1464
+ }
1465
+ ._PuckLayout--leftSideBarVisible_1yxlw_63 ._PuckLayout-inner_1yxlw_38 {
1466
+ grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) 0;
1467
+ }
1468
+ ._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1469
+ grid-template-columns: 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1470
+ }
1471
+ ._PuckLayout--leftSideBarVisible_1yxlw_63._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1472
+ grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) var(--puck-right-side-bar-width);
1473
+ }
1474
+ @media (min-width: 458px) {
1475
+ ._PuckLayout-mounted_1yxlw_83 ._PuckLayout-inner_1yxlw_38 {
1476
+ --puck-frame-width: minmax(266px, auto);
1477
+ }
1478
+ }
1479
+ @media (min-width: 638px) {
1480
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1481
+ --puck-side-bar-width: minmax(186px, 250px);
1482
+ }
1483
+ }
1484
+ @media (min-width: 766px) {
1485
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1486
+ --puck-frame-width: auto;
1487
+ }
1488
+ }
1489
+ @media (min-width: 990px) {
1490
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1491
+ --puck-side-bar-width: 256px;
1492
+ }
1493
+ }
1494
+ @media (min-width: 1198px) {
1495
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1496
+ --puck-side-bar-width: 274px;
1497
+ }
1498
+ }
1499
+ @media (min-width: 1398px) {
1500
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1501
+ --puck-side-bar-width: 290px;
1502
+ }
1503
+ }
1504
+ @media (min-width: 1598px) {
1505
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1506
+ --puck-side-bar-width: 320px;
1507
+ }
1508
+ }
1509
+
1346
1510
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1347
1511
  ._PuckFields_10bh7_1 {
1348
1512
  position: relative;
@@ -1434,14 +1598,6 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1434
1598
  margin-inline-start: auto;
1435
1599
  }
1436
1600
 
1437
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Components/styles.module.css/#css-module-data */
1438
- ._Components_3pbdy_1 {
1439
- padding: 16px;
1440
- height: 100%;
1441
- overflow-y: auto;
1442
- box-sizing: border-box;
1443
- }
1444
-
1445
1601
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1446
1602
  ._PuckPreview_z2rgu_1 {
1447
1603
  position: relative;
@@ -1556,167 +1712,111 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1556
1712
  margin-top: 4px;
1557
1713
  }
1558
1714
 
1559
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Outline/styles.module.css/#css-module-data */
1560
- ._Outline_cvjlj_1 {
1561
- padding: 16px;
1562
- height: 100%;
1563
- overflow-y: auto;
1715
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1716
+ ._ViewportControls_gejzr_1 {
1717
+ display: flex;
1718
+ background: var(--puck-color-grey-11);
1564
1719
  box-sizing: border-box;
1720
+ border-inline-start: 2px solid var(--puck-color-grey-11);
1721
+ justify-content: center;
1722
+ gap: 8px;
1723
+ min-width: 358px;
1724
+ padding-bottom: 16px;
1725
+ padding-inline-start: var(--puck-space-px);
1726
+ padding-inline-end: var(--puck-space-px);
1727
+ z-index: 1;
1565
1728
  }
1566
-
1567
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
1568
- ._Puck_hv23j_19 {
1569
- --puck-space-px: 16px;
1570
- font-family: var(--puck-font-family);
1571
- overflow-x: hidden;
1729
+ ._ViewportControls-divider_gejzr_15 {
1730
+ border-inline-end: 1px solid var(--puck-color-grey-09);
1731
+ margin-inline-start: 8px;
1732
+ margin-inline-end: 8px;
1572
1733
  }
1573
- @media (min-width: 766px) {
1574
- ._Puck_hv23j_19 {
1575
- overflow-x: auto;
1576
- }
1734
+ ._ViewportControls-zoomSelect_gejzr_21 {
1735
+ appearance: none;
1736
+ background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c3c3c3'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
1737
+ background-size: 10px;
1738
+ background-position: calc(100% - 12px) calc(50% + 3px);
1739
+ background-repeat: no-repeat;
1740
+ border: 0;
1741
+ font-size: var(--puck-font-size-xxxs);
1742
+ padding: 0;
1743
+ width: 96px;
1577
1744
  }
1578
- ._Puck-portal_hv23j_31 {
1579
- position: relative;
1580
- z-index: 2;
1745
+ ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1746
+ background-position: 12px calc(50% + 3px);
1581
1747
  }
1582
- ._PuckLayout_hv23j_36 {
1583
- height: 100%;
1748
+ ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1749
+ color: var(--puck-color-azure-04);
1584
1750
  }
1585
- ._PuckLayout-inner_hv23j_40 {
1586
- --puck-frame-width: auto;
1587
- --puck-side-nav-width: min-content;
1588
- --puck-side-bar-width: 0px;
1589
- --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1590
- --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
1591
- background-color: var(--puck-color-grey-12);
1592
- display: grid;
1593
- grid-template-areas: "header" "editor" "left" "right" "sidenav";
1594
- grid-template-columns: var(--puck-frame-width);
1595
- grid-template-rows: min-content auto 0 0 var(--puck-side-nav-width);
1596
- height: 100%;
1597
- position: relative;
1598
- transition: grid-template-rows 150ms ease-in;
1599
- z-index: 0;
1600
- overflow: hidden;
1751
+
1752
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
1753
+ ._PuckCanvas_18jay_1 {
1754
+ background: var(--puck-color-grey-11);
1755
+ display: flex;
1756
+ grid-area: editor;
1757
+ flex-direction: column;
1758
+ padding: var(--puck-space-px);
1759
+ overflow: auto;
1601
1760
  }
1602
- @media (min-width: 638px) {
1603
- ._PuckLayout-inner_hv23j_40 {
1604
- --puck-side-nav-width: 68px;
1605
- grid-template-areas: "header header header header" "sidenav left editor right";
1606
- grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
1607
- grid-template-rows: min-content auto;
1761
+ @media (min-width: 1198px) {
1762
+ ._PuckCanvas_18jay_1 {
1763
+ padding: calc(var(--puck-space-px) * 1.5);
1764
+ padding-top: var(--puck-space-px);
1608
1765
  }
1609
- }
1610
- ._PuckLayout--mounted_hv23j_73 ._PuckLayout-inner_hv23j_40 {
1611
- --puck-side-bar-width: 186px;
1612
- }
1613
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40 {
1614
- grid-template-rows: 0 auto 30% 0 var(--puck-side-nav-width);
1615
- }
1616
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40 {
1617
- grid-template-rows: 0 auto 55% 0 var(--puck-side-nav-width);
1618
- }
1619
- @media (min-width: 638px) {
1620
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40 {
1621
- grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1622
- grid-template-rows: min-content auto;
1766
+ ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
1767
+ padding-top: calc(var(--puck-space-px) * 1.5);
1623
1768
  }
1624
1769
  }
1625
- ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40,
1626
- ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40 {
1627
- grid-template-rows: 0 auto min-content 0 var(--puck-side-nav-width);
1628
- }
1629
- @media (min-width: 638px) {
1630
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40,
1631
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40,
1632
- ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40,
1633
- ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40 {
1634
- grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1635
- grid-template-rows: min-content auto;
1636
- }
1770
+ ._PuckCanvas-inner_18jay_21 {
1771
+ display: flex;
1772
+ height: 100%;
1773
+ justify-content: center;
1774
+ min-width: 358px;
1775
+ position: relative;
1776
+ width: 100%;
1637
1777
  }
1638
- @media (min-width: 638px) {
1639
- ._PuckLayout--rightSideBarVisible_hv23j_128 ._PuckLayout-inner_hv23j_40 {
1640
- grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1641
- }
1778
+ ._PuckCanvas-root_18jay_30 {
1779
+ background: white;
1780
+ border: 1px solid var(--puck-color-grey-09);
1781
+ box-sizing: content-box;
1782
+ min-width: 321px;
1783
+ position: absolute;
1784
+ pointer-events: none;
1785
+ transform-origin: top;
1786
+ top: 0;
1787
+ bottom: 0;
1788
+ opacity: 0;
1642
1789
  }
1643
- @media (min-width: 638px) {
1644
- ._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--rightSideBarVisible_hv23j_128 ._PuckLayout-inner_hv23j_40 {
1645
- grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) var(--puck-right-side-bar-width);
1790
+ @media (min-width: 1198px) {
1791
+ ._PuckCanvas-root_18jay_30 {
1792
+ min-width: unset;
1646
1793
  }
1647
1794
  }
1648
- @media (min-width: 458px) {
1649
- ._PuckLayout-mounted_hv23j_147 ._PuckLayout-inner_hv23j_40 {
1650
- --puck-frame-width: minmax(266px, auto);
1795
+ @media (prefers-reduced-motion: reduce) {
1796
+ ._PuckCanvas-root_18jay_30 {
1797
+ transition: none !important;
1651
1798
  }
1652
1799
  }
1653
- @media (min-width: 638px) {
1654
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1655
- --puck-side-bar-width: minmax(186px, 250px);
1656
- }
1800
+ ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
1801
+ pointer-events: unset;
1802
+ opacity: 1;
1657
1803
  }
1658
- @media (min-width: 766px) {
1659
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1660
- --puck-frame-width: auto;
1661
- }
1804
+ ._PuckCanvas-loader_18jay_60 {
1805
+ align-items: center;
1806
+ color: var(--puck-color-grey-06);
1807
+ display: flex;
1808
+ height: 100%;
1809
+ justify-content: center;
1810
+ transition: opacity 250ms ease-out;
1811
+ opacity: 0;
1662
1812
  }
1663
- @media (min-width: 990px) {
1664
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1665
- --puck-side-bar-width: 256px;
1666
- }
1813
+ ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
1814
+ opacity: 1;
1667
1815
  }
1668
- @media (min-width: 1198px) {
1669
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1670
- --puck-side-bar-width: 274px;
1671
- }
1672
- }
1673
- @media (min-width: 1398px) {
1674
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1675
- --puck-side-bar-width: 290px;
1676
- }
1677
- }
1678
- @media (min-width: 1598px) {
1679
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1680
- --puck-side-bar-width: 320px;
1681
- }
1682
- }
1683
- ._PuckLayout-nav_hv23j_188 {
1684
- border-top: 1px solid var(--puck-color-grey-09);
1685
- background-color: var(--puck-color-grey-12);
1686
- grid-area: sidenav;
1687
- overflow: hidden;
1688
- width: 100%;
1689
- }
1690
- @media (min-width: 638px) {
1691
- ._PuckLayout-nav_hv23j_188 {
1692
- border-top: 0;
1693
- border-right: 1px solid var(--puck-color-grey-09);
1694
- box-sizing: border-box;
1695
- }
1696
- }
1697
- ._PuckLayout-header_hv23j_204 {
1698
- grid-area: header;
1699
- }
1700
- ._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-header_hv23j_204 {
1701
- overflow: hidden;
1702
- }
1703
- @media (min-width: 638px) {
1704
- ._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-header_hv23j_204 {
1705
- overflow: auto;
1706
- }
1707
- }
1708
- ._PuckPluginTab_hv23j_218 {
1709
- display: none;
1710
- flex-grow: 1;
1711
- overflow: hidden;
1712
- }
1713
- ._PuckPluginTab--visible_hv23j_224 {
1714
- display: flex;
1715
- flex-direction: column;
1716
- }
1717
- ._PuckPluginTab-body_hv23j_229 {
1718
- flex-grow: 1;
1719
- overflow: hidden;
1816
+ ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
1817
+ opacity: 0;
1818
+ height: 0;
1819
+ transition: none;
1720
1820
  }
1721
1821
 
1722
1822
  /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
@@ -1764,7 +1864,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1764
1864
  }
1765
1865
 
1766
1866
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1767
- ._PuckHeader_1bhmt_1 {
1867
+ ._PuckHeader_15xnq_1 {
1768
1868
  background: var(--puck-color-white);
1769
1869
  border-bottom: 1px solid var(--puck-color-grey-09);
1770
1870
  color: var(--puck-color-black);
@@ -1772,12 +1872,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1772
1872
  position: relative;
1773
1873
  max-width: 100vw;
1774
1874
  }
1775
- @media (min-width: 638px) {
1776
- ._PuckHeader_1bhmt_1 {
1777
- padding-left: 67px;
1778
- }
1779
- }
1780
- ._PuckHeader-inner_1bhmt_16 {
1875
+ ._PuckHeader-inner_15xnq_10 {
1781
1876
  align-items: end;
1782
1877
  display: grid;
1783
1878
  gap: var(--puck-space-px);
@@ -1786,372 +1881,43 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1786
1881
  grid-template-rows: auto;
1787
1882
  padding: var(--puck-space-px);
1788
1883
  }
1789
- @media (min-width: 638px) {
1790
- ._PuckHeader-inner_1bhmt_16 {
1791
- border-left: 1px solid var(--puck-color-grey-09);
1792
- }
1793
- }
1794
- ._PuckHeader-toggle_1bhmt_32 {
1884
+ ._PuckHeader-toggle_15xnq_20 {
1795
1885
  color: var(--puck-color-grey-05);
1796
1886
  display: flex;
1797
1887
  margin-inline-start: -4px;
1798
1888
  padding-top: 2px;
1799
1889
  }
1800
- ._PuckHeader--rightSideBarVisible_1bhmt_39 ._PuckHeader-rightSideBarToggle_1bhmt_39,
1801
- ._PuckHeader--leftSideBarVisible_1bhmt_40 ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1890
+ ._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
1891
+ ._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
1802
1892
  color: var(--puck-color-black);
1803
1893
  }
1804
- ._PuckHeader-rightSideBarToggle_1bhmt_39,
1805
- ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1806
- display: none;
1807
- }
1808
- @media (min-width: 638px) {
1809
- ._PuckHeader-rightSideBarToggle_1bhmt_39,
1810
- ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1811
- display: block;
1812
- }
1813
- }
1814
- ._PuckHeader-title_1bhmt_56 {
1894
+ ._PuckHeader-title_15xnq_32 {
1815
1895
  align-self: center;
1816
1896
  }
1817
- ._PuckHeader-path_1bhmt_60 {
1897
+ ._PuckHeader-path_15xnq_36 {
1818
1898
  font-family: var(--puck-font-family-monospaced);
1819
1899
  font-size: var(--puck-font-size-xxs);
1820
1900
  font-weight: normal;
1821
1901
  word-break: break-all;
1822
1902
  }
1823
- ._PuckHeader-tools_1bhmt_67 {
1903
+ ._PuckHeader-tools_15xnq_43 {
1824
1904
  display: flex;
1825
1905
  gap: 16px;
1826
1906
  justify-content: flex-end;
1827
1907
  }
1828
- ._PuckHeader-menuButton_1bhmt_73 {
1908
+ ._PuckHeader-menuButton_15xnq_49 {
1829
1909
  color: var(--puck-color-grey-05);
1830
1910
  margin-inline-start: -4px;
1831
1911
  }
1832
- ._PuckHeader--menuOpen_1bhmt_78 ._PuckHeader-menuButton_1bhmt_73 {
1912
+ ._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
1833
1913
  color: var(--puck-color-black);
1834
1914
  }
1835
1915
  @media (min-width: 638px) {
1836
- ._PuckHeader-menuButton_1bhmt_73 {
1916
+ ._PuckHeader-menuButton_15xnq_49 {
1837
1917
  display: none;
1838
1918
  }
1839
1919
  }
1840
1920
 
1841
- /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1842
- ._SidebarSection_8boj8_1 {
1843
- display: flex;
1844
- position: relative;
1845
- flex-direction: column;
1846
- color: var(--puck-color-black);
1847
- }
1848
- ._SidebarSection_8boj8_1:last-of-type {
1849
- flex-grow: 1;
1850
- }
1851
- ._SidebarSection-title_8boj8_12 {
1852
- background: var(--puck-color-white);
1853
- padding: 16px;
1854
- border-bottom: 1px solid var(--puck-color-grey-09);
1855
- border-top: 1px solid var(--puck-color-grey-09);
1856
- overflow-x: auto;
1857
- }
1858
- ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1859
- border-top: 0px;
1860
- }
1861
- ._SidebarSection-content_8boj8_24 {
1862
- padding: 16px;
1863
- }
1864
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1865
- padding: 0px;
1866
- }
1867
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1868
- padding-bottom: 4px;
1869
- }
1870
- ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1871
- border-bottom: none;
1872
- flex-grow: 1;
1873
- }
1874
- ._SidebarSection-breadcrumbLabel_8boj8_41 {
1875
- background: none;
1876
- border: 0;
1877
- border-radius: 2px;
1878
- color: var(--puck-color-azure-04);
1879
- cursor: pointer;
1880
- font: inherit;
1881
- flex-shrink: 0;
1882
- padding: 0;
1883
- transition: color 50ms ease-in;
1884
- }
1885
- ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1886
- outline: 2px solid var(--puck-color-azure-05);
1887
- outline-offset: 2px;
1888
- }
1889
- @media (hover: hover) and (pointer: fine) {
1890
- ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1891
- color: var(--puck-color-azure-03);
1892
- transition: none;
1893
- }
1894
- }
1895
- ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1896
- color: var(--puck-color-azure-02);
1897
- transition: none;
1898
- }
1899
- ._SidebarSection-breadcrumbs_8boj8_70 {
1900
- align-items: center;
1901
- display: flex;
1902
- gap: 4px;
1903
- }
1904
- ._SidebarSection-breadcrumb_8boj8_41 {
1905
- align-items: center;
1906
- display: flex;
1907
- gap: 4px;
1908
- }
1909
- ._SidebarSection-heading_8boj8_82 {
1910
- padding-inline-end: 16px;
1911
- }
1912
- ._SidebarSection-loadingOverlay_8boj8_86 {
1913
- background: var(--puck-color-white);
1914
- display: flex;
1915
- justify-content: center;
1916
- align-items: center;
1917
- height: 100%;
1918
- width: 100%;
1919
- top: 0;
1920
- position: absolute;
1921
- z-index: 1;
1922
- pointer-events: all;
1923
- box-sizing: border-box;
1924
- opacity: 0.8;
1925
- }
1926
-
1927
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Breadcrumbs/styles.module.css/#css-module-data */
1928
- ._Breadcrumbs_1c9yh_1 {
1929
- align-items: center;
1930
- display: flex;
1931
- gap: 4px;
1932
- }
1933
- ._Breadcrumbs-breadcrumbLabel_1c9yh_7 {
1934
- background: none;
1935
- border: 0;
1936
- border-radius: 2px;
1937
- color: var(--puck-color-azure-04);
1938
- cursor: pointer;
1939
- font: inherit;
1940
- flex-shrink: 0;
1941
- padding: 0;
1942
- transition: color 50ms ease-in;
1943
- }
1944
- ._Breadcrumbs-breadcrumbLabel_1c9yh_7:focus-visible {
1945
- outline: 2px solid var(--puck-color-azure-05);
1946
- outline-offset: 2px;
1947
- }
1948
- @media (hover: hover) and (pointer: fine) {
1949
- ._Breadcrumbs-breadcrumbLabel_1c9yh_7:hover {
1950
- color: var(--puck-color-azure-03);
1951
- transition: none;
1952
- }
1953
- }
1954
- ._Breadcrumbs-breadcrumbLabel_1c9yh_7:active {
1955
- color: var(--puck-color-azure-02);
1956
- transition: none;
1957
- }
1958
- ._Breadcrumbs-breadcrumb_1c9yh_7 {
1959
- align-items: center;
1960
- display: flex;
1961
- gap: 4px;
1962
- }
1963
-
1964
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1965
- ._ViewportControls_e3unb_1 {
1966
- position: relative;
1967
- }
1968
- ._ViewportControls--fullScreen_e3unb_5 {
1969
- border-radius: 32px;
1970
- display: flex;
1971
- position: absolute;
1972
- bottom: 12px;
1973
- right: 12px;
1974
- overflow: hidden;
1975
- }
1976
- ._ViewportControls-toggleButton_e3unb_14 {
1977
- display: none;
1978
- }
1979
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14 {
1980
- align-items: center;
1981
- background-color: var(--puck-color-grey-02);
1982
- border: 1px solid var(--puck-color-grey-04);
1983
- border-radius: 30px;
1984
- cursor: pointer;
1985
- color: var(--puck-color-grey-11);
1986
- display: flex;
1987
- justify-content: center;
1988
- width: 42px;
1989
- height: 42px;
1990
- z-index: 1;
1991
- }
1992
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14:hover {
1993
- background-color: var(--puck-color-grey-02);
1994
- border: 1px solid var(--puck-color-azure-04);
1995
- color: var(--puck-color-azure-07);
1996
- }
1997
- ._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-toggleButton_e3unb_14 {
1998
- background-color: var(--puck-color-grey-03);
1999
- }
2000
- ._ViewportControls-actions_e3unb_42 {
2001
- display: flex;
2002
- }
2003
- ._ViewportControls-actionsInner_e3unb_46 {
2004
- display: flex;
2005
- box-sizing: border-box;
2006
- justify-content: center;
2007
- margin-left: auto;
2008
- margin-right: auto;
2009
- z-index: 0;
2010
- overflow: hidden;
2011
- }
2012
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2013
- background: var(--puck-color-grey-11);
2014
- border: 1px solid var(--puck-color-grey-09);
2015
- border-radius: 30px;
2016
- margin-left: none;
2017
- margin-right: none;
2018
- padding-right: 42px;
2019
- }
2020
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2021
- transform: translateX(100%);
2022
- transition: transform 150ms ease-in-out;
2023
- }
2024
- ._ViewportControls--fullScreen_e3unb_5._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-actionsInner_e3unb_46 {
2025
- transform: translateX(42px);
2026
- }
2027
- ._ViewportControls-divider_e3unb_75 {
2028
- border-inline-end: 1px solid var(--puck-color-grey-09);
2029
- margin-bottom: 8px;
2030
- margin-top: 8px;
2031
- }
2032
- ._ViewportControls-zoomSelect_e3unb_81 {
2033
- appearance: none;
2034
- background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c3c3c3'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
2035
- background-size: 10px;
2036
- background-position: calc(100% - 12px) calc(50% + 3px);
2037
- background-repeat: no-repeat;
2038
- border: 0;
2039
- font-size: var(--puck-font-size-xxxs);
2040
- padding: 0;
2041
- padding-left: 8px;
2042
- width: 96px;
2043
- }
2044
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2045
- display: none;
2046
- }
2047
- @media (min-width: 638px) {
2048
- ._ViewportControls-zoom_e3unb_81,
2049
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2050
- display: flex;
2051
- justify-content: center;
2052
- }
2053
- }
2054
- ._ViewportControls-zoomSelect_e3unb_81:dir(rtl) {
2055
- background-position: 12px calc(50% + 3px);
2056
- }
2057
- ._ViewportButton-inner_e3unb_111 {
2058
- align-items: center;
2059
- display: flex;
2060
- justify-content: center;
2061
- height: 32px;
2062
- width: 32px;
2063
- }
2064
- ._ViewportButton--isActive_e3unb_119 ._ViewportButton-inner_e3unb_111 {
2065
- color: var(--puck-color-azure-04);
2066
- }
2067
-
2068
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
2069
- ._PuckCanvas_t6s9b_1 {
2070
- background: var(--puck-color-grey-11);
2071
- display: flex;
2072
- grid-area: editor;
2073
- flex-direction: column;
2074
- padding: var(--puck-space-px);
2075
- position: relative;
2076
- overflow: auto;
2077
- }
2078
- @media (min-width: 1198px) {
2079
- ._PuckCanvas_t6s9b_1 {
2080
- padding: calc(var(--puck-space-px) * 1.5);
2081
- padding-top: calc(var(--puck-space-px) * 0.5);
2082
- }
2083
- ._PuckCanvas_t6s9b_1:not(._PuckCanvas_t6s9b_1:has(._PuckCanvas-controls_t6s9b_17)) {
2084
- padding-top: calc(var(--puck-space-px) * 1.5);
2085
- }
2086
- }
2087
- ._PuckCanvas--fullScreen_t6s9b_22 {
2088
- padding: 0;
2089
- overflow: hidden;
2090
- }
2091
- @media (min-width: 1198px) {
2092
- ._PuckCanvas--fullScreen_t6s9b_22 {
2093
- padding: 0;
2094
- }
2095
- }
2096
- ._PuckCanvas-inner_t6s9b_33 {
2097
- display: flex;
2098
- height: 100%;
2099
- justify-content: center;
2100
- min-width: 288px;
2101
- position: relative;
2102
- width: 100%;
2103
- }
2104
- ._PuckCanvas-root_t6s9b_42 {
2105
- background: white;
2106
- outline: 1px solid var(--puck-color-grey-09);
2107
- box-sizing: content-box;
2108
- min-width: 321px;
2109
- position: absolute;
2110
- pointer-events: none;
2111
- transform-origin: top;
2112
- top: 0;
2113
- bottom: 0;
2114
- opacity: 0;
2115
- }
2116
- @media (min-width: 1198px) {
2117
- ._PuckCanvas-root_t6s9b_42 {
2118
- min-width: unset;
2119
- }
2120
- }
2121
- @media (prefers-reduced-motion: reduce) {
2122
- ._PuckCanvas-root_t6s9b_42 {
2123
- transition: none !important;
2124
- }
2125
- }
2126
- ._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-root_t6s9b_42 {
2127
- pointer-events: unset;
2128
- opacity: 1;
2129
- }
2130
- ._PuckCanvas-loader_t6s9b_72 {
2131
- align-items: center;
2132
- color: var(--puck-color-grey-06);
2133
- display: flex;
2134
- height: 100%;
2135
- justify-content: center;
2136
- transition: opacity 250ms ease-out;
2137
- opacity: 0;
2138
- }
2139
- ._PuckCanvas--showLoader_t6s9b_82 ._PuckCanvas-loader_t6s9b_72 {
2140
- opacity: 1;
2141
- }
2142
- ._PuckCanvas--showLoader_t6s9b_82._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-loader_t6s9b_72 {
2143
- opacity: 0;
2144
- height: 0;
2145
- transition: none;
2146
- }
2147
- ._PuckCanvas-controls_t6s9b_17 {
2148
- padding-bottom: calc(var(--puck-space-px) * 0.5);
2149
- }
2150
- ._PuckCanvas--fullScreen_t6s9b_22 ._PuckCanvas-controls_t6s9b_17 {
2151
- padding-bottom: 0;
2152
- z-index: 1;
2153
- }
2154
-
2155
1921
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
2156
1922
  @media (min-width: 766px) {
2157
1923
  ._ResizeHandle_144bf_2 {
@@ -2186,173 +1952,31 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2186
1952
  }
2187
1953
 
2188
1954
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
2189
- ._Sidebar_o396p_1 {
2190
- border-block-start: 1px solid var(--puck-color-grey-09);
1955
+ ._Sidebar_1xksb_1 {
2191
1956
  position: relative;
2192
- display: none;
1957
+ display: flex;
2193
1958
  flex-direction: column;
2194
1959
  overflow-y: auto;
2195
1960
  }
2196
- ._Sidebar--isVisible_o396p_9 {
2197
- display: flex;
2198
- }
2199
- ._Sidebar--left_o396p_13 {
1961
+ ._Sidebar--left_1xksb_8 {
2200
1962
  background: var(--puck-color-grey-12);
1963
+ border-inline-end: 1px solid var(--puck-color-grey-09);
2201
1964
  grid-area: left;
2202
1965
  }
2203
- @media (min-width: 766px) {
2204
- ._Sidebar--left_o396p_13 {
2205
- border-block-start: 0;
2206
- border-inline-end: 1px solid var(--puck-color-grey-09);
2207
- }
2208
- }
2209
- ._Sidebar--right_o396p_25 {
1966
+ ._Sidebar--right_1xksb_14 {
2210
1967
  background: var(--puck-color-white);
1968
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2211
1969
  grid-area: right;
2212
1970
  }
2213
- @media (min-width: 766px) {
2214
- ._Sidebar--right_o396p_25 {
2215
- border-block-start: 0;
2216
- border-inline-start: 1px solid var(--puck-color-grey-09);
2217
- }
2218
- }
2219
- ._Sidebar-resizeHandle_o396p_37 {
1971
+ ._Sidebar-resizeHandle_1xksb_20 {
2220
1972
  position: absolute;
2221
1973
  height: 100%;
2222
1974
  }
2223
- ._Sidebar--left_o396p_13 + ._Sidebar-resizeHandle_o396p_37 {
1975
+ ._Sidebar--left_1xksb_8 + ._Sidebar-resizeHandle_1xksb_20 {
2224
1976
  grid-area: left;
2225
1977
  justify-self: end;
2226
1978
  }
2227
- ._Sidebar--right_o396p_25 + ._Sidebar-resizeHandle_o396p_37 {
1979
+ ._Sidebar--right_1xksb_14 + ._Sidebar-resizeHandle_1xksb_20 {
2228
1980
  grid-area: right;
2229
1981
  justify-self: start;
2230
1982
  }
2231
-
2232
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
2233
- ._Nav_3nnxc_1 {
2234
- display: flex;
2235
- }
2236
- ._Nav-list_3nnxc_5 {
2237
- display: flex;
2238
- list-style: none;
2239
- margin: 0;
2240
- padding: 0;
2241
- overflow-x: auto;
2242
- gap: 8px;
2243
- }
2244
- @media (min-width: 638px) {
2245
- ._Nav-list_3nnxc_5 {
2246
- padding-top: 32px;
2247
- flex-direction: column;
2248
- gap: 16px;
2249
- width: 100%;
2250
- }
2251
- }
2252
- ._Nav-mobileActions_3nnxc_23 {
2253
- align-items: center;
2254
- display: flex;
2255
- justify-content: center;
2256
- margin-inline-start: auto;
2257
- padding: 4px 16px;
2258
- border-inline-start: 1px solid var(--puck-color-grey-09);
2259
- }
2260
- @media (min-width: 638px) {
2261
- ._Nav-mobileActions_3nnxc_23 {
2262
- display: none;
2263
- }
2264
- }
2265
- ._NavItem-link_3nnxc_38 {
2266
- align-items: center;
2267
- color: var(--puck-color-grey-03);
2268
- display: flex;
2269
- gap: 8px;
2270
- text-decoration: none;
2271
- cursor: pointer;
2272
- border-radius: 4px;
2273
- padding: 8px 4px;
2274
- width: 64px;
2275
- box-sizing: border-box;
2276
- }
2277
- @media (min-width: 638px) {
2278
- ._NavItem-link_3nnxc_38 {
2279
- width: auto;
2280
- }
2281
- }
2282
- ._NavItem_3nnxc_38:first-of-type {
2283
- padding-left: 16px;
2284
- }
2285
- ._NavItem_3nnxc_38:last-of-type {
2286
- padding-right: 16px;
2287
- }
2288
- @media (min-width: 638px) {
2289
- ._NavItem_3nnxc_38:first-of-type,
2290
- ._NavItem_3nnxc_38:last-of-type {
2291
- padding: 0;
2292
- }
2293
- }
2294
- ._NavItem-link_3nnxc_38 {
2295
- border-top: 4px solid transparent;
2296
- border-bottom: 4px solid transparent;
2297
- border-radius: 0;
2298
- flex-direction: column;
2299
- font-size: var(--puck-font-size-xxxs);
2300
- }
2301
- @media (min-width: 638px) {
2302
- ._NavItem-link_3nnxc_38 {
2303
- border: 0;
2304
- border-left: 4px solid transparent;
2305
- border-right: 4px solid transparent;
2306
- }
2307
- }
2308
- ._NavItem-linkIcon_3nnxc_88 {
2309
- height: 24px;
2310
- width: 24px;
2311
- }
2312
- ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2313
- background-color: var(--puck-color-azure-10);
2314
- color: var(--puck-color-azure-04);
2315
- font-weight: 600;
2316
- }
2317
- ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2318
- background-color: transparent;
2319
- border-top-color: var(--puck-color-azure-04);
2320
- border-top-right-radius: 0;
2321
- border-bottom-right-radius: 0;
2322
- font-weight: 600;
2323
- }
2324
- @media (min-width: 638px) {
2325
- ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2326
- border-top-color: transparent;
2327
- border-right-color: var(--puck-color-azure-04);
2328
- }
2329
- }
2330
- ._NavItem_3nnxc_38:not(._NavItem--active_3nnxc_93) > ._NavItem-link_3nnxc_38:hover {
2331
- background-color: var(--puck-color-azure-11);
2332
- color: var(--puck-color-azure-04);
2333
- }
2334
- @media (min-width: 638px) {
2335
- ._NavItem--mobileOnly_3nnxc_120 {
2336
- display: none;
2337
- }
2338
- }
2339
-
2340
- /* css-module:/home/runner/work/puck/puck/packages/core/plugins/fields/styles.module.css/#css-module-data */
2341
- ._FieldsPlugin_nd930_1 {
2342
- background: white;
2343
- height: 100%;
2344
- overflow-y: auto;
2345
- }
2346
- ._FieldsPlugin-header_nd930_7 {
2347
- border-bottom: 1px solid var(--puck-color-grey-09);
2348
- font-weight: 600;
2349
- padding-bottom: 8px;
2350
- padding-left: 16px;
2351
- padding-right: 16px;
2352
- padding-top: 8px;
2353
- }
2354
- @media (min-width: 638px) {
2355
- ._FieldsPlugin-header_nd930_7 {
2356
- padding: 16px;
2357
- }
2358
- }