@empathyco/x-components 6.0.0-alpha.88 → 6.0.0-alpha.89
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/CHANGELOG.md +8 -0
- package/design-system/deprecated-full-theme.css +1521 -1521
- package/package.json +3 -3
|
@@ -1472,1847 +1472,1847 @@
|
|
|
1472
1472
|
.x-shadow--bottom-10 {
|
|
1473
1473
|
box-shadow: var(--x-string-box-shadow-bottom-10) !important;
|
|
1474
1474
|
}
|
|
1475
|
-
|
|
1476
|
-
border-
|
|
1475
|
+
*[class*=x-border-width--] {
|
|
1476
|
+
border-width: 0;
|
|
1477
1477
|
}
|
|
1478
1478
|
|
|
1479
|
-
.x-border-
|
|
1480
|
-
border-
|
|
1479
|
+
.x-border-width--00 {
|
|
1480
|
+
border-width: 0px !important;
|
|
1481
|
+
border-style: solid !important;
|
|
1481
1482
|
}
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
border-
|
|
1483
|
+
.x-border-width--top-00 {
|
|
1484
|
+
border-top-width: 0px !important;
|
|
1485
|
+
border-style: solid !important;
|
|
1485
1486
|
}
|
|
1486
|
-
|
|
1487
|
-
border-
|
|
1487
|
+
.x-border-width--bottom-00 {
|
|
1488
|
+
border-bottom-width: 0px !important;
|
|
1489
|
+
border-style: solid !important;
|
|
1488
1490
|
}
|
|
1489
|
-
[dir="
|
|
1490
|
-
border-
|
|
1491
|
+
[dir="ltr"] .x-border-width--right-00 {
|
|
1492
|
+
border-right-width: 0px !important;
|
|
1491
1493
|
}
|
|
1492
|
-
[dir="
|
|
1493
|
-
border-
|
|
1494
|
+
[dir="rtl"] .x-border-width--right-00 {
|
|
1495
|
+
border-left-width: 0px !important;
|
|
1494
1496
|
}
|
|
1495
|
-
|
|
1496
|
-
border-
|
|
1497
|
+
.x-border-width--right-00 {
|
|
1498
|
+
border-style: solid !important;
|
|
1497
1499
|
}
|
|
1498
|
-
[dir="ltr"] .x-border-
|
|
1499
|
-
border-
|
|
1500
|
+
[dir="ltr"] .x-border-width--left-00 {
|
|
1501
|
+
border-left-width: 0px !important;
|
|
1500
1502
|
}
|
|
1501
|
-
[dir="rtl"] .x-border-
|
|
1502
|
-
border-
|
|
1503
|
+
[dir="rtl"] .x-border-width--left-00 {
|
|
1504
|
+
border-right-width: 0px !important;
|
|
1503
1505
|
}
|
|
1504
|
-
|
|
1505
|
-
border-
|
|
1506
|
+
.x-border-width--left-00 {
|
|
1507
|
+
border-style: solid !important;
|
|
1506
1508
|
}
|
|
1507
|
-
|
|
1508
|
-
border-
|
|
1509
|
+
.x-border-width--01 {
|
|
1510
|
+
border-width: 1px !important;
|
|
1511
|
+
border-style: solid !important;
|
|
1509
1512
|
}
|
|
1510
|
-
|
|
1511
|
-
border-top-
|
|
1513
|
+
.x-border-width--top-01 {
|
|
1514
|
+
border-top-width: 1px !important;
|
|
1515
|
+
border-style: solid !important;
|
|
1512
1516
|
}
|
|
1513
|
-
|
|
1514
|
-
border-
|
|
1517
|
+
.x-border-width--bottom-01 {
|
|
1518
|
+
border-bottom-width: 1px !important;
|
|
1519
|
+
border-style: solid !important;
|
|
1515
1520
|
}
|
|
1516
|
-
[dir="ltr"] .x-border-
|
|
1517
|
-
border-
|
|
1521
|
+
[dir="ltr"] .x-border-width--right-01 {
|
|
1522
|
+
border-right-width: 1px !important;
|
|
1518
1523
|
}
|
|
1519
|
-
[dir="rtl"] .x-border-
|
|
1520
|
-
border-
|
|
1524
|
+
[dir="rtl"] .x-border-width--right-01 {
|
|
1525
|
+
border-left-width: 1px !important;
|
|
1521
1526
|
}
|
|
1522
|
-
|
|
1523
|
-
border-
|
|
1527
|
+
.x-border-width--right-01 {
|
|
1528
|
+
border-style: solid !important;
|
|
1524
1529
|
}
|
|
1525
|
-
[dir="
|
|
1526
|
-
border-
|
|
1530
|
+
[dir="ltr"] .x-border-width--left-01 {
|
|
1531
|
+
border-left-width: 1px !important;
|
|
1527
1532
|
}
|
|
1528
|
-
[dir="
|
|
1529
|
-
border-
|
|
1533
|
+
[dir="rtl"] .x-border-width--left-01 {
|
|
1534
|
+
border-right-width: 1px !important;
|
|
1530
1535
|
}
|
|
1531
|
-
|
|
1532
|
-
border-
|
|
1536
|
+
.x-border-width--left-01 {
|
|
1537
|
+
border-style: solid !important;
|
|
1533
1538
|
}
|
|
1534
|
-
|
|
1535
|
-
border-
|
|
1539
|
+
.x-border-width--02 {
|
|
1540
|
+
border-width: 2px !important;
|
|
1541
|
+
border-style: solid !important;
|
|
1536
1542
|
}
|
|
1537
|
-
|
|
1538
|
-
border-top-
|
|
1543
|
+
.x-border-width--top-02 {
|
|
1544
|
+
border-top-width: 2px !important;
|
|
1545
|
+
border-style: solid !important;
|
|
1539
1546
|
}
|
|
1540
|
-
|
|
1541
|
-
border-
|
|
1547
|
+
.x-border-width--bottom-02 {
|
|
1548
|
+
border-bottom-width: 2px !important;
|
|
1549
|
+
border-style: solid !important;
|
|
1542
1550
|
}
|
|
1543
|
-
[dir="
|
|
1544
|
-
border-
|
|
1551
|
+
[dir="ltr"] .x-border-width--right-02 {
|
|
1552
|
+
border-right-width: 2px !important;
|
|
1545
1553
|
}
|
|
1546
|
-
[dir="
|
|
1547
|
-
border-
|
|
1554
|
+
[dir="rtl"] .x-border-width--right-02 {
|
|
1555
|
+
border-left-width: 2px !important;
|
|
1548
1556
|
}
|
|
1549
|
-
|
|
1550
|
-
border-
|
|
1557
|
+
.x-border-width--right-02 {
|
|
1558
|
+
border-style: solid !important;
|
|
1551
1559
|
}
|
|
1552
|
-
[dir="ltr"] .x-border-
|
|
1553
|
-
border-
|
|
1560
|
+
[dir="ltr"] .x-border-width--left-02 {
|
|
1561
|
+
border-left-width: 2px !important;
|
|
1554
1562
|
}
|
|
1555
|
-
[dir="rtl"] .x-border-
|
|
1556
|
-
border-
|
|
1563
|
+
[dir="rtl"] .x-border-width--left-02 {
|
|
1564
|
+
border-right-width: 2px !important;
|
|
1557
1565
|
}
|
|
1558
|
-
.x-border-
|
|
1559
|
-
border-
|
|
1566
|
+
.x-border-width--left-02 {
|
|
1567
|
+
border-style: solid !important;
|
|
1560
1568
|
}
|
|
1561
|
-
|
|
1562
|
-
border-
|
|
1569
|
+
.x-border-width--03 {
|
|
1570
|
+
border-width: 3px !important;
|
|
1571
|
+
border-style: solid !important;
|
|
1563
1572
|
}
|
|
1564
|
-
|
|
1565
|
-
border-top-
|
|
1573
|
+
.x-border-width--top-03 {
|
|
1574
|
+
border-top-width: 3px !important;
|
|
1575
|
+
border-style: solid !important;
|
|
1566
1576
|
}
|
|
1567
|
-
|
|
1568
|
-
border-
|
|
1577
|
+
.x-border-width--bottom-03 {
|
|
1578
|
+
border-bottom-width: 3px !important;
|
|
1579
|
+
border-style: solid !important;
|
|
1569
1580
|
}
|
|
1570
|
-
[dir="
|
|
1571
|
-
border-
|
|
1581
|
+
[dir="ltr"] .x-border-width--right-03 {
|
|
1582
|
+
border-right-width: 3px !important;
|
|
1572
1583
|
}
|
|
1573
|
-
[dir="
|
|
1574
|
-
border-
|
|
1584
|
+
[dir="rtl"] .x-border-width--right-03 {
|
|
1585
|
+
border-left-width: 3px !important;
|
|
1575
1586
|
}
|
|
1576
|
-
|
|
1577
|
-
border-
|
|
1587
|
+
.x-border-width--right-03 {
|
|
1588
|
+
border-style: solid !important;
|
|
1578
1589
|
}
|
|
1579
|
-
[dir="ltr"] .x-border-
|
|
1580
|
-
border-
|
|
1590
|
+
[dir="ltr"] .x-border-width--left-03 {
|
|
1591
|
+
border-left-width: 3px !important;
|
|
1581
1592
|
}
|
|
1582
|
-
[dir="rtl"] .x-border-
|
|
1583
|
-
border-
|
|
1593
|
+
[dir="rtl"] .x-border-width--left-03 {
|
|
1594
|
+
border-right-width: 3px !important;
|
|
1584
1595
|
}
|
|
1585
|
-
|
|
1586
|
-
border-
|
|
1596
|
+
.x-border-width--left-03 {
|
|
1597
|
+
border-style: solid !important;
|
|
1587
1598
|
}
|
|
1588
|
-
|
|
1589
|
-
border-
|
|
1599
|
+
.x-border-width--04 {
|
|
1600
|
+
border-width: 4px !important;
|
|
1601
|
+
border-style: solid !important;
|
|
1590
1602
|
}
|
|
1591
|
-
|
|
1592
|
-
border-
|
|
1603
|
+
.x-border-width--top-04 {
|
|
1604
|
+
border-top-width: 4px !important;
|
|
1605
|
+
border-style: solid !important;
|
|
1593
1606
|
}
|
|
1594
|
-
|
|
1595
|
-
border-bottom-
|
|
1607
|
+
.x-border-width--bottom-04 {
|
|
1608
|
+
border-bottom-width: 4px !important;
|
|
1609
|
+
border-style: solid !important;
|
|
1596
1610
|
}
|
|
1597
|
-
[dir="ltr"] .x-border-
|
|
1598
|
-
border-
|
|
1611
|
+
[dir="ltr"] .x-border-width--right-04 {
|
|
1612
|
+
border-right-width: 4px !important;
|
|
1599
1613
|
}
|
|
1600
|
-
[dir="rtl"] .x-border-
|
|
1601
|
-
border-
|
|
1614
|
+
[dir="rtl"] .x-border-width--right-04 {
|
|
1615
|
+
border-left-width: 4px !important;
|
|
1602
1616
|
}
|
|
1603
|
-
|
|
1604
|
-
border-
|
|
1617
|
+
.x-border-width--right-04 {
|
|
1618
|
+
border-style: solid !important;
|
|
1605
1619
|
}
|
|
1606
|
-
[dir="
|
|
1607
|
-
border-
|
|
1620
|
+
[dir="ltr"] .x-border-width--left-04 {
|
|
1621
|
+
border-left-width: 4px !important;
|
|
1608
1622
|
}
|
|
1609
|
-
[dir="
|
|
1610
|
-
border-
|
|
1623
|
+
[dir="rtl"] .x-border-width--left-04 {
|
|
1624
|
+
border-right-width: 4px !important;
|
|
1611
1625
|
}
|
|
1612
|
-
|
|
1613
|
-
border-
|
|
1626
|
+
.x-border-width--left-04 {
|
|
1627
|
+
border-style: solid !important;
|
|
1614
1628
|
}
|
|
1615
|
-
|
|
1616
|
-
border-
|
|
1629
|
+
.x-border-width--05 {
|
|
1630
|
+
border-width: 5px !important;
|
|
1631
|
+
border-style: solid !important;
|
|
1617
1632
|
}
|
|
1618
|
-
|
|
1619
|
-
border-top-
|
|
1633
|
+
.x-border-width--top-05 {
|
|
1634
|
+
border-top-width: 5px !important;
|
|
1635
|
+
border-style: solid !important;
|
|
1620
1636
|
}
|
|
1621
|
-
|
|
1622
|
-
border-bottom-
|
|
1637
|
+
.x-border-width--bottom-05 {
|
|
1638
|
+
border-bottom-width: 5px !important;
|
|
1639
|
+
border-style: solid !important;
|
|
1623
1640
|
}
|
|
1624
|
-
[dir="
|
|
1625
|
-
border-
|
|
1641
|
+
[dir="ltr"] .x-border-width--right-05 {
|
|
1642
|
+
border-right-width: 5px !important;
|
|
1626
1643
|
}
|
|
1627
|
-
[dir="
|
|
1628
|
-
border-
|
|
1644
|
+
[dir="rtl"] .x-border-width--right-05 {
|
|
1645
|
+
border-left-width: 5px !important;
|
|
1629
1646
|
}
|
|
1630
|
-
|
|
1631
|
-
border-
|
|
1647
|
+
.x-border-width--right-05 {
|
|
1648
|
+
border-style: solid !important;
|
|
1632
1649
|
}
|
|
1633
|
-
.x-border-
|
|
1634
|
-
border-
|
|
1650
|
+
[dir="ltr"] .x-border-width--left-05 {
|
|
1651
|
+
border-left-width: 5px !important;
|
|
1635
1652
|
}
|
|
1636
|
-
[dir="
|
|
1637
|
-
border-
|
|
1653
|
+
[dir="rtl"] .x-border-width--left-05 {
|
|
1654
|
+
border-right-width: 5px !important;
|
|
1638
1655
|
}
|
|
1639
|
-
|
|
1640
|
-
border-
|
|
1656
|
+
.x-border-width--left-05 {
|
|
1657
|
+
border-style: solid !important;
|
|
1641
1658
|
}
|
|
1642
|
-
|
|
1643
|
-
border-
|
|
1659
|
+
.x-border-width--06 {
|
|
1660
|
+
border-width: 6px !important;
|
|
1661
|
+
border-style: solid !important;
|
|
1644
1662
|
}
|
|
1645
|
-
|
|
1646
|
-
border-top-
|
|
1663
|
+
.x-border-width--top-06 {
|
|
1664
|
+
border-top-width: 6px !important;
|
|
1665
|
+
border-style: solid !important;
|
|
1647
1666
|
}
|
|
1648
|
-
|
|
1649
|
-
border-bottom-
|
|
1667
|
+
.x-border-width--bottom-06 {
|
|
1668
|
+
border-bottom-width: 6px !important;
|
|
1669
|
+
border-style: solid !important;
|
|
1650
1670
|
}
|
|
1651
|
-
[dir="
|
|
1652
|
-
border-
|
|
1671
|
+
[dir="ltr"] .x-border-width--right-06 {
|
|
1672
|
+
border-right-width: 6px !important;
|
|
1653
1673
|
}
|
|
1654
|
-
[dir="
|
|
1655
|
-
border-
|
|
1674
|
+
[dir="rtl"] .x-border-width--right-06 {
|
|
1675
|
+
border-left-width: 6px !important;
|
|
1656
1676
|
}
|
|
1657
|
-
|
|
1658
|
-
border-
|
|
1677
|
+
.x-border-width--right-06 {
|
|
1678
|
+
border-style: solid !important;
|
|
1659
1679
|
}
|
|
1660
|
-
[dir="ltr"] .x-border-
|
|
1661
|
-
border-
|
|
1680
|
+
[dir="ltr"] .x-border-width--left-06 {
|
|
1681
|
+
border-left-width: 6px !important;
|
|
1662
1682
|
}
|
|
1663
|
-
[dir="rtl"] .x-border-
|
|
1664
|
-
border-
|
|
1683
|
+
[dir="rtl"] .x-border-width--left-06 {
|
|
1684
|
+
border-right-width: 6px !important;
|
|
1665
1685
|
}
|
|
1666
|
-
|
|
1667
|
-
border-
|
|
1686
|
+
.x-border-width--left-06 {
|
|
1687
|
+
border-style: solid !important;
|
|
1668
1688
|
}
|
|
1669
|
-
|
|
1670
|
-
border-
|
|
1689
|
+
.x-border-width--07 {
|
|
1690
|
+
border-width: 7px !important;
|
|
1691
|
+
border-style: solid !important;
|
|
1671
1692
|
}
|
|
1672
|
-
|
|
1673
|
-
border-top-
|
|
1693
|
+
.x-border-width--top-07 {
|
|
1694
|
+
border-top-width: 7px !important;
|
|
1695
|
+
border-style: solid !important;
|
|
1674
1696
|
}
|
|
1675
|
-
|
|
1676
|
-
border-
|
|
1697
|
+
.x-border-width--bottom-07 {
|
|
1698
|
+
border-bottom-width: 7px !important;
|
|
1699
|
+
border-style: solid !important;
|
|
1677
1700
|
}
|
|
1678
|
-
[dir="ltr"] .x-border-
|
|
1679
|
-
border-
|
|
1701
|
+
[dir="ltr"] .x-border-width--right-07 {
|
|
1702
|
+
border-right-width: 7px !important;
|
|
1680
1703
|
}
|
|
1681
|
-
[dir="rtl"] .x-border-
|
|
1682
|
-
border-
|
|
1704
|
+
[dir="rtl"] .x-border-width--right-07 {
|
|
1705
|
+
border-left-width: 7px !important;
|
|
1683
1706
|
}
|
|
1684
|
-
|
|
1685
|
-
border-
|
|
1707
|
+
.x-border-width--right-07 {
|
|
1708
|
+
border-style: solid !important;
|
|
1686
1709
|
}
|
|
1687
|
-
[dir="
|
|
1688
|
-
border-
|
|
1710
|
+
[dir="ltr"] .x-border-width--left-07 {
|
|
1711
|
+
border-left-width: 7px !important;
|
|
1689
1712
|
}
|
|
1690
|
-
[dir="
|
|
1691
|
-
border-
|
|
1713
|
+
[dir="rtl"] .x-border-width--left-07 {
|
|
1714
|
+
border-right-width: 7px !important;
|
|
1692
1715
|
}
|
|
1693
|
-
|
|
1694
|
-
border-
|
|
1716
|
+
.x-border-width--left-07 {
|
|
1717
|
+
border-style: solid !important;
|
|
1695
1718
|
}
|
|
1696
|
-
|
|
1697
|
-
border-
|
|
1719
|
+
.x-border-width--08 {
|
|
1720
|
+
border-width: 8px !important;
|
|
1721
|
+
border-style: solid !important;
|
|
1698
1722
|
}
|
|
1699
|
-
|
|
1700
|
-
border-
|
|
1723
|
+
.x-border-width--top-08 {
|
|
1724
|
+
border-top-width: 8px !important;
|
|
1725
|
+
border-style: solid !important;
|
|
1701
1726
|
}
|
|
1702
|
-
|
|
1703
|
-
border-bottom-
|
|
1727
|
+
.x-border-width--bottom-08 {
|
|
1728
|
+
border-bottom-width: 8px !important;
|
|
1729
|
+
border-style: solid !important;
|
|
1704
1730
|
}
|
|
1705
|
-
[dir="
|
|
1706
|
-
border-
|
|
1731
|
+
[dir="ltr"] .x-border-width--right-08 {
|
|
1732
|
+
border-right-width: 8px !important;
|
|
1707
1733
|
}
|
|
1708
|
-
.x-border-
|
|
1709
|
-
border-
|
|
1734
|
+
[dir="rtl"] .x-border-width--right-08 {
|
|
1735
|
+
border-left-width: 8px !important;
|
|
1710
1736
|
}
|
|
1711
|
-
|
|
1712
|
-
border-
|
|
1737
|
+
.x-border-width--right-08 {
|
|
1738
|
+
border-style: solid !important;
|
|
1713
1739
|
}
|
|
1714
|
-
[dir="
|
|
1715
|
-
border-
|
|
1740
|
+
[dir="ltr"] .x-border-width--left-08 {
|
|
1741
|
+
border-left-width: 8px !important;
|
|
1716
1742
|
}
|
|
1717
|
-
[dir="
|
|
1718
|
-
border-
|
|
1743
|
+
[dir="rtl"] .x-border-width--left-08 {
|
|
1744
|
+
border-right-width: 8px !important;
|
|
1719
1745
|
}
|
|
1720
|
-
|
|
1721
|
-
border-
|
|
1746
|
+
.x-border-width--left-08 {
|
|
1747
|
+
border-style: solid !important;
|
|
1722
1748
|
}
|
|
1723
|
-
|
|
1724
|
-
border-
|
|
1749
|
+
.x-border-width--09 {
|
|
1750
|
+
border-width: 9px !important;
|
|
1751
|
+
border-style: solid !important;
|
|
1725
1752
|
}
|
|
1726
|
-
|
|
1727
|
-
border-
|
|
1753
|
+
.x-border-width--top-09 {
|
|
1754
|
+
border-top-width: 9px !important;
|
|
1755
|
+
border-style: solid !important;
|
|
1728
1756
|
}
|
|
1729
|
-
|
|
1730
|
-
border-bottom-
|
|
1757
|
+
.x-border-width--bottom-09 {
|
|
1758
|
+
border-bottom-width: 9px !important;
|
|
1759
|
+
border-style: solid !important;
|
|
1731
1760
|
}
|
|
1732
|
-
[dir="
|
|
1733
|
-
border-
|
|
1761
|
+
[dir="ltr"] .x-border-width--right-09 {
|
|
1762
|
+
border-right-width: 9px !important;
|
|
1734
1763
|
}
|
|
1735
|
-
[dir="
|
|
1736
|
-
border-
|
|
1764
|
+
[dir="rtl"] .x-border-width--right-09 {
|
|
1765
|
+
border-left-width: 9px !important;
|
|
1737
1766
|
}
|
|
1738
|
-
|
|
1739
|
-
border-
|
|
1767
|
+
.x-border-width--right-09 {
|
|
1768
|
+
border-style: solid !important;
|
|
1740
1769
|
}
|
|
1741
|
-
[dir="ltr"] .x-border-
|
|
1742
|
-
border-
|
|
1770
|
+
[dir="ltr"] .x-border-width--left-09 {
|
|
1771
|
+
border-left-width: 9px !important;
|
|
1743
1772
|
}
|
|
1744
|
-
[dir="rtl"] .x-border-
|
|
1745
|
-
border-
|
|
1773
|
+
[dir="rtl"] .x-border-width--left-09 {
|
|
1774
|
+
border-right-width: 9px !important;
|
|
1746
1775
|
}
|
|
1747
|
-
|
|
1748
|
-
border-
|
|
1776
|
+
.x-border-width--left-09 {
|
|
1777
|
+
border-style: solid !important;
|
|
1749
1778
|
}
|
|
1750
|
-
|
|
1751
|
-
border-
|
|
1779
|
+
.x-border-width--10 {
|
|
1780
|
+
border-width: 10px !important;
|
|
1781
|
+
border-style: solid !important;
|
|
1752
1782
|
}
|
|
1753
|
-
|
|
1754
|
-
border-
|
|
1783
|
+
.x-border-width--top-10 {
|
|
1784
|
+
border-top-width: 10px !important;
|
|
1785
|
+
border-style: solid !important;
|
|
1755
1786
|
}
|
|
1756
|
-
|
|
1757
|
-
border-bottom-
|
|
1787
|
+
.x-border-width--bottom-10 {
|
|
1788
|
+
border-bottom-width: 10px !important;
|
|
1789
|
+
border-style: solid !important;
|
|
1758
1790
|
}
|
|
1759
|
-
[dir="ltr"] .x-border-
|
|
1760
|
-
border-
|
|
1791
|
+
[dir="ltr"] .x-border-width--right-10 {
|
|
1792
|
+
border-right-width: 10px !important;
|
|
1761
1793
|
}
|
|
1762
|
-
[dir="rtl"] .x-border-
|
|
1763
|
-
border-
|
|
1794
|
+
[dir="rtl"] .x-border-width--right-10 {
|
|
1795
|
+
border-left-width: 10px !important;
|
|
1764
1796
|
}
|
|
1765
|
-
|
|
1766
|
-
border-
|
|
1797
|
+
.x-border-width--right-10 {
|
|
1798
|
+
border-style: solid !important;
|
|
1767
1799
|
}
|
|
1768
|
-
[dir="
|
|
1769
|
-
border-
|
|
1800
|
+
[dir="ltr"] .x-border-width--left-10 {
|
|
1801
|
+
border-left-width: 10px !important;
|
|
1770
1802
|
}
|
|
1771
|
-
[dir="
|
|
1772
|
-
border-
|
|
1803
|
+
[dir="rtl"] .x-border-width--left-10 {
|
|
1804
|
+
border-right-width: 10px !important;
|
|
1773
1805
|
}
|
|
1774
|
-
|
|
1775
|
-
border-
|
|
1806
|
+
.x-border-width--left-10 {
|
|
1807
|
+
border-style: solid !important;
|
|
1776
1808
|
}
|
|
1777
|
-
|
|
1778
|
-
border-
|
|
1809
|
+
.x-border-radius--00 {
|
|
1810
|
+
border-radius: 0 !important;
|
|
1779
1811
|
}
|
|
1780
|
-
|
|
1781
|
-
|
|
1812
|
+
|
|
1813
|
+
.x-border-radius--pill {
|
|
1814
|
+
border-radius: 99999px !important;
|
|
1782
1815
|
}
|
|
1783
|
-
|
|
1784
|
-
|
|
1816
|
+
|
|
1817
|
+
.x-border-radius--01 {
|
|
1818
|
+
border-radius: var(--x-size-base-01) !important;
|
|
1785
1819
|
}
|
|
1786
|
-
[dir="ltr"] .x-border-radius--top-
|
|
1787
|
-
border-top-left-radius: var(--x-size-base-
|
|
1820
|
+
[dir="ltr"] .x-border-radius--top-01 {
|
|
1821
|
+
border-top-left-radius: var(--x-size-base-01) !important;
|
|
1788
1822
|
}
|
|
1789
|
-
[dir="rtl"] .x-border-radius--top-
|
|
1790
|
-
border-top-right-radius: var(--x-size-base-
|
|
1823
|
+
[dir="rtl"] .x-border-radius--top-01 {
|
|
1824
|
+
border-top-right-radius: var(--x-size-base-01) !important;
|
|
1791
1825
|
}
|
|
1792
|
-
[dir="ltr"] .x-border-radius--top-
|
|
1793
|
-
border-top-right-radius: var(--x-size-base-
|
|
1826
|
+
[dir="ltr"] .x-border-radius--top-01 {
|
|
1827
|
+
border-top-right-radius: var(--x-size-base-01) !important;
|
|
1794
1828
|
}
|
|
1795
|
-
[dir="rtl"] .x-border-radius--top-
|
|
1796
|
-
border-top-left-radius: var(--x-size-base-
|
|
1829
|
+
[dir="rtl"] .x-border-radius--top-01 {
|
|
1830
|
+
border-top-left-radius: var(--x-size-base-01) !important;
|
|
1797
1831
|
}
|
|
1798
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
1799
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
1832
|
+
[dir="ltr"] .x-border-radius--bottom-01 {
|
|
1833
|
+
border-bottom-left-radius: var(--x-size-base-01) !important;
|
|
1800
1834
|
}
|
|
1801
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
1802
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1835
|
+
[dir="rtl"] .x-border-radius--bottom-01 {
|
|
1836
|
+
border-bottom-right-radius: var(--x-size-base-01) !important;
|
|
1803
1837
|
}
|
|
1804
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
1805
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1838
|
+
[dir="ltr"] .x-border-radius--bottom-01 {
|
|
1839
|
+
border-bottom-right-radius: var(--x-size-base-01) !important;
|
|
1806
1840
|
}
|
|
1807
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
1808
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
1841
|
+
[dir="rtl"] .x-border-radius--bottom-01 {
|
|
1842
|
+
border-bottom-left-radius: var(--x-size-base-01) !important;
|
|
1809
1843
|
}
|
|
1810
|
-
[dir="ltr"] .x-border-radius--right-
|
|
1811
|
-
border-top-right-radius: var(--x-size-base-
|
|
1844
|
+
[dir="ltr"] .x-border-radius--right-01 {
|
|
1845
|
+
border-top-right-radius: var(--x-size-base-01) !important;
|
|
1812
1846
|
}
|
|
1813
|
-
[dir="rtl"] .x-border-radius--right-
|
|
1814
|
-
border-top-left-radius: var(--x-size-base-
|
|
1847
|
+
[dir="rtl"] .x-border-radius--right-01 {
|
|
1848
|
+
border-top-left-radius: var(--x-size-base-01) !important;
|
|
1815
1849
|
}
|
|
1816
|
-
[dir="ltr"] .x-border-radius--right-
|
|
1817
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1850
|
+
[dir="ltr"] .x-border-radius--right-01 {
|
|
1851
|
+
border-bottom-right-radius: var(--x-size-base-01) !important;
|
|
1818
1852
|
}
|
|
1819
|
-
[dir="rtl"] .x-border-radius--right-
|
|
1820
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
1853
|
+
[dir="rtl"] .x-border-radius--right-01 {
|
|
1854
|
+
border-bottom-left-radius: var(--x-size-base-01) !important;
|
|
1821
1855
|
}
|
|
1822
|
-
[dir="ltr"] .x-border-radius--left-
|
|
1823
|
-
border-top-left-radius: var(--x-size-base-
|
|
1856
|
+
[dir="ltr"] .x-border-radius--left-01 {
|
|
1857
|
+
border-top-left-radius: var(--x-size-base-01) !important;
|
|
1824
1858
|
}
|
|
1825
|
-
[dir="rtl"] .x-border-radius--left-
|
|
1826
|
-
border-top-right-radius: var(--x-size-base-
|
|
1859
|
+
[dir="rtl"] .x-border-radius--left-01 {
|
|
1860
|
+
border-top-right-radius: var(--x-size-base-01) !important;
|
|
1827
1861
|
}
|
|
1828
|
-
[dir="ltr"] .x-border-radius--left-
|
|
1829
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
1862
|
+
[dir="ltr"] .x-border-radius--left-01 {
|
|
1863
|
+
border-bottom-left-radius: var(--x-size-base-01) !important;
|
|
1830
1864
|
}
|
|
1831
|
-
[dir="rtl"] .x-border-radius--left-
|
|
1832
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1865
|
+
[dir="rtl"] .x-border-radius--left-01 {
|
|
1866
|
+
border-bottom-right-radius: var(--x-size-base-01) !important;
|
|
1833
1867
|
}
|
|
1834
|
-
[dir="ltr"] .x-border-radius--top-left-
|
|
1835
|
-
border-top-left-radius: var(--x-size-base-
|
|
1868
|
+
[dir="ltr"] .x-border-radius--top-left-01 {
|
|
1869
|
+
border-top-left-radius: var(--x-size-base-01) !important;
|
|
1836
1870
|
}
|
|
1837
|
-
[dir="rtl"] .x-border-radius--top-left-
|
|
1838
|
-
border-top-right-radius: var(--x-size-base-
|
|
1871
|
+
[dir="rtl"] .x-border-radius--top-left-01 {
|
|
1872
|
+
border-top-right-radius: var(--x-size-base-01) !important;
|
|
1839
1873
|
}
|
|
1840
|
-
[dir="ltr"] .x-border-radius--top-right-
|
|
1841
|
-
border-top-right-radius: var(--x-size-base-
|
|
1874
|
+
[dir="ltr"] .x-border-radius--top-right-01 {
|
|
1875
|
+
border-top-right-radius: var(--x-size-base-01) !important;
|
|
1842
1876
|
}
|
|
1843
|
-
[dir="rtl"] .x-border-radius--top-right-
|
|
1844
|
-
border-top-left-radius: var(--x-size-base-
|
|
1877
|
+
[dir="rtl"] .x-border-radius--top-right-01 {
|
|
1878
|
+
border-top-left-radius: var(--x-size-base-01) !important;
|
|
1845
1879
|
}
|
|
1846
|
-
[dir="ltr"] .x-border-radius--bottom-left-
|
|
1847
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
1880
|
+
[dir="ltr"] .x-border-radius--bottom-left-01 {
|
|
1881
|
+
border-bottom-left-radius: var(--x-size-base-01) !important;
|
|
1848
1882
|
}
|
|
1849
|
-
[dir="rtl"] .x-border-radius--bottom-left-
|
|
1850
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1883
|
+
[dir="rtl"] .x-border-radius--bottom-left-01 {
|
|
1884
|
+
border-bottom-right-radius: var(--x-size-base-01) !important;
|
|
1851
1885
|
}
|
|
1852
|
-
[dir="ltr"] .x-border-radius--bottom-right-
|
|
1853
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1886
|
+
[dir="ltr"] .x-border-radius--bottom-right-01 {
|
|
1887
|
+
border-bottom-right-radius: var(--x-size-base-01) !important;
|
|
1854
1888
|
}
|
|
1855
|
-
[dir="rtl"] .x-border-radius--bottom-right-
|
|
1856
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
1889
|
+
[dir="rtl"] .x-border-radius--bottom-right-01 {
|
|
1890
|
+
border-bottom-left-radius: var(--x-size-base-01) !important;
|
|
1857
1891
|
}
|
|
1858
|
-
.x-border-radius--
|
|
1859
|
-
border-radius: var(--x-size-base-
|
|
1892
|
+
.x-border-radius--02 {
|
|
1893
|
+
border-radius: var(--x-size-base-02) !important;
|
|
1860
1894
|
}
|
|
1861
|
-
[dir="ltr"] .x-border-radius--top-
|
|
1862
|
-
border-top-left-radius: var(--x-size-base-
|
|
1895
|
+
[dir="ltr"] .x-border-radius--top-02 {
|
|
1896
|
+
border-top-left-radius: var(--x-size-base-02) !important;
|
|
1863
1897
|
}
|
|
1864
|
-
[dir="rtl"] .x-border-radius--top-
|
|
1865
|
-
border-top-right-radius: var(--x-size-base-
|
|
1898
|
+
[dir="rtl"] .x-border-radius--top-02 {
|
|
1899
|
+
border-top-right-radius: var(--x-size-base-02) !important;
|
|
1866
1900
|
}
|
|
1867
|
-
[dir="ltr"] .x-border-radius--top-
|
|
1868
|
-
border-top-right-radius: var(--x-size-base-
|
|
1901
|
+
[dir="ltr"] .x-border-radius--top-02 {
|
|
1902
|
+
border-top-right-radius: var(--x-size-base-02) !important;
|
|
1869
1903
|
}
|
|
1870
|
-
[dir="rtl"] .x-border-radius--top-
|
|
1871
|
-
border-top-left-radius: var(--x-size-base-
|
|
1904
|
+
[dir="rtl"] .x-border-radius--top-02 {
|
|
1905
|
+
border-top-left-radius: var(--x-size-base-02) !important;
|
|
1872
1906
|
}
|
|
1873
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
1874
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
1907
|
+
[dir="ltr"] .x-border-radius--bottom-02 {
|
|
1908
|
+
border-bottom-left-radius: var(--x-size-base-02) !important;
|
|
1875
1909
|
}
|
|
1876
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
1877
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1910
|
+
[dir="rtl"] .x-border-radius--bottom-02 {
|
|
1911
|
+
border-bottom-right-radius: var(--x-size-base-02) !important;
|
|
1878
1912
|
}
|
|
1879
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
1880
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1913
|
+
[dir="ltr"] .x-border-radius--bottom-02 {
|
|
1914
|
+
border-bottom-right-radius: var(--x-size-base-02) !important;
|
|
1881
1915
|
}
|
|
1882
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
1883
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
1916
|
+
[dir="rtl"] .x-border-radius--bottom-02 {
|
|
1917
|
+
border-bottom-left-radius: var(--x-size-base-02) !important;
|
|
1884
1918
|
}
|
|
1885
|
-
[dir="ltr"] .x-border-radius--right-
|
|
1886
|
-
border-top-right-radius: var(--x-size-base-
|
|
1919
|
+
[dir="ltr"] .x-border-radius--right-02 {
|
|
1920
|
+
border-top-right-radius: var(--x-size-base-02) !important;
|
|
1887
1921
|
}
|
|
1888
|
-
[dir="rtl"] .x-border-radius--right-
|
|
1889
|
-
border-top-left-radius: var(--x-size-base-
|
|
1922
|
+
[dir="rtl"] .x-border-radius--right-02 {
|
|
1923
|
+
border-top-left-radius: var(--x-size-base-02) !important;
|
|
1890
1924
|
}
|
|
1891
|
-
[dir="ltr"] .x-border-radius--right-
|
|
1892
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1925
|
+
[dir="ltr"] .x-border-radius--right-02 {
|
|
1926
|
+
border-bottom-right-radius: var(--x-size-base-02) !important;
|
|
1893
1927
|
}
|
|
1894
|
-
[dir="rtl"] .x-border-radius--right-
|
|
1895
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
1928
|
+
[dir="rtl"] .x-border-radius--right-02 {
|
|
1929
|
+
border-bottom-left-radius: var(--x-size-base-02) !important;
|
|
1896
1930
|
}
|
|
1897
|
-
[dir="ltr"] .x-border-radius--left-
|
|
1898
|
-
border-top-left-radius: var(--x-size-base-
|
|
1931
|
+
[dir="ltr"] .x-border-radius--left-02 {
|
|
1932
|
+
border-top-left-radius: var(--x-size-base-02) !important;
|
|
1899
1933
|
}
|
|
1900
|
-
[dir="rtl"] .x-border-radius--left-
|
|
1901
|
-
border-top-right-radius: var(--x-size-base-
|
|
1934
|
+
[dir="rtl"] .x-border-radius--left-02 {
|
|
1935
|
+
border-top-right-radius: var(--x-size-base-02) !important;
|
|
1902
1936
|
}
|
|
1903
|
-
[dir="ltr"] .x-border-radius--left-
|
|
1904
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
1937
|
+
[dir="ltr"] .x-border-radius--left-02 {
|
|
1938
|
+
border-bottom-left-radius: var(--x-size-base-02) !important;
|
|
1905
1939
|
}
|
|
1906
|
-
[dir="rtl"] .x-border-radius--left-
|
|
1907
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1940
|
+
[dir="rtl"] .x-border-radius--left-02 {
|
|
1941
|
+
border-bottom-right-radius: var(--x-size-base-02) !important;
|
|
1908
1942
|
}
|
|
1909
|
-
[dir="ltr"] .x-border-radius--top-left-
|
|
1910
|
-
border-top-left-radius: var(--x-size-base-
|
|
1943
|
+
[dir="ltr"] .x-border-radius--top-left-02 {
|
|
1944
|
+
border-top-left-radius: var(--x-size-base-02) !important;
|
|
1911
1945
|
}
|
|
1912
|
-
[dir="rtl"] .x-border-radius--top-left-
|
|
1913
|
-
border-top-right-radius: var(--x-size-base-
|
|
1946
|
+
[dir="rtl"] .x-border-radius--top-left-02 {
|
|
1947
|
+
border-top-right-radius: var(--x-size-base-02) !important;
|
|
1914
1948
|
}
|
|
1915
|
-
[dir="ltr"] .x-border-radius--top-right-
|
|
1916
|
-
border-top-right-radius: var(--x-size-base-
|
|
1949
|
+
[dir="ltr"] .x-border-radius--top-right-02 {
|
|
1950
|
+
border-top-right-radius: var(--x-size-base-02) !important;
|
|
1917
1951
|
}
|
|
1918
|
-
[dir="rtl"] .x-border-radius--top-right-
|
|
1919
|
-
border-top-left-radius: var(--x-size-base-
|
|
1952
|
+
[dir="rtl"] .x-border-radius--top-right-02 {
|
|
1953
|
+
border-top-left-radius: var(--x-size-base-02) !important;
|
|
1920
1954
|
}
|
|
1921
|
-
[dir="ltr"] .x-border-radius--bottom-left-
|
|
1922
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
1955
|
+
[dir="ltr"] .x-border-radius--bottom-left-02 {
|
|
1956
|
+
border-bottom-left-radius: var(--x-size-base-02) !important;
|
|
1923
1957
|
}
|
|
1924
|
-
[dir="rtl"] .x-border-radius--bottom-left-
|
|
1925
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1958
|
+
[dir="rtl"] .x-border-radius--bottom-left-02 {
|
|
1959
|
+
border-bottom-right-radius: var(--x-size-base-02) !important;
|
|
1926
1960
|
}
|
|
1927
|
-
[dir="ltr"] .x-border-radius--bottom-right-
|
|
1928
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1961
|
+
[dir="ltr"] .x-border-radius--bottom-right-02 {
|
|
1962
|
+
border-bottom-right-radius: var(--x-size-base-02) !important;
|
|
1929
1963
|
}
|
|
1930
|
-
[dir="rtl"] .x-border-radius--bottom-right-
|
|
1931
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
1964
|
+
[dir="rtl"] .x-border-radius--bottom-right-02 {
|
|
1965
|
+
border-bottom-left-radius: var(--x-size-base-02) !important;
|
|
1932
1966
|
}
|
|
1933
|
-
.x-border-radius--
|
|
1934
|
-
border-radius: var(--x-size-base-
|
|
1967
|
+
.x-border-radius--03 {
|
|
1968
|
+
border-radius: var(--x-size-base-03) !important;
|
|
1935
1969
|
}
|
|
1936
|
-
[dir="ltr"] .x-border-radius--top-
|
|
1937
|
-
border-top-left-radius: var(--x-size-base-
|
|
1970
|
+
[dir="ltr"] .x-border-radius--top-03 {
|
|
1971
|
+
border-top-left-radius: var(--x-size-base-03) !important;
|
|
1938
1972
|
}
|
|
1939
|
-
[dir="rtl"] .x-border-radius--top-
|
|
1940
|
-
border-top-right-radius: var(--x-size-base-
|
|
1973
|
+
[dir="rtl"] .x-border-radius--top-03 {
|
|
1974
|
+
border-top-right-radius: var(--x-size-base-03) !important;
|
|
1941
1975
|
}
|
|
1942
|
-
[dir="ltr"] .x-border-radius--top-
|
|
1943
|
-
border-top-right-radius: var(--x-size-base-
|
|
1976
|
+
[dir="ltr"] .x-border-radius--top-03 {
|
|
1977
|
+
border-top-right-radius: var(--x-size-base-03) !important;
|
|
1944
1978
|
}
|
|
1945
|
-
[dir="rtl"] .x-border-radius--top-
|
|
1946
|
-
border-top-left-radius: var(--x-size-base-
|
|
1979
|
+
[dir="rtl"] .x-border-radius--top-03 {
|
|
1980
|
+
border-top-left-radius: var(--x-size-base-03) !important;
|
|
1947
1981
|
}
|
|
1948
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
1949
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
1982
|
+
[dir="ltr"] .x-border-radius--bottom-03 {
|
|
1983
|
+
border-bottom-left-radius: var(--x-size-base-03) !important;
|
|
1950
1984
|
}
|
|
1951
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
1952
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1985
|
+
[dir="rtl"] .x-border-radius--bottom-03 {
|
|
1986
|
+
border-bottom-right-radius: var(--x-size-base-03) !important;
|
|
1953
1987
|
}
|
|
1954
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
1955
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1988
|
+
[dir="ltr"] .x-border-radius--bottom-03 {
|
|
1989
|
+
border-bottom-right-radius: var(--x-size-base-03) !important;
|
|
1956
1990
|
}
|
|
1957
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
1958
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
1991
|
+
[dir="rtl"] .x-border-radius--bottom-03 {
|
|
1992
|
+
border-bottom-left-radius: var(--x-size-base-03) !important;
|
|
1959
1993
|
}
|
|
1960
|
-
[dir="ltr"] .x-border-radius--right-
|
|
1961
|
-
border-top-right-radius: var(--x-size-base-
|
|
1994
|
+
[dir="ltr"] .x-border-radius--right-03 {
|
|
1995
|
+
border-top-right-radius: var(--x-size-base-03) !important;
|
|
1962
1996
|
}
|
|
1963
|
-
[dir="rtl"] .x-border-radius--right-
|
|
1964
|
-
border-top-left-radius: var(--x-size-base-
|
|
1997
|
+
[dir="rtl"] .x-border-radius--right-03 {
|
|
1998
|
+
border-top-left-radius: var(--x-size-base-03) !important;
|
|
1965
1999
|
}
|
|
1966
|
-
[dir="ltr"] .x-border-radius--right-
|
|
1967
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2000
|
+
[dir="ltr"] .x-border-radius--right-03 {
|
|
2001
|
+
border-bottom-right-radius: var(--x-size-base-03) !important;
|
|
1968
2002
|
}
|
|
1969
|
-
[dir="rtl"] .x-border-radius--right-
|
|
1970
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2003
|
+
[dir="rtl"] .x-border-radius--right-03 {
|
|
2004
|
+
border-bottom-left-radius: var(--x-size-base-03) !important;
|
|
1971
2005
|
}
|
|
1972
|
-
[dir="ltr"] .x-border-radius--left-
|
|
1973
|
-
border-top-left-radius: var(--x-size-base-
|
|
2006
|
+
[dir="ltr"] .x-border-radius--left-03 {
|
|
2007
|
+
border-top-left-radius: var(--x-size-base-03) !important;
|
|
1974
2008
|
}
|
|
1975
|
-
[dir="rtl"] .x-border-radius--left-
|
|
1976
|
-
border-top-right-radius: var(--x-size-base-
|
|
2009
|
+
[dir="rtl"] .x-border-radius--left-03 {
|
|
2010
|
+
border-top-right-radius: var(--x-size-base-03) !important;
|
|
1977
2011
|
}
|
|
1978
|
-
[dir="ltr"] .x-border-radius--left-
|
|
1979
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2012
|
+
[dir="ltr"] .x-border-radius--left-03 {
|
|
2013
|
+
border-bottom-left-radius: var(--x-size-base-03) !important;
|
|
1980
2014
|
}
|
|
1981
|
-
[dir="rtl"] .x-border-radius--left-
|
|
1982
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2015
|
+
[dir="rtl"] .x-border-radius--left-03 {
|
|
2016
|
+
border-bottom-right-radius: var(--x-size-base-03) !important;
|
|
1983
2017
|
}
|
|
1984
|
-
[dir="ltr"] .x-border-radius--top-left-
|
|
1985
|
-
border-top-left-radius: var(--x-size-base-
|
|
2018
|
+
[dir="ltr"] .x-border-radius--top-left-03 {
|
|
2019
|
+
border-top-left-radius: var(--x-size-base-03) !important;
|
|
1986
2020
|
}
|
|
1987
|
-
[dir="rtl"] .x-border-radius--top-left-
|
|
1988
|
-
border-top-right-radius: var(--x-size-base-
|
|
2021
|
+
[dir="rtl"] .x-border-radius--top-left-03 {
|
|
2022
|
+
border-top-right-radius: var(--x-size-base-03) !important;
|
|
1989
2023
|
}
|
|
1990
|
-
[dir="ltr"] .x-border-radius--top-right-
|
|
1991
|
-
border-top-right-radius: var(--x-size-base-
|
|
2024
|
+
[dir="ltr"] .x-border-radius--top-right-03 {
|
|
2025
|
+
border-top-right-radius: var(--x-size-base-03) !important;
|
|
1992
2026
|
}
|
|
1993
|
-
[dir="rtl"] .x-border-radius--top-right-
|
|
1994
|
-
border-top-left-radius: var(--x-size-base-
|
|
2027
|
+
[dir="rtl"] .x-border-radius--top-right-03 {
|
|
2028
|
+
border-top-left-radius: var(--x-size-base-03) !important;
|
|
1995
2029
|
}
|
|
1996
|
-
[dir="ltr"] .x-border-radius--bottom-left-
|
|
1997
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2030
|
+
[dir="ltr"] .x-border-radius--bottom-left-03 {
|
|
2031
|
+
border-bottom-left-radius: var(--x-size-base-03) !important;
|
|
1998
2032
|
}
|
|
1999
|
-
[dir="rtl"] .x-border-radius--bottom-left-
|
|
2000
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2033
|
+
[dir="rtl"] .x-border-radius--bottom-left-03 {
|
|
2034
|
+
border-bottom-right-radius: var(--x-size-base-03) !important;
|
|
2001
2035
|
}
|
|
2002
|
-
[dir="ltr"] .x-border-radius--bottom-right-
|
|
2003
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2036
|
+
[dir="ltr"] .x-border-radius--bottom-right-03 {
|
|
2037
|
+
border-bottom-right-radius: var(--x-size-base-03) !important;
|
|
2004
2038
|
}
|
|
2005
|
-
[dir="rtl"] .x-border-radius--bottom-right-
|
|
2006
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2039
|
+
[dir="rtl"] .x-border-radius--bottom-right-03 {
|
|
2040
|
+
border-bottom-left-radius: var(--x-size-base-03) !important;
|
|
2007
2041
|
}
|
|
2008
|
-
.x-border-radius--
|
|
2009
|
-
border-radius: var(--x-size-base-
|
|
2042
|
+
.x-border-radius--04 {
|
|
2043
|
+
border-radius: var(--x-size-base-04) !important;
|
|
2010
2044
|
}
|
|
2011
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2012
|
-
border-top-left-radius: var(--x-size-base-
|
|
2045
|
+
[dir="ltr"] .x-border-radius--top-04 {
|
|
2046
|
+
border-top-left-radius: var(--x-size-base-04) !important;
|
|
2013
2047
|
}
|
|
2014
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2015
|
-
border-top-right-radius: var(--x-size-base-
|
|
2048
|
+
[dir="rtl"] .x-border-radius--top-04 {
|
|
2049
|
+
border-top-right-radius: var(--x-size-base-04) !important;
|
|
2016
2050
|
}
|
|
2017
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2018
|
-
border-top-right-radius: var(--x-size-base-
|
|
2051
|
+
[dir="ltr"] .x-border-radius--top-04 {
|
|
2052
|
+
border-top-right-radius: var(--x-size-base-04) !important;
|
|
2019
2053
|
}
|
|
2020
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2021
|
-
border-top-left-radius: var(--x-size-base-
|
|
2054
|
+
[dir="rtl"] .x-border-radius--top-04 {
|
|
2055
|
+
border-top-left-radius: var(--x-size-base-04) !important;
|
|
2022
2056
|
}
|
|
2023
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2024
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2057
|
+
[dir="ltr"] .x-border-radius--bottom-04 {
|
|
2058
|
+
border-bottom-left-radius: var(--x-size-base-04) !important;
|
|
2025
2059
|
}
|
|
2026
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2027
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2060
|
+
[dir="rtl"] .x-border-radius--bottom-04 {
|
|
2061
|
+
border-bottom-right-radius: var(--x-size-base-04) !important;
|
|
2028
2062
|
}
|
|
2029
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2030
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2063
|
+
[dir="ltr"] .x-border-radius--bottom-04 {
|
|
2064
|
+
border-bottom-right-radius: var(--x-size-base-04) !important;
|
|
2031
2065
|
}
|
|
2032
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2033
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2066
|
+
[dir="rtl"] .x-border-radius--bottom-04 {
|
|
2067
|
+
border-bottom-left-radius: var(--x-size-base-04) !important;
|
|
2034
2068
|
}
|
|
2035
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2036
|
-
border-top-right-radius: var(--x-size-base-
|
|
2069
|
+
[dir="ltr"] .x-border-radius--right-04 {
|
|
2070
|
+
border-top-right-radius: var(--x-size-base-04) !important;
|
|
2037
2071
|
}
|
|
2038
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2039
|
-
border-top-left-radius: var(--x-size-base-
|
|
2072
|
+
[dir="rtl"] .x-border-radius--right-04 {
|
|
2073
|
+
border-top-left-radius: var(--x-size-base-04) !important;
|
|
2040
2074
|
}
|
|
2041
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2042
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2075
|
+
[dir="ltr"] .x-border-radius--right-04 {
|
|
2076
|
+
border-bottom-right-radius: var(--x-size-base-04) !important;
|
|
2043
2077
|
}
|
|
2044
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2045
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2078
|
+
[dir="rtl"] .x-border-radius--right-04 {
|
|
2079
|
+
border-bottom-left-radius: var(--x-size-base-04) !important;
|
|
2046
2080
|
}
|
|
2047
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2048
|
-
border-top-left-radius: var(--x-size-base-
|
|
2081
|
+
[dir="ltr"] .x-border-radius--left-04 {
|
|
2082
|
+
border-top-left-radius: var(--x-size-base-04) !important;
|
|
2049
2083
|
}
|
|
2050
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2051
|
-
border-top-right-radius: var(--x-size-base-
|
|
2084
|
+
[dir="rtl"] .x-border-radius--left-04 {
|
|
2085
|
+
border-top-right-radius: var(--x-size-base-04) !important;
|
|
2052
2086
|
}
|
|
2053
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2054
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2087
|
+
[dir="ltr"] .x-border-radius--left-04 {
|
|
2088
|
+
border-bottom-left-radius: var(--x-size-base-04) !important;
|
|
2055
2089
|
}
|
|
2056
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2057
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2090
|
+
[dir="rtl"] .x-border-radius--left-04 {
|
|
2091
|
+
border-bottom-right-radius: var(--x-size-base-04) !important;
|
|
2058
2092
|
}
|
|
2059
|
-
[dir="ltr"] .x-border-radius--top-left-
|
|
2060
|
-
border-top-left-radius: var(--x-size-base-
|
|
2093
|
+
[dir="ltr"] .x-border-radius--top-left-04 {
|
|
2094
|
+
border-top-left-radius: var(--x-size-base-04) !important;
|
|
2061
2095
|
}
|
|
2062
|
-
[dir="rtl"] .x-border-radius--top-left-
|
|
2063
|
-
border-top-right-radius: var(--x-size-base-
|
|
2096
|
+
[dir="rtl"] .x-border-radius--top-left-04 {
|
|
2097
|
+
border-top-right-radius: var(--x-size-base-04) !important;
|
|
2064
2098
|
}
|
|
2065
|
-
[dir="ltr"] .x-border-radius--top-right-
|
|
2066
|
-
border-top-right-radius: var(--x-size-base-
|
|
2099
|
+
[dir="ltr"] .x-border-radius--top-right-04 {
|
|
2100
|
+
border-top-right-radius: var(--x-size-base-04) !important;
|
|
2067
2101
|
}
|
|
2068
|
-
[dir="rtl"] .x-border-radius--top-right-
|
|
2069
|
-
border-top-left-radius: var(--x-size-base-
|
|
2102
|
+
[dir="rtl"] .x-border-radius--top-right-04 {
|
|
2103
|
+
border-top-left-radius: var(--x-size-base-04) !important;
|
|
2070
2104
|
}
|
|
2071
|
-
[dir="ltr"] .x-border-radius--bottom-left-
|
|
2072
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2105
|
+
[dir="ltr"] .x-border-radius--bottom-left-04 {
|
|
2106
|
+
border-bottom-left-radius: var(--x-size-base-04) !important;
|
|
2073
2107
|
}
|
|
2074
|
-
[dir="rtl"] .x-border-radius--bottom-left-
|
|
2075
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2108
|
+
[dir="rtl"] .x-border-radius--bottom-left-04 {
|
|
2109
|
+
border-bottom-right-radius: var(--x-size-base-04) !important;
|
|
2076
2110
|
}
|
|
2077
|
-
[dir="ltr"] .x-border-radius--bottom-right-
|
|
2078
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2111
|
+
[dir="ltr"] .x-border-radius--bottom-right-04 {
|
|
2112
|
+
border-bottom-right-radius: var(--x-size-base-04) !important;
|
|
2079
2113
|
}
|
|
2080
|
-
[dir="rtl"] .x-border-radius--bottom-right-
|
|
2081
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2114
|
+
[dir="rtl"] .x-border-radius--bottom-right-04 {
|
|
2115
|
+
border-bottom-left-radius: var(--x-size-base-04) !important;
|
|
2082
2116
|
}
|
|
2083
|
-
.x-border-radius--
|
|
2084
|
-
border-radius: var(--x-size-base-
|
|
2117
|
+
.x-border-radius--05 {
|
|
2118
|
+
border-radius: var(--x-size-base-05) !important;
|
|
2085
2119
|
}
|
|
2086
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2087
|
-
border-top-left-radius: var(--x-size-base-
|
|
2120
|
+
[dir="ltr"] .x-border-radius--top-05 {
|
|
2121
|
+
border-top-left-radius: var(--x-size-base-05) !important;
|
|
2088
2122
|
}
|
|
2089
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2090
|
-
border-top-right-radius: var(--x-size-base-
|
|
2123
|
+
[dir="rtl"] .x-border-radius--top-05 {
|
|
2124
|
+
border-top-right-radius: var(--x-size-base-05) !important;
|
|
2091
2125
|
}
|
|
2092
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2093
|
-
border-top-right-radius: var(--x-size-base-
|
|
2126
|
+
[dir="ltr"] .x-border-radius--top-05 {
|
|
2127
|
+
border-top-right-radius: var(--x-size-base-05) !important;
|
|
2094
2128
|
}
|
|
2095
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2096
|
-
border-top-left-radius: var(--x-size-base-
|
|
2129
|
+
[dir="rtl"] .x-border-radius--top-05 {
|
|
2130
|
+
border-top-left-radius: var(--x-size-base-05) !important;
|
|
2097
2131
|
}
|
|
2098
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2099
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2132
|
+
[dir="ltr"] .x-border-radius--bottom-05 {
|
|
2133
|
+
border-bottom-left-radius: var(--x-size-base-05) !important;
|
|
2100
2134
|
}
|
|
2101
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2102
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2135
|
+
[dir="rtl"] .x-border-radius--bottom-05 {
|
|
2136
|
+
border-bottom-right-radius: var(--x-size-base-05) !important;
|
|
2103
2137
|
}
|
|
2104
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2105
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2138
|
+
[dir="ltr"] .x-border-radius--bottom-05 {
|
|
2139
|
+
border-bottom-right-radius: var(--x-size-base-05) !important;
|
|
2106
2140
|
}
|
|
2107
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2108
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2141
|
+
[dir="rtl"] .x-border-radius--bottom-05 {
|
|
2142
|
+
border-bottom-left-radius: var(--x-size-base-05) !important;
|
|
2109
2143
|
}
|
|
2110
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2111
|
-
border-top-right-radius: var(--x-size-base-
|
|
2144
|
+
[dir="ltr"] .x-border-radius--right-05 {
|
|
2145
|
+
border-top-right-radius: var(--x-size-base-05) !important;
|
|
2112
2146
|
}
|
|
2113
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2114
|
-
border-top-left-radius: var(--x-size-base-
|
|
2147
|
+
[dir="rtl"] .x-border-radius--right-05 {
|
|
2148
|
+
border-top-left-radius: var(--x-size-base-05) !important;
|
|
2115
2149
|
}
|
|
2116
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2117
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2150
|
+
[dir="ltr"] .x-border-radius--right-05 {
|
|
2151
|
+
border-bottom-right-radius: var(--x-size-base-05) !important;
|
|
2118
2152
|
}
|
|
2119
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2120
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2153
|
+
[dir="rtl"] .x-border-radius--right-05 {
|
|
2154
|
+
border-bottom-left-radius: var(--x-size-base-05) !important;
|
|
2121
2155
|
}
|
|
2122
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2123
|
-
border-top-left-radius: var(--x-size-base-
|
|
2156
|
+
[dir="ltr"] .x-border-radius--left-05 {
|
|
2157
|
+
border-top-left-radius: var(--x-size-base-05) !important;
|
|
2124
2158
|
}
|
|
2125
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2126
|
-
border-top-right-radius: var(--x-size-base-
|
|
2159
|
+
[dir="rtl"] .x-border-radius--left-05 {
|
|
2160
|
+
border-top-right-radius: var(--x-size-base-05) !important;
|
|
2127
2161
|
}
|
|
2128
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2129
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2162
|
+
[dir="ltr"] .x-border-radius--left-05 {
|
|
2163
|
+
border-bottom-left-radius: var(--x-size-base-05) !important;
|
|
2130
2164
|
}
|
|
2131
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2132
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2165
|
+
[dir="rtl"] .x-border-radius--left-05 {
|
|
2166
|
+
border-bottom-right-radius: var(--x-size-base-05) !important;
|
|
2133
2167
|
}
|
|
2134
|
-
[dir="ltr"] .x-border-radius--top-left-
|
|
2135
|
-
border-top-left-radius: var(--x-size-base-
|
|
2168
|
+
[dir="ltr"] .x-border-radius--top-left-05 {
|
|
2169
|
+
border-top-left-radius: var(--x-size-base-05) !important;
|
|
2136
2170
|
}
|
|
2137
|
-
[dir="rtl"] .x-border-radius--top-left-
|
|
2138
|
-
border-top-right-radius: var(--x-size-base-
|
|
2171
|
+
[dir="rtl"] .x-border-radius--top-left-05 {
|
|
2172
|
+
border-top-right-radius: var(--x-size-base-05) !important;
|
|
2139
2173
|
}
|
|
2140
|
-
[dir="ltr"] .x-border-radius--top-right-
|
|
2141
|
-
border-top-right-radius: var(--x-size-base-
|
|
2174
|
+
[dir="ltr"] .x-border-radius--top-right-05 {
|
|
2175
|
+
border-top-right-radius: var(--x-size-base-05) !important;
|
|
2142
2176
|
}
|
|
2143
|
-
[dir="rtl"] .x-border-radius--top-right-
|
|
2144
|
-
border-top-left-radius: var(--x-size-base-
|
|
2177
|
+
[dir="rtl"] .x-border-radius--top-right-05 {
|
|
2178
|
+
border-top-left-radius: var(--x-size-base-05) !important;
|
|
2145
2179
|
}
|
|
2146
|
-
[dir="ltr"] .x-border-radius--bottom-left-
|
|
2147
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2180
|
+
[dir="ltr"] .x-border-radius--bottom-left-05 {
|
|
2181
|
+
border-bottom-left-radius: var(--x-size-base-05) !important;
|
|
2148
2182
|
}
|
|
2149
|
-
[dir="rtl"] .x-border-radius--bottom-left-
|
|
2150
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2183
|
+
[dir="rtl"] .x-border-radius--bottom-left-05 {
|
|
2184
|
+
border-bottom-right-radius: var(--x-size-base-05) !important;
|
|
2151
2185
|
}
|
|
2152
|
-
[dir="ltr"] .x-border-radius--bottom-right-
|
|
2153
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2186
|
+
[dir="ltr"] .x-border-radius--bottom-right-05 {
|
|
2187
|
+
border-bottom-right-radius: var(--x-size-base-05) !important;
|
|
2154
2188
|
}
|
|
2155
|
-
[dir="rtl"] .x-border-radius--bottom-right-
|
|
2156
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2189
|
+
[dir="rtl"] .x-border-radius--bottom-right-05 {
|
|
2190
|
+
border-bottom-left-radius: var(--x-size-base-05) !important;
|
|
2157
2191
|
}
|
|
2158
|
-
.x-border-radius--
|
|
2159
|
-
border-radius: var(--x-size-base-
|
|
2192
|
+
.x-border-radius--06 {
|
|
2193
|
+
border-radius: var(--x-size-base-06) !important;
|
|
2160
2194
|
}
|
|
2161
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2162
|
-
border-top-left-radius: var(--x-size-base-
|
|
2195
|
+
[dir="ltr"] .x-border-radius--top-06 {
|
|
2196
|
+
border-top-left-radius: var(--x-size-base-06) !important;
|
|
2163
2197
|
}
|
|
2164
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2165
|
-
border-top-right-radius: var(--x-size-base-
|
|
2198
|
+
[dir="rtl"] .x-border-radius--top-06 {
|
|
2199
|
+
border-top-right-radius: var(--x-size-base-06) !important;
|
|
2166
2200
|
}
|
|
2167
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2168
|
-
border-top-right-radius: var(--x-size-base-
|
|
2201
|
+
[dir="ltr"] .x-border-radius--top-06 {
|
|
2202
|
+
border-top-right-radius: var(--x-size-base-06) !important;
|
|
2169
2203
|
}
|
|
2170
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2171
|
-
border-top-left-radius: var(--x-size-base-
|
|
2204
|
+
[dir="rtl"] .x-border-radius--top-06 {
|
|
2205
|
+
border-top-left-radius: var(--x-size-base-06) !important;
|
|
2172
2206
|
}
|
|
2173
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2174
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2207
|
+
[dir="ltr"] .x-border-radius--bottom-06 {
|
|
2208
|
+
border-bottom-left-radius: var(--x-size-base-06) !important;
|
|
2175
2209
|
}
|
|
2176
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2177
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2210
|
+
[dir="rtl"] .x-border-radius--bottom-06 {
|
|
2211
|
+
border-bottom-right-radius: var(--x-size-base-06) !important;
|
|
2178
2212
|
}
|
|
2179
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2180
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2213
|
+
[dir="ltr"] .x-border-radius--bottom-06 {
|
|
2214
|
+
border-bottom-right-radius: var(--x-size-base-06) !important;
|
|
2181
2215
|
}
|
|
2182
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2183
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2216
|
+
[dir="rtl"] .x-border-radius--bottom-06 {
|
|
2217
|
+
border-bottom-left-radius: var(--x-size-base-06) !important;
|
|
2184
2218
|
}
|
|
2185
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2186
|
-
border-top-right-radius: var(--x-size-base-
|
|
2219
|
+
[dir="ltr"] .x-border-radius--right-06 {
|
|
2220
|
+
border-top-right-radius: var(--x-size-base-06) !important;
|
|
2187
2221
|
}
|
|
2188
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2189
|
-
border-top-left-radius: var(--x-size-base-
|
|
2222
|
+
[dir="rtl"] .x-border-radius--right-06 {
|
|
2223
|
+
border-top-left-radius: var(--x-size-base-06) !important;
|
|
2190
2224
|
}
|
|
2191
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2192
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2225
|
+
[dir="ltr"] .x-border-radius--right-06 {
|
|
2226
|
+
border-bottom-right-radius: var(--x-size-base-06) !important;
|
|
2193
2227
|
}
|
|
2194
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2195
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2228
|
+
[dir="rtl"] .x-border-radius--right-06 {
|
|
2229
|
+
border-bottom-left-radius: var(--x-size-base-06) !important;
|
|
2196
2230
|
}
|
|
2197
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2198
|
-
border-top-left-radius: var(--x-size-base-
|
|
2231
|
+
[dir="ltr"] .x-border-radius--left-06 {
|
|
2232
|
+
border-top-left-radius: var(--x-size-base-06) !important;
|
|
2199
2233
|
}
|
|
2200
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2201
|
-
border-top-right-radius: var(--x-size-base-
|
|
2234
|
+
[dir="rtl"] .x-border-radius--left-06 {
|
|
2235
|
+
border-top-right-radius: var(--x-size-base-06) !important;
|
|
2202
2236
|
}
|
|
2203
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2204
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2237
|
+
[dir="ltr"] .x-border-radius--left-06 {
|
|
2238
|
+
border-bottom-left-radius: var(--x-size-base-06) !important;
|
|
2205
2239
|
}
|
|
2206
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2207
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2240
|
+
[dir="rtl"] .x-border-radius--left-06 {
|
|
2241
|
+
border-bottom-right-radius: var(--x-size-base-06) !important;
|
|
2208
2242
|
}
|
|
2209
|
-
[dir="ltr"] .x-border-radius--top-left-
|
|
2210
|
-
border-top-left-radius: var(--x-size-base-
|
|
2243
|
+
[dir="ltr"] .x-border-radius--top-left-06 {
|
|
2244
|
+
border-top-left-radius: var(--x-size-base-06) !important;
|
|
2211
2245
|
}
|
|
2212
|
-
[dir="rtl"] .x-border-radius--top-left-
|
|
2213
|
-
border-top-right-radius: var(--x-size-base-
|
|
2246
|
+
[dir="rtl"] .x-border-radius--top-left-06 {
|
|
2247
|
+
border-top-right-radius: var(--x-size-base-06) !important;
|
|
2214
2248
|
}
|
|
2215
|
-
[dir="ltr"] .x-border-radius--top-right-
|
|
2216
|
-
border-top-right-radius: var(--x-size-base-
|
|
2249
|
+
[dir="ltr"] .x-border-radius--top-right-06 {
|
|
2250
|
+
border-top-right-radius: var(--x-size-base-06) !important;
|
|
2217
2251
|
}
|
|
2218
|
-
[dir="rtl"] .x-border-radius--top-right-
|
|
2219
|
-
border-top-left-radius: var(--x-size-base-
|
|
2252
|
+
[dir="rtl"] .x-border-radius--top-right-06 {
|
|
2253
|
+
border-top-left-radius: var(--x-size-base-06) !important;
|
|
2220
2254
|
}
|
|
2221
|
-
[dir="ltr"] .x-border-radius--bottom-left-
|
|
2222
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2255
|
+
[dir="ltr"] .x-border-radius--bottom-left-06 {
|
|
2256
|
+
border-bottom-left-radius: var(--x-size-base-06) !important;
|
|
2223
2257
|
}
|
|
2224
|
-
[dir="rtl"] .x-border-radius--bottom-left-
|
|
2225
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2258
|
+
[dir="rtl"] .x-border-radius--bottom-left-06 {
|
|
2259
|
+
border-bottom-right-radius: var(--x-size-base-06) !important;
|
|
2226
2260
|
}
|
|
2227
|
-
[dir="ltr"] .x-border-radius--bottom-right-
|
|
2228
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2261
|
+
[dir="ltr"] .x-border-radius--bottom-right-06 {
|
|
2262
|
+
border-bottom-right-radius: var(--x-size-base-06) !important;
|
|
2229
2263
|
}
|
|
2230
|
-
[dir="rtl"] .x-border-radius--bottom-right-
|
|
2231
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2264
|
+
[dir="rtl"] .x-border-radius--bottom-right-06 {
|
|
2265
|
+
border-bottom-left-radius: var(--x-size-base-06) !important;
|
|
2232
2266
|
}
|
|
2233
|
-
.x-border-radius--
|
|
2234
|
-
border-radius: var(--x-size-base-
|
|
2267
|
+
.x-border-radius--07 {
|
|
2268
|
+
border-radius: var(--x-size-base-07) !important;
|
|
2235
2269
|
}
|
|
2236
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2237
|
-
border-top-left-radius: var(--x-size-base-
|
|
2270
|
+
[dir="ltr"] .x-border-radius--top-07 {
|
|
2271
|
+
border-top-left-radius: var(--x-size-base-07) !important;
|
|
2238
2272
|
}
|
|
2239
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2240
|
-
border-top-right-radius: var(--x-size-base-
|
|
2273
|
+
[dir="rtl"] .x-border-radius--top-07 {
|
|
2274
|
+
border-top-right-radius: var(--x-size-base-07) !important;
|
|
2241
2275
|
}
|
|
2242
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2243
|
-
border-top-right-radius: var(--x-size-base-
|
|
2276
|
+
[dir="ltr"] .x-border-radius--top-07 {
|
|
2277
|
+
border-top-right-radius: var(--x-size-base-07) !important;
|
|
2244
2278
|
}
|
|
2245
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2246
|
-
border-top-left-radius: var(--x-size-base-
|
|
2279
|
+
[dir="rtl"] .x-border-radius--top-07 {
|
|
2280
|
+
border-top-left-radius: var(--x-size-base-07) !important;
|
|
2247
2281
|
}
|
|
2248
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2249
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2282
|
+
[dir="ltr"] .x-border-radius--bottom-07 {
|
|
2283
|
+
border-bottom-left-radius: var(--x-size-base-07) !important;
|
|
2250
2284
|
}
|
|
2251
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2252
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2285
|
+
[dir="rtl"] .x-border-radius--bottom-07 {
|
|
2286
|
+
border-bottom-right-radius: var(--x-size-base-07) !important;
|
|
2253
2287
|
}
|
|
2254
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2255
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2288
|
+
[dir="ltr"] .x-border-radius--bottom-07 {
|
|
2289
|
+
border-bottom-right-radius: var(--x-size-base-07) !important;
|
|
2256
2290
|
}
|
|
2257
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2258
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2291
|
+
[dir="rtl"] .x-border-radius--bottom-07 {
|
|
2292
|
+
border-bottom-left-radius: var(--x-size-base-07) !important;
|
|
2259
2293
|
}
|
|
2260
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2261
|
-
border-top-right-radius: var(--x-size-base-
|
|
2294
|
+
[dir="ltr"] .x-border-radius--right-07 {
|
|
2295
|
+
border-top-right-radius: var(--x-size-base-07) !important;
|
|
2262
2296
|
}
|
|
2263
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2264
|
-
border-top-left-radius: var(--x-size-base-
|
|
2297
|
+
[dir="rtl"] .x-border-radius--right-07 {
|
|
2298
|
+
border-top-left-radius: var(--x-size-base-07) !important;
|
|
2265
2299
|
}
|
|
2266
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2267
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2300
|
+
[dir="ltr"] .x-border-radius--right-07 {
|
|
2301
|
+
border-bottom-right-radius: var(--x-size-base-07) !important;
|
|
2268
2302
|
}
|
|
2269
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2270
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2303
|
+
[dir="rtl"] .x-border-radius--right-07 {
|
|
2304
|
+
border-bottom-left-radius: var(--x-size-base-07) !important;
|
|
2271
2305
|
}
|
|
2272
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2273
|
-
border-top-left-radius: var(--x-size-base-
|
|
2306
|
+
[dir="ltr"] .x-border-radius--left-07 {
|
|
2307
|
+
border-top-left-radius: var(--x-size-base-07) !important;
|
|
2274
2308
|
}
|
|
2275
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2276
|
-
border-top-right-radius: var(--x-size-base-
|
|
2309
|
+
[dir="rtl"] .x-border-radius--left-07 {
|
|
2310
|
+
border-top-right-radius: var(--x-size-base-07) !important;
|
|
2277
2311
|
}
|
|
2278
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2279
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2312
|
+
[dir="ltr"] .x-border-radius--left-07 {
|
|
2313
|
+
border-bottom-left-radius: var(--x-size-base-07) !important;
|
|
2280
2314
|
}
|
|
2281
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2282
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2315
|
+
[dir="rtl"] .x-border-radius--left-07 {
|
|
2316
|
+
border-bottom-right-radius: var(--x-size-base-07) !important;
|
|
2283
2317
|
}
|
|
2284
|
-
[dir="ltr"] .x-border-radius--top-left-
|
|
2285
|
-
border-top-left-radius: var(--x-size-base-
|
|
2318
|
+
[dir="ltr"] .x-border-radius--top-left-07 {
|
|
2319
|
+
border-top-left-radius: var(--x-size-base-07) !important;
|
|
2286
2320
|
}
|
|
2287
|
-
[dir="rtl"] .x-border-radius--top-left-
|
|
2288
|
-
border-top-right-radius: var(--x-size-base-
|
|
2321
|
+
[dir="rtl"] .x-border-radius--top-left-07 {
|
|
2322
|
+
border-top-right-radius: var(--x-size-base-07) !important;
|
|
2289
2323
|
}
|
|
2290
|
-
[dir="ltr"] .x-border-radius--top-right-
|
|
2291
|
-
border-top-right-radius: var(--x-size-base-
|
|
2324
|
+
[dir="ltr"] .x-border-radius--top-right-07 {
|
|
2325
|
+
border-top-right-radius: var(--x-size-base-07) !important;
|
|
2292
2326
|
}
|
|
2293
|
-
[dir="rtl"] .x-border-radius--top-right-
|
|
2294
|
-
border-top-left-radius: var(--x-size-base-
|
|
2327
|
+
[dir="rtl"] .x-border-radius--top-right-07 {
|
|
2328
|
+
border-top-left-radius: var(--x-size-base-07) !important;
|
|
2295
2329
|
}
|
|
2296
|
-
[dir="ltr"] .x-border-radius--bottom-left-
|
|
2297
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2330
|
+
[dir="ltr"] .x-border-radius--bottom-left-07 {
|
|
2331
|
+
border-bottom-left-radius: var(--x-size-base-07) !important;
|
|
2298
2332
|
}
|
|
2299
|
-
[dir="rtl"] .x-border-radius--bottom-left-
|
|
2300
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2333
|
+
[dir="rtl"] .x-border-radius--bottom-left-07 {
|
|
2334
|
+
border-bottom-right-radius: var(--x-size-base-07) !important;
|
|
2301
2335
|
}
|
|
2302
|
-
[dir="ltr"] .x-border-radius--bottom-right-
|
|
2303
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2336
|
+
[dir="ltr"] .x-border-radius--bottom-right-07 {
|
|
2337
|
+
border-bottom-right-radius: var(--x-size-base-07) !important;
|
|
2304
2338
|
}
|
|
2305
|
-
[dir="rtl"] .x-border-radius--bottom-right-
|
|
2306
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2339
|
+
[dir="rtl"] .x-border-radius--bottom-right-07 {
|
|
2340
|
+
border-bottom-left-radius: var(--x-size-base-07) !important;
|
|
2307
2341
|
}
|
|
2308
|
-
.x-border-radius--
|
|
2309
|
-
border-radius: var(--x-size-base-
|
|
2342
|
+
.x-border-radius--08 {
|
|
2343
|
+
border-radius: var(--x-size-base-08) !important;
|
|
2310
2344
|
}
|
|
2311
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2312
|
-
border-top-left-radius: var(--x-size-base-
|
|
2345
|
+
[dir="ltr"] .x-border-radius--top-08 {
|
|
2346
|
+
border-top-left-radius: var(--x-size-base-08) !important;
|
|
2313
2347
|
}
|
|
2314
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2315
|
-
border-top-right-radius: var(--x-size-base-
|
|
2348
|
+
[dir="rtl"] .x-border-radius--top-08 {
|
|
2349
|
+
border-top-right-radius: var(--x-size-base-08) !important;
|
|
2316
2350
|
}
|
|
2317
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2318
|
-
border-top-right-radius: var(--x-size-base-
|
|
2351
|
+
[dir="ltr"] .x-border-radius--top-08 {
|
|
2352
|
+
border-top-right-radius: var(--x-size-base-08) !important;
|
|
2319
2353
|
}
|
|
2320
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2321
|
-
border-top-left-radius: var(--x-size-base-
|
|
2354
|
+
[dir="rtl"] .x-border-radius--top-08 {
|
|
2355
|
+
border-top-left-radius: var(--x-size-base-08) !important;
|
|
2322
2356
|
}
|
|
2323
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2324
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2357
|
+
[dir="ltr"] .x-border-radius--bottom-08 {
|
|
2358
|
+
border-bottom-left-radius: var(--x-size-base-08) !important;
|
|
2325
2359
|
}
|
|
2326
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2327
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2360
|
+
[dir="rtl"] .x-border-radius--bottom-08 {
|
|
2361
|
+
border-bottom-right-radius: var(--x-size-base-08) !important;
|
|
2328
2362
|
}
|
|
2329
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2330
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2363
|
+
[dir="ltr"] .x-border-radius--bottom-08 {
|
|
2364
|
+
border-bottom-right-radius: var(--x-size-base-08) !important;
|
|
2331
2365
|
}
|
|
2332
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2333
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2366
|
+
[dir="rtl"] .x-border-radius--bottom-08 {
|
|
2367
|
+
border-bottom-left-radius: var(--x-size-base-08) !important;
|
|
2334
2368
|
}
|
|
2335
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2336
|
-
border-top-right-radius: var(--x-size-base-
|
|
2369
|
+
[dir="ltr"] .x-border-radius--right-08 {
|
|
2370
|
+
border-top-right-radius: var(--x-size-base-08) !important;
|
|
2337
2371
|
}
|
|
2338
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2339
|
-
border-top-left-radius: var(--x-size-base-
|
|
2372
|
+
[dir="rtl"] .x-border-radius--right-08 {
|
|
2373
|
+
border-top-left-radius: var(--x-size-base-08) !important;
|
|
2340
2374
|
}
|
|
2341
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2342
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2375
|
+
[dir="ltr"] .x-border-radius--right-08 {
|
|
2376
|
+
border-bottom-right-radius: var(--x-size-base-08) !important;
|
|
2343
2377
|
}
|
|
2344
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2345
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2378
|
+
[dir="rtl"] .x-border-radius--right-08 {
|
|
2379
|
+
border-bottom-left-radius: var(--x-size-base-08) !important;
|
|
2346
2380
|
}
|
|
2347
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2348
|
-
border-top-left-radius: var(--x-size-base-
|
|
2381
|
+
[dir="ltr"] .x-border-radius--left-08 {
|
|
2382
|
+
border-top-left-radius: var(--x-size-base-08) !important;
|
|
2349
2383
|
}
|
|
2350
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2351
|
-
border-top-right-radius: var(--x-size-base-
|
|
2384
|
+
[dir="rtl"] .x-border-radius--left-08 {
|
|
2385
|
+
border-top-right-radius: var(--x-size-base-08) !important;
|
|
2352
2386
|
}
|
|
2353
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2354
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2387
|
+
[dir="ltr"] .x-border-radius--left-08 {
|
|
2388
|
+
border-bottom-left-radius: var(--x-size-base-08) !important;
|
|
2355
2389
|
}
|
|
2356
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2357
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2390
|
+
[dir="rtl"] .x-border-radius--left-08 {
|
|
2391
|
+
border-bottom-right-radius: var(--x-size-base-08) !important;
|
|
2358
2392
|
}
|
|
2359
|
-
[dir="ltr"] .x-border-radius--top-left-
|
|
2360
|
-
border-top-left-radius: var(--x-size-base-
|
|
2393
|
+
[dir="ltr"] .x-border-radius--top-left-08 {
|
|
2394
|
+
border-top-left-radius: var(--x-size-base-08) !important;
|
|
2361
2395
|
}
|
|
2362
|
-
[dir="rtl"] .x-border-radius--top-left-
|
|
2363
|
-
border-top-right-radius: var(--x-size-base-
|
|
2396
|
+
[dir="rtl"] .x-border-radius--top-left-08 {
|
|
2397
|
+
border-top-right-radius: var(--x-size-base-08) !important;
|
|
2364
2398
|
}
|
|
2365
|
-
[dir="ltr"] .x-border-radius--top-right-
|
|
2366
|
-
border-top-right-radius: var(--x-size-base-
|
|
2399
|
+
[dir="ltr"] .x-border-radius--top-right-08 {
|
|
2400
|
+
border-top-right-radius: var(--x-size-base-08) !important;
|
|
2367
2401
|
}
|
|
2368
|
-
[dir="rtl"] .x-border-radius--top-right-
|
|
2369
|
-
border-top-left-radius: var(--x-size-base-
|
|
2402
|
+
[dir="rtl"] .x-border-radius--top-right-08 {
|
|
2403
|
+
border-top-left-radius: var(--x-size-base-08) !important;
|
|
2370
2404
|
}
|
|
2371
|
-
[dir="ltr"] .x-border-radius--bottom-left-
|
|
2372
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2405
|
+
[dir="ltr"] .x-border-radius--bottom-left-08 {
|
|
2406
|
+
border-bottom-left-radius: var(--x-size-base-08) !important;
|
|
2373
2407
|
}
|
|
2374
|
-
[dir="rtl"] .x-border-radius--bottom-left-
|
|
2375
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2408
|
+
[dir="rtl"] .x-border-radius--bottom-left-08 {
|
|
2409
|
+
border-bottom-right-radius: var(--x-size-base-08) !important;
|
|
2376
2410
|
}
|
|
2377
|
-
[dir="ltr"] .x-border-radius--bottom-right-
|
|
2378
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2411
|
+
[dir="ltr"] .x-border-radius--bottom-right-08 {
|
|
2412
|
+
border-bottom-right-radius: var(--x-size-base-08) !important;
|
|
2379
2413
|
}
|
|
2380
|
-
[dir="rtl"] .x-border-radius--bottom-right-
|
|
2381
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2414
|
+
[dir="rtl"] .x-border-radius--bottom-right-08 {
|
|
2415
|
+
border-bottom-left-radius: var(--x-size-base-08) !important;
|
|
2382
2416
|
}
|
|
2383
|
-
.x-border-radius--
|
|
2384
|
-
border-radius: var(--x-size-base-
|
|
2417
|
+
.x-border-radius--09 {
|
|
2418
|
+
border-radius: var(--x-size-base-09) !important;
|
|
2385
2419
|
}
|
|
2386
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2387
|
-
border-top-left-radius: var(--x-size-base-
|
|
2420
|
+
[dir="ltr"] .x-border-radius--top-09 {
|
|
2421
|
+
border-top-left-radius: var(--x-size-base-09) !important;
|
|
2388
2422
|
}
|
|
2389
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2390
|
-
border-top-right-radius: var(--x-size-base-
|
|
2423
|
+
[dir="rtl"] .x-border-radius--top-09 {
|
|
2424
|
+
border-top-right-radius: var(--x-size-base-09) !important;
|
|
2391
2425
|
}
|
|
2392
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2393
|
-
border-top-right-radius: var(--x-size-base-
|
|
2426
|
+
[dir="ltr"] .x-border-radius--top-09 {
|
|
2427
|
+
border-top-right-radius: var(--x-size-base-09) !important;
|
|
2394
2428
|
}
|
|
2395
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2396
|
-
border-top-left-radius: var(--x-size-base-
|
|
2429
|
+
[dir="rtl"] .x-border-radius--top-09 {
|
|
2430
|
+
border-top-left-radius: var(--x-size-base-09) !important;
|
|
2397
2431
|
}
|
|
2398
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2399
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2432
|
+
[dir="ltr"] .x-border-radius--bottom-09 {
|
|
2433
|
+
border-bottom-left-radius: var(--x-size-base-09) !important;
|
|
2400
2434
|
}
|
|
2401
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2402
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2435
|
+
[dir="rtl"] .x-border-radius--bottom-09 {
|
|
2436
|
+
border-bottom-right-radius: var(--x-size-base-09) !important;
|
|
2403
2437
|
}
|
|
2404
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2405
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2438
|
+
[dir="ltr"] .x-border-radius--bottom-09 {
|
|
2439
|
+
border-bottom-right-radius: var(--x-size-base-09) !important;
|
|
2406
2440
|
}
|
|
2407
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2408
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2441
|
+
[dir="rtl"] .x-border-radius--bottom-09 {
|
|
2442
|
+
border-bottom-left-radius: var(--x-size-base-09) !important;
|
|
2409
2443
|
}
|
|
2410
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2411
|
-
border-top-right-radius: var(--x-size-base-
|
|
2444
|
+
[dir="ltr"] .x-border-radius--right-09 {
|
|
2445
|
+
border-top-right-radius: var(--x-size-base-09) !important;
|
|
2412
2446
|
}
|
|
2413
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2414
|
-
border-top-left-radius: var(--x-size-base-
|
|
2447
|
+
[dir="rtl"] .x-border-radius--right-09 {
|
|
2448
|
+
border-top-left-radius: var(--x-size-base-09) !important;
|
|
2415
2449
|
}
|
|
2416
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2417
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2450
|
+
[dir="ltr"] .x-border-radius--right-09 {
|
|
2451
|
+
border-bottom-right-radius: var(--x-size-base-09) !important;
|
|
2418
2452
|
}
|
|
2419
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2420
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2453
|
+
[dir="rtl"] .x-border-radius--right-09 {
|
|
2454
|
+
border-bottom-left-radius: var(--x-size-base-09) !important;
|
|
2421
2455
|
}
|
|
2422
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2423
|
-
border-top-left-radius: var(--x-size-base-
|
|
2456
|
+
[dir="ltr"] .x-border-radius--left-09 {
|
|
2457
|
+
border-top-left-radius: var(--x-size-base-09) !important;
|
|
2424
2458
|
}
|
|
2425
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2426
|
-
border-top-right-radius: var(--x-size-base-
|
|
2459
|
+
[dir="rtl"] .x-border-radius--left-09 {
|
|
2460
|
+
border-top-right-radius: var(--x-size-base-09) !important;
|
|
2427
2461
|
}
|
|
2428
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2429
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2462
|
+
[dir="ltr"] .x-border-radius--left-09 {
|
|
2463
|
+
border-bottom-left-radius: var(--x-size-base-09) !important;
|
|
2430
2464
|
}
|
|
2431
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2432
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2465
|
+
[dir="rtl"] .x-border-radius--left-09 {
|
|
2466
|
+
border-bottom-right-radius: var(--x-size-base-09) !important;
|
|
2433
2467
|
}
|
|
2434
|
-
[dir="ltr"] .x-border-radius--top-left-
|
|
2435
|
-
border-top-left-radius: var(--x-size-base-
|
|
2468
|
+
[dir="ltr"] .x-border-radius--top-left-09 {
|
|
2469
|
+
border-top-left-radius: var(--x-size-base-09) !important;
|
|
2436
2470
|
}
|
|
2437
|
-
[dir="rtl"] .x-border-radius--top-left-
|
|
2438
|
-
border-top-right-radius: var(--x-size-base-
|
|
2471
|
+
[dir="rtl"] .x-border-radius--top-left-09 {
|
|
2472
|
+
border-top-right-radius: var(--x-size-base-09) !important;
|
|
2439
2473
|
}
|
|
2440
|
-
[dir="ltr"] .x-border-radius--top-right-
|
|
2441
|
-
border-top-right-radius: var(--x-size-base-
|
|
2474
|
+
[dir="ltr"] .x-border-radius--top-right-09 {
|
|
2475
|
+
border-top-right-radius: var(--x-size-base-09) !important;
|
|
2442
2476
|
}
|
|
2443
|
-
[dir="rtl"] .x-border-radius--top-right-
|
|
2444
|
-
border-top-left-radius: var(--x-size-base-
|
|
2477
|
+
[dir="rtl"] .x-border-radius--top-right-09 {
|
|
2478
|
+
border-top-left-radius: var(--x-size-base-09) !important;
|
|
2445
2479
|
}
|
|
2446
|
-
[dir="ltr"] .x-border-radius--bottom-left-
|
|
2447
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2480
|
+
[dir="ltr"] .x-border-radius--bottom-left-09 {
|
|
2481
|
+
border-bottom-left-radius: var(--x-size-base-09) !important;
|
|
2448
2482
|
}
|
|
2449
|
-
[dir="rtl"] .x-border-radius--bottom-left-
|
|
2450
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2483
|
+
[dir="rtl"] .x-border-radius--bottom-left-09 {
|
|
2484
|
+
border-bottom-right-radius: var(--x-size-base-09) !important;
|
|
2451
2485
|
}
|
|
2452
|
-
[dir="ltr"] .x-border-radius--bottom-right-
|
|
2453
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2486
|
+
[dir="ltr"] .x-border-radius--bottom-right-09 {
|
|
2487
|
+
border-bottom-right-radius: var(--x-size-base-09) !important;
|
|
2454
2488
|
}
|
|
2455
|
-
[dir="rtl"] .x-border-radius--bottom-right-
|
|
2456
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2489
|
+
[dir="rtl"] .x-border-radius--bottom-right-09 {
|
|
2490
|
+
border-bottom-left-radius: var(--x-size-base-09) !important;
|
|
2457
2491
|
}
|
|
2458
|
-
.x-border-radius--
|
|
2459
|
-
border-radius: var(--x-size-base-
|
|
2492
|
+
.x-border-radius--10 {
|
|
2493
|
+
border-radius: var(--x-size-base-10) !important;
|
|
2460
2494
|
}
|
|
2461
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2462
|
-
border-top-left-radius: var(--x-size-base-
|
|
2495
|
+
[dir="ltr"] .x-border-radius--top-10 {
|
|
2496
|
+
border-top-left-radius: var(--x-size-base-10) !important;
|
|
2463
2497
|
}
|
|
2464
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2465
|
-
border-top-right-radius: var(--x-size-base-
|
|
2498
|
+
[dir="rtl"] .x-border-radius--top-10 {
|
|
2499
|
+
border-top-right-radius: var(--x-size-base-10) !important;
|
|
2466
2500
|
}
|
|
2467
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2468
|
-
border-top-right-radius: var(--x-size-base-
|
|
2501
|
+
[dir="ltr"] .x-border-radius--top-10 {
|
|
2502
|
+
border-top-right-radius: var(--x-size-base-10) !important;
|
|
2469
2503
|
}
|
|
2470
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2471
|
-
border-top-left-radius: var(--x-size-base-
|
|
2504
|
+
[dir="rtl"] .x-border-radius--top-10 {
|
|
2505
|
+
border-top-left-radius: var(--x-size-base-10) !important;
|
|
2472
2506
|
}
|
|
2473
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2474
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2507
|
+
[dir="ltr"] .x-border-radius--bottom-10 {
|
|
2508
|
+
border-bottom-left-radius: var(--x-size-base-10) !important;
|
|
2475
2509
|
}
|
|
2476
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2477
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2510
|
+
[dir="rtl"] .x-border-radius--bottom-10 {
|
|
2511
|
+
border-bottom-right-radius: var(--x-size-base-10) !important;
|
|
2478
2512
|
}
|
|
2479
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2480
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2513
|
+
[dir="ltr"] .x-border-radius--bottom-10 {
|
|
2514
|
+
border-bottom-right-radius: var(--x-size-base-10) !important;
|
|
2481
2515
|
}
|
|
2482
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2483
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2516
|
+
[dir="rtl"] .x-border-radius--bottom-10 {
|
|
2517
|
+
border-bottom-left-radius: var(--x-size-base-10) !important;
|
|
2484
2518
|
}
|
|
2485
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2486
|
-
border-top-right-radius: var(--x-size-base-
|
|
2519
|
+
[dir="ltr"] .x-border-radius--right-10 {
|
|
2520
|
+
border-top-right-radius: var(--x-size-base-10) !important;
|
|
2487
2521
|
}
|
|
2488
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2489
|
-
border-top-left-radius: var(--x-size-base-
|
|
2522
|
+
[dir="rtl"] .x-border-radius--right-10 {
|
|
2523
|
+
border-top-left-radius: var(--x-size-base-10) !important;
|
|
2490
2524
|
}
|
|
2491
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2492
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2525
|
+
[dir="ltr"] .x-border-radius--right-10 {
|
|
2526
|
+
border-bottom-right-radius: var(--x-size-base-10) !important;
|
|
2493
2527
|
}
|
|
2494
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2495
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2528
|
+
[dir="rtl"] .x-border-radius--right-10 {
|
|
2529
|
+
border-bottom-left-radius: var(--x-size-base-10) !important;
|
|
2496
2530
|
}
|
|
2497
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2498
|
-
border-top-left-radius: var(--x-size-base-
|
|
2531
|
+
[dir="ltr"] .x-border-radius--left-10 {
|
|
2532
|
+
border-top-left-radius: var(--x-size-base-10) !important;
|
|
2499
2533
|
}
|
|
2500
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2501
|
-
border-top-right-radius: var(--x-size-base-
|
|
2534
|
+
[dir="rtl"] .x-border-radius--left-10 {
|
|
2535
|
+
border-top-right-radius: var(--x-size-base-10) !important;
|
|
2502
2536
|
}
|
|
2503
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2504
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2537
|
+
[dir="ltr"] .x-border-radius--left-10 {
|
|
2538
|
+
border-bottom-left-radius: var(--x-size-base-10) !important;
|
|
2505
2539
|
}
|
|
2506
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2507
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2540
|
+
[dir="rtl"] .x-border-radius--left-10 {
|
|
2541
|
+
border-bottom-right-radius: var(--x-size-base-10) !important;
|
|
2508
2542
|
}
|
|
2509
|
-
[dir="ltr"] .x-border-radius--top-left-
|
|
2510
|
-
border-top-left-radius: var(--x-size-base-
|
|
2543
|
+
[dir="ltr"] .x-border-radius--top-left-10 {
|
|
2544
|
+
border-top-left-radius: var(--x-size-base-10) !important;
|
|
2511
2545
|
}
|
|
2512
|
-
[dir="rtl"] .x-border-radius--top-left-
|
|
2513
|
-
border-top-right-radius: var(--x-size-base-
|
|
2546
|
+
[dir="rtl"] .x-border-radius--top-left-10 {
|
|
2547
|
+
border-top-right-radius: var(--x-size-base-10) !important;
|
|
2514
2548
|
}
|
|
2515
|
-
[dir="ltr"] .x-border-radius--top-right-
|
|
2516
|
-
border-top-right-radius: var(--x-size-base-
|
|
2549
|
+
[dir="ltr"] .x-border-radius--top-right-10 {
|
|
2550
|
+
border-top-right-radius: var(--x-size-base-10) !important;
|
|
2517
2551
|
}
|
|
2518
|
-
[dir="rtl"] .x-border-radius--top-right-
|
|
2519
|
-
border-top-left-radius: var(--x-size-base-
|
|
2552
|
+
[dir="rtl"] .x-border-radius--top-right-10 {
|
|
2553
|
+
border-top-left-radius: var(--x-size-base-10) !important;
|
|
2520
2554
|
}
|
|
2521
|
-
[dir="ltr"] .x-border-radius--bottom-left-
|
|
2522
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2555
|
+
[dir="ltr"] .x-border-radius--bottom-left-10 {
|
|
2556
|
+
border-bottom-left-radius: var(--x-size-base-10) !important;
|
|
2523
2557
|
}
|
|
2524
|
-
[dir="rtl"] .x-border-radius--bottom-left-
|
|
2525
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2558
|
+
[dir="rtl"] .x-border-radius--bottom-left-10 {
|
|
2559
|
+
border-bottom-right-radius: var(--x-size-base-10) !important;
|
|
2526
2560
|
}
|
|
2527
|
-
[dir="ltr"] .x-border-radius--bottom-right-
|
|
2528
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2561
|
+
[dir="ltr"] .x-border-radius--bottom-right-10 {
|
|
2562
|
+
border-bottom-right-radius: var(--x-size-base-10) !important;
|
|
2529
2563
|
}
|
|
2530
|
-
[dir="rtl"] .x-border-radius--bottom-right-
|
|
2531
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2564
|
+
[dir="rtl"] .x-border-radius--bottom-right-10 {
|
|
2565
|
+
border-bottom-left-radius: var(--x-size-base-10) !important;
|
|
2532
2566
|
}
|
|
2533
|
-
.x-border-radius--
|
|
2534
|
-
border-radius: var(--x-size-base-
|
|
2567
|
+
.x-border-radius--11 {
|
|
2568
|
+
border-radius: var(--x-size-base-11) !important;
|
|
2535
2569
|
}
|
|
2536
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2537
|
-
border-top-left-radius: var(--x-size-base-
|
|
2570
|
+
[dir="ltr"] .x-border-radius--top-11 {
|
|
2571
|
+
border-top-left-radius: var(--x-size-base-11) !important;
|
|
2538
2572
|
}
|
|
2539
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2540
|
-
border-top-right-radius: var(--x-size-base-
|
|
2573
|
+
[dir="rtl"] .x-border-radius--top-11 {
|
|
2574
|
+
border-top-right-radius: var(--x-size-base-11) !important;
|
|
2541
2575
|
}
|
|
2542
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2543
|
-
border-top-right-radius: var(--x-size-base-
|
|
2576
|
+
[dir="ltr"] .x-border-radius--top-11 {
|
|
2577
|
+
border-top-right-radius: var(--x-size-base-11) !important;
|
|
2544
2578
|
}
|
|
2545
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2546
|
-
border-top-left-radius: var(--x-size-base-
|
|
2579
|
+
[dir="rtl"] .x-border-radius--top-11 {
|
|
2580
|
+
border-top-left-radius: var(--x-size-base-11) !important;
|
|
2547
2581
|
}
|
|
2548
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2549
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2582
|
+
[dir="ltr"] .x-border-radius--bottom-11 {
|
|
2583
|
+
border-bottom-left-radius: var(--x-size-base-11) !important;
|
|
2550
2584
|
}
|
|
2551
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2552
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2585
|
+
[dir="rtl"] .x-border-radius--bottom-11 {
|
|
2586
|
+
border-bottom-right-radius: var(--x-size-base-11) !important;
|
|
2553
2587
|
}
|
|
2554
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2555
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2588
|
+
[dir="ltr"] .x-border-radius--bottom-11 {
|
|
2589
|
+
border-bottom-right-radius: var(--x-size-base-11) !important;
|
|
2556
2590
|
}
|
|
2557
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2558
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2591
|
+
[dir="rtl"] .x-border-radius--bottom-11 {
|
|
2592
|
+
border-bottom-left-radius: var(--x-size-base-11) !important;
|
|
2559
2593
|
}
|
|
2560
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2561
|
-
border-top-right-radius: var(--x-size-base-
|
|
2594
|
+
[dir="ltr"] .x-border-radius--right-11 {
|
|
2595
|
+
border-top-right-radius: var(--x-size-base-11) !important;
|
|
2562
2596
|
}
|
|
2563
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2564
|
-
border-top-left-radius: var(--x-size-base-
|
|
2597
|
+
[dir="rtl"] .x-border-radius--right-11 {
|
|
2598
|
+
border-top-left-radius: var(--x-size-base-11) !important;
|
|
2565
2599
|
}
|
|
2566
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2567
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2600
|
+
[dir="ltr"] .x-border-radius--right-11 {
|
|
2601
|
+
border-bottom-right-radius: var(--x-size-base-11) !important;
|
|
2568
2602
|
}
|
|
2569
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2570
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2603
|
+
[dir="rtl"] .x-border-radius--right-11 {
|
|
2604
|
+
border-bottom-left-radius: var(--x-size-base-11) !important;
|
|
2571
2605
|
}
|
|
2572
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2573
|
-
border-top-left-radius: var(--x-size-base-
|
|
2606
|
+
[dir="ltr"] .x-border-radius--left-11 {
|
|
2607
|
+
border-top-left-radius: var(--x-size-base-11) !important;
|
|
2574
2608
|
}
|
|
2575
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2576
|
-
border-top-right-radius: var(--x-size-base-
|
|
2609
|
+
[dir="rtl"] .x-border-radius--left-11 {
|
|
2610
|
+
border-top-right-radius: var(--x-size-base-11) !important;
|
|
2577
2611
|
}
|
|
2578
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2579
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2612
|
+
[dir="ltr"] .x-border-radius--left-11 {
|
|
2613
|
+
border-bottom-left-radius: var(--x-size-base-11) !important;
|
|
2580
2614
|
}
|
|
2581
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2582
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2615
|
+
[dir="rtl"] .x-border-radius--left-11 {
|
|
2616
|
+
border-bottom-right-radius: var(--x-size-base-11) !important;
|
|
2583
2617
|
}
|
|
2584
|
-
[dir="ltr"] .x-border-radius--top-left-
|
|
2585
|
-
border-top-left-radius: var(--x-size-base-
|
|
2618
|
+
[dir="ltr"] .x-border-radius--top-left-11 {
|
|
2619
|
+
border-top-left-radius: var(--x-size-base-11) !important;
|
|
2586
2620
|
}
|
|
2587
|
-
[dir="rtl"] .x-border-radius--top-left-
|
|
2588
|
-
border-top-right-radius: var(--x-size-base-
|
|
2621
|
+
[dir="rtl"] .x-border-radius--top-left-11 {
|
|
2622
|
+
border-top-right-radius: var(--x-size-base-11) !important;
|
|
2589
2623
|
}
|
|
2590
|
-
[dir="ltr"] .x-border-radius--top-right-
|
|
2591
|
-
border-top-right-radius: var(--x-size-base-
|
|
2624
|
+
[dir="ltr"] .x-border-radius--top-right-11 {
|
|
2625
|
+
border-top-right-radius: var(--x-size-base-11) !important;
|
|
2592
2626
|
}
|
|
2593
|
-
[dir="rtl"] .x-border-radius--top-right-
|
|
2594
|
-
border-top-left-radius: var(--x-size-base-
|
|
2627
|
+
[dir="rtl"] .x-border-radius--top-right-11 {
|
|
2628
|
+
border-top-left-radius: var(--x-size-base-11) !important;
|
|
2595
2629
|
}
|
|
2596
|
-
[dir="ltr"] .x-border-radius--bottom-left-
|
|
2597
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2630
|
+
[dir="ltr"] .x-border-radius--bottom-left-11 {
|
|
2631
|
+
border-bottom-left-radius: var(--x-size-base-11) !important;
|
|
2598
2632
|
}
|
|
2599
|
-
[dir="rtl"] .x-border-radius--bottom-left-
|
|
2600
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2633
|
+
[dir="rtl"] .x-border-radius--bottom-left-11 {
|
|
2634
|
+
border-bottom-right-radius: var(--x-size-base-11) !important;
|
|
2601
2635
|
}
|
|
2602
|
-
[dir="ltr"] .x-border-radius--bottom-right-
|
|
2603
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2636
|
+
[dir="ltr"] .x-border-radius--bottom-right-11 {
|
|
2637
|
+
border-bottom-right-radius: var(--x-size-base-11) !important;
|
|
2604
2638
|
}
|
|
2605
|
-
[dir="rtl"] .x-border-radius--bottom-right-
|
|
2606
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2639
|
+
[dir="rtl"] .x-border-radius--bottom-right-11 {
|
|
2640
|
+
border-bottom-left-radius: var(--x-size-base-11) !important;
|
|
2607
2641
|
}
|
|
2608
|
-
.x-border-radius--
|
|
2609
|
-
border-radius: var(--x-size-base-
|
|
2642
|
+
.x-border-radius--12 {
|
|
2643
|
+
border-radius: var(--x-size-base-12) !important;
|
|
2610
2644
|
}
|
|
2611
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2612
|
-
border-top-left-radius: var(--x-size-base-
|
|
2645
|
+
[dir="ltr"] .x-border-radius--top-12 {
|
|
2646
|
+
border-top-left-radius: var(--x-size-base-12) !important;
|
|
2613
2647
|
}
|
|
2614
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2615
|
-
border-top-right-radius: var(--x-size-base-
|
|
2648
|
+
[dir="rtl"] .x-border-radius--top-12 {
|
|
2649
|
+
border-top-right-radius: var(--x-size-base-12) !important;
|
|
2616
2650
|
}
|
|
2617
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2618
|
-
border-top-right-radius: var(--x-size-base-
|
|
2651
|
+
[dir="ltr"] .x-border-radius--top-12 {
|
|
2652
|
+
border-top-right-radius: var(--x-size-base-12) !important;
|
|
2619
2653
|
}
|
|
2620
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2621
|
-
border-top-left-radius: var(--x-size-base-
|
|
2654
|
+
[dir="rtl"] .x-border-radius--top-12 {
|
|
2655
|
+
border-top-left-radius: var(--x-size-base-12) !important;
|
|
2622
2656
|
}
|
|
2623
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2624
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2657
|
+
[dir="ltr"] .x-border-radius--bottom-12 {
|
|
2658
|
+
border-bottom-left-radius: var(--x-size-base-12) !important;
|
|
2625
2659
|
}
|
|
2626
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2627
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2660
|
+
[dir="rtl"] .x-border-radius--bottom-12 {
|
|
2661
|
+
border-bottom-right-radius: var(--x-size-base-12) !important;
|
|
2628
2662
|
}
|
|
2629
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2630
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2663
|
+
[dir="ltr"] .x-border-radius--bottom-12 {
|
|
2664
|
+
border-bottom-right-radius: var(--x-size-base-12) !important;
|
|
2631
2665
|
}
|
|
2632
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2633
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2666
|
+
[dir="rtl"] .x-border-radius--bottom-12 {
|
|
2667
|
+
border-bottom-left-radius: var(--x-size-base-12) !important;
|
|
2634
2668
|
}
|
|
2635
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2636
|
-
border-top-right-radius: var(--x-size-base-
|
|
2669
|
+
[dir="ltr"] .x-border-radius--right-12 {
|
|
2670
|
+
border-top-right-radius: var(--x-size-base-12) !important;
|
|
2637
2671
|
}
|
|
2638
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2639
|
-
border-top-left-radius: var(--x-size-base-
|
|
2672
|
+
[dir="rtl"] .x-border-radius--right-12 {
|
|
2673
|
+
border-top-left-radius: var(--x-size-base-12) !important;
|
|
2640
2674
|
}
|
|
2641
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2642
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2675
|
+
[dir="ltr"] .x-border-radius--right-12 {
|
|
2676
|
+
border-bottom-right-radius: var(--x-size-base-12) !important;
|
|
2643
2677
|
}
|
|
2644
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2645
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2678
|
+
[dir="rtl"] .x-border-radius--right-12 {
|
|
2679
|
+
border-bottom-left-radius: var(--x-size-base-12) !important;
|
|
2646
2680
|
}
|
|
2647
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2648
|
-
border-top-left-radius: var(--x-size-base-
|
|
2681
|
+
[dir="ltr"] .x-border-radius--left-12 {
|
|
2682
|
+
border-top-left-radius: var(--x-size-base-12) !important;
|
|
2649
2683
|
}
|
|
2650
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2651
|
-
border-top-right-radius: var(--x-size-base-
|
|
2684
|
+
[dir="rtl"] .x-border-radius--left-12 {
|
|
2685
|
+
border-top-right-radius: var(--x-size-base-12) !important;
|
|
2652
2686
|
}
|
|
2653
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2654
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2687
|
+
[dir="ltr"] .x-border-radius--left-12 {
|
|
2688
|
+
border-bottom-left-radius: var(--x-size-base-12) !important;
|
|
2655
2689
|
}
|
|
2656
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2657
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2690
|
+
[dir="rtl"] .x-border-radius--left-12 {
|
|
2691
|
+
border-bottom-right-radius: var(--x-size-base-12) !important;
|
|
2658
2692
|
}
|
|
2659
|
-
[dir="ltr"] .x-border-radius--top-left-
|
|
2660
|
-
border-top-left-radius: var(--x-size-base-
|
|
2693
|
+
[dir="ltr"] .x-border-radius--top-left-12 {
|
|
2694
|
+
border-top-left-radius: var(--x-size-base-12) !important;
|
|
2661
2695
|
}
|
|
2662
|
-
[dir="rtl"] .x-border-radius--top-left-
|
|
2663
|
-
border-top-right-radius: var(--x-size-base-
|
|
2696
|
+
[dir="rtl"] .x-border-radius--top-left-12 {
|
|
2697
|
+
border-top-right-radius: var(--x-size-base-12) !important;
|
|
2664
2698
|
}
|
|
2665
|
-
[dir="ltr"] .x-border-radius--top-right-
|
|
2666
|
-
border-top-right-radius: var(--x-size-base-
|
|
2699
|
+
[dir="ltr"] .x-border-radius--top-right-12 {
|
|
2700
|
+
border-top-right-radius: var(--x-size-base-12) !important;
|
|
2667
2701
|
}
|
|
2668
|
-
[dir="rtl"] .x-border-radius--top-right-
|
|
2669
|
-
border-top-left-radius: var(--x-size-base-
|
|
2702
|
+
[dir="rtl"] .x-border-radius--top-right-12 {
|
|
2703
|
+
border-top-left-radius: var(--x-size-base-12) !important;
|
|
2670
2704
|
}
|
|
2671
|
-
[dir="ltr"] .x-border-radius--bottom-left-
|
|
2672
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2705
|
+
[dir="ltr"] .x-border-radius--bottom-left-12 {
|
|
2706
|
+
border-bottom-left-radius: var(--x-size-base-12) !important;
|
|
2673
2707
|
}
|
|
2674
|
-
[dir="rtl"] .x-border-radius--bottom-left-
|
|
2675
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2708
|
+
[dir="rtl"] .x-border-radius--bottom-left-12 {
|
|
2709
|
+
border-bottom-right-radius: var(--x-size-base-12) !important;
|
|
2676
2710
|
}
|
|
2677
|
-
[dir="ltr"] .x-border-radius--bottom-right-
|
|
2678
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2711
|
+
[dir="ltr"] .x-border-radius--bottom-right-12 {
|
|
2712
|
+
border-bottom-right-radius: var(--x-size-base-12) !important;
|
|
2679
2713
|
}
|
|
2680
|
-
[dir="rtl"] .x-border-radius--bottom-right-
|
|
2681
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2714
|
+
[dir="rtl"] .x-border-radius--bottom-right-12 {
|
|
2715
|
+
border-bottom-left-radius: var(--x-size-base-12) !important;
|
|
2682
2716
|
}
|
|
2683
|
-
.x-border-radius--
|
|
2684
|
-
border-radius: var(--x-size-base-
|
|
2717
|
+
.x-border-radius--13 {
|
|
2718
|
+
border-radius: var(--x-size-base-13) !important;
|
|
2685
2719
|
}
|
|
2686
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2687
|
-
border-top-left-radius: var(--x-size-base-
|
|
2720
|
+
[dir="ltr"] .x-border-radius--top-13 {
|
|
2721
|
+
border-top-left-radius: var(--x-size-base-13) !important;
|
|
2688
2722
|
}
|
|
2689
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2690
|
-
border-top-right-radius: var(--x-size-base-
|
|
2723
|
+
[dir="rtl"] .x-border-radius--top-13 {
|
|
2724
|
+
border-top-right-radius: var(--x-size-base-13) !important;
|
|
2691
2725
|
}
|
|
2692
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2693
|
-
border-top-right-radius: var(--x-size-base-
|
|
2726
|
+
[dir="ltr"] .x-border-radius--top-13 {
|
|
2727
|
+
border-top-right-radius: var(--x-size-base-13) !important;
|
|
2694
2728
|
}
|
|
2695
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2696
|
-
border-top-left-radius: var(--x-size-base-
|
|
2729
|
+
[dir="rtl"] .x-border-radius--top-13 {
|
|
2730
|
+
border-top-left-radius: var(--x-size-base-13) !important;
|
|
2697
2731
|
}
|
|
2698
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2699
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2732
|
+
[dir="ltr"] .x-border-radius--bottom-13 {
|
|
2733
|
+
border-bottom-left-radius: var(--x-size-base-13) !important;
|
|
2700
2734
|
}
|
|
2701
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2702
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2735
|
+
[dir="rtl"] .x-border-radius--bottom-13 {
|
|
2736
|
+
border-bottom-right-radius: var(--x-size-base-13) !important;
|
|
2703
2737
|
}
|
|
2704
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2705
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2738
|
+
[dir="ltr"] .x-border-radius--bottom-13 {
|
|
2739
|
+
border-bottom-right-radius: var(--x-size-base-13) !important;
|
|
2706
2740
|
}
|
|
2707
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2708
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2741
|
+
[dir="rtl"] .x-border-radius--bottom-13 {
|
|
2742
|
+
border-bottom-left-radius: var(--x-size-base-13) !important;
|
|
2709
2743
|
}
|
|
2710
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2711
|
-
border-top-right-radius: var(--x-size-base-
|
|
2744
|
+
[dir="ltr"] .x-border-radius--right-13 {
|
|
2745
|
+
border-top-right-radius: var(--x-size-base-13) !important;
|
|
2712
2746
|
}
|
|
2713
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2714
|
-
border-top-left-radius: var(--x-size-base-
|
|
2747
|
+
[dir="rtl"] .x-border-radius--right-13 {
|
|
2748
|
+
border-top-left-radius: var(--x-size-base-13) !important;
|
|
2715
2749
|
}
|
|
2716
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2717
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2750
|
+
[dir="ltr"] .x-border-radius--right-13 {
|
|
2751
|
+
border-bottom-right-radius: var(--x-size-base-13) !important;
|
|
2718
2752
|
}
|
|
2719
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2720
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2753
|
+
[dir="rtl"] .x-border-radius--right-13 {
|
|
2754
|
+
border-bottom-left-radius: var(--x-size-base-13) !important;
|
|
2721
2755
|
}
|
|
2722
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2723
|
-
border-top-left-radius: var(--x-size-base-
|
|
2756
|
+
[dir="ltr"] .x-border-radius--left-13 {
|
|
2757
|
+
border-top-left-radius: var(--x-size-base-13) !important;
|
|
2724
2758
|
}
|
|
2725
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2726
|
-
border-top-right-radius: var(--x-size-base-
|
|
2759
|
+
[dir="rtl"] .x-border-radius--left-13 {
|
|
2760
|
+
border-top-right-radius: var(--x-size-base-13) !important;
|
|
2727
2761
|
}
|
|
2728
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2729
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2762
|
+
[dir="ltr"] .x-border-radius--left-13 {
|
|
2763
|
+
border-bottom-left-radius: var(--x-size-base-13) !important;
|
|
2730
2764
|
}
|
|
2731
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2732
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2765
|
+
[dir="rtl"] .x-border-radius--left-13 {
|
|
2766
|
+
border-bottom-right-radius: var(--x-size-base-13) !important;
|
|
2733
2767
|
}
|
|
2734
|
-
[dir="ltr"] .x-border-radius--top-left-
|
|
2735
|
-
border-top-left-radius: var(--x-size-base-
|
|
2768
|
+
[dir="ltr"] .x-border-radius--top-left-13 {
|
|
2769
|
+
border-top-left-radius: var(--x-size-base-13) !important;
|
|
2736
2770
|
}
|
|
2737
|
-
[dir="rtl"] .x-border-radius--top-left-
|
|
2738
|
-
border-top-right-radius: var(--x-size-base-
|
|
2771
|
+
[dir="rtl"] .x-border-radius--top-left-13 {
|
|
2772
|
+
border-top-right-radius: var(--x-size-base-13) !important;
|
|
2739
2773
|
}
|
|
2740
|
-
[dir="ltr"] .x-border-radius--top-right-
|
|
2741
|
-
border-top-right-radius: var(--x-size-base-
|
|
2774
|
+
[dir="ltr"] .x-border-radius--top-right-13 {
|
|
2775
|
+
border-top-right-radius: var(--x-size-base-13) !important;
|
|
2742
2776
|
}
|
|
2743
|
-
[dir="rtl"] .x-border-radius--top-right-
|
|
2744
|
-
border-top-left-radius: var(--x-size-base-
|
|
2777
|
+
[dir="rtl"] .x-border-radius--top-right-13 {
|
|
2778
|
+
border-top-left-radius: var(--x-size-base-13) !important;
|
|
2745
2779
|
}
|
|
2746
|
-
[dir="ltr"] .x-border-radius--bottom-left-
|
|
2747
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2780
|
+
[dir="ltr"] .x-border-radius--bottom-left-13 {
|
|
2781
|
+
border-bottom-left-radius: var(--x-size-base-13) !important;
|
|
2748
2782
|
}
|
|
2749
|
-
[dir="rtl"] .x-border-radius--bottom-left-
|
|
2750
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2783
|
+
[dir="rtl"] .x-border-radius--bottom-left-13 {
|
|
2784
|
+
border-bottom-right-radius: var(--x-size-base-13) !important;
|
|
2751
2785
|
}
|
|
2752
|
-
[dir="ltr"] .x-border-radius--bottom-right-
|
|
2753
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2786
|
+
[dir="ltr"] .x-border-radius--bottom-right-13 {
|
|
2787
|
+
border-bottom-right-radius: var(--x-size-base-13) !important;
|
|
2754
2788
|
}
|
|
2755
|
-
[dir="rtl"] .x-border-radius--bottom-right-
|
|
2756
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2789
|
+
[dir="rtl"] .x-border-radius--bottom-right-13 {
|
|
2790
|
+
border-bottom-left-radius: var(--x-size-base-13) !important;
|
|
2757
2791
|
}
|
|
2758
|
-
.x-border-radius--
|
|
2759
|
-
border-radius: var(--x-size-base-
|
|
2792
|
+
.x-border-radius--14 {
|
|
2793
|
+
border-radius: var(--x-size-base-14) !important;
|
|
2760
2794
|
}
|
|
2761
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2762
|
-
border-top-left-radius: var(--x-size-base-
|
|
2795
|
+
[dir="ltr"] .x-border-radius--top-14 {
|
|
2796
|
+
border-top-left-radius: var(--x-size-base-14) !important;
|
|
2763
2797
|
}
|
|
2764
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2765
|
-
border-top-right-radius: var(--x-size-base-
|
|
2798
|
+
[dir="rtl"] .x-border-radius--top-14 {
|
|
2799
|
+
border-top-right-radius: var(--x-size-base-14) !important;
|
|
2766
2800
|
}
|
|
2767
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2768
|
-
border-top-right-radius: var(--x-size-base-
|
|
2801
|
+
[dir="ltr"] .x-border-radius--top-14 {
|
|
2802
|
+
border-top-right-radius: var(--x-size-base-14) !important;
|
|
2769
2803
|
}
|
|
2770
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2771
|
-
border-top-left-radius: var(--x-size-base-
|
|
2804
|
+
[dir="rtl"] .x-border-radius--top-14 {
|
|
2805
|
+
border-top-left-radius: var(--x-size-base-14) !important;
|
|
2772
2806
|
}
|
|
2773
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2774
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2807
|
+
[dir="ltr"] .x-border-radius--bottom-14 {
|
|
2808
|
+
border-bottom-left-radius: var(--x-size-base-14) !important;
|
|
2775
2809
|
}
|
|
2776
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2777
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2810
|
+
[dir="rtl"] .x-border-radius--bottom-14 {
|
|
2811
|
+
border-bottom-right-radius: var(--x-size-base-14) !important;
|
|
2778
2812
|
}
|
|
2779
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2780
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2813
|
+
[dir="ltr"] .x-border-radius--bottom-14 {
|
|
2814
|
+
border-bottom-right-radius: var(--x-size-base-14) !important;
|
|
2781
2815
|
}
|
|
2782
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2783
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2816
|
+
[dir="rtl"] .x-border-radius--bottom-14 {
|
|
2817
|
+
border-bottom-left-radius: var(--x-size-base-14) !important;
|
|
2784
2818
|
}
|
|
2785
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2786
|
-
border-top-right-radius: var(--x-size-base-
|
|
2819
|
+
[dir="ltr"] .x-border-radius--right-14 {
|
|
2820
|
+
border-top-right-radius: var(--x-size-base-14) !important;
|
|
2787
2821
|
}
|
|
2788
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2789
|
-
border-top-left-radius: var(--x-size-base-
|
|
2822
|
+
[dir="rtl"] .x-border-radius--right-14 {
|
|
2823
|
+
border-top-left-radius: var(--x-size-base-14) !important;
|
|
2790
2824
|
}
|
|
2791
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2792
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2825
|
+
[dir="ltr"] .x-border-radius--right-14 {
|
|
2826
|
+
border-bottom-right-radius: var(--x-size-base-14) !important;
|
|
2793
2827
|
}
|
|
2794
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2795
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2828
|
+
[dir="rtl"] .x-border-radius--right-14 {
|
|
2829
|
+
border-bottom-left-radius: var(--x-size-base-14) !important;
|
|
2796
2830
|
}
|
|
2797
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2798
|
-
border-top-left-radius: var(--x-size-base-
|
|
2831
|
+
[dir="ltr"] .x-border-radius--left-14 {
|
|
2832
|
+
border-top-left-radius: var(--x-size-base-14) !important;
|
|
2799
2833
|
}
|
|
2800
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2801
|
-
border-top-right-radius: var(--x-size-base-
|
|
2834
|
+
[dir="rtl"] .x-border-radius--left-14 {
|
|
2835
|
+
border-top-right-radius: var(--x-size-base-14) !important;
|
|
2802
2836
|
}
|
|
2803
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2804
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2837
|
+
[dir="ltr"] .x-border-radius--left-14 {
|
|
2838
|
+
border-bottom-left-radius: var(--x-size-base-14) !important;
|
|
2805
2839
|
}
|
|
2806
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2807
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2840
|
+
[dir="rtl"] .x-border-radius--left-14 {
|
|
2841
|
+
border-bottom-right-radius: var(--x-size-base-14) !important;
|
|
2808
2842
|
}
|
|
2809
|
-
[dir="ltr"] .x-border-radius--top-left-
|
|
2810
|
-
border-top-left-radius: var(--x-size-base-
|
|
2843
|
+
[dir="ltr"] .x-border-radius--top-left-14 {
|
|
2844
|
+
border-top-left-radius: var(--x-size-base-14) !important;
|
|
2811
2845
|
}
|
|
2812
|
-
[dir="rtl"] .x-border-radius--top-left-
|
|
2813
|
-
border-top-right-radius: var(--x-size-base-
|
|
2846
|
+
[dir="rtl"] .x-border-radius--top-left-14 {
|
|
2847
|
+
border-top-right-radius: var(--x-size-base-14) !important;
|
|
2814
2848
|
}
|
|
2815
|
-
[dir="ltr"] .x-border-radius--top-right-
|
|
2816
|
-
border-top-right-radius: var(--x-size-base-
|
|
2849
|
+
[dir="ltr"] .x-border-radius--top-right-14 {
|
|
2850
|
+
border-top-right-radius: var(--x-size-base-14) !important;
|
|
2817
2851
|
}
|
|
2818
|
-
[dir="rtl"] .x-border-radius--top-right-
|
|
2819
|
-
border-top-left-radius: var(--x-size-base-
|
|
2852
|
+
[dir="rtl"] .x-border-radius--top-right-14 {
|
|
2853
|
+
border-top-left-radius: var(--x-size-base-14) !important;
|
|
2820
2854
|
}
|
|
2821
|
-
[dir="ltr"] .x-border-radius--bottom-left-
|
|
2822
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2855
|
+
[dir="ltr"] .x-border-radius--bottom-left-14 {
|
|
2856
|
+
border-bottom-left-radius: var(--x-size-base-14) !important;
|
|
2823
2857
|
}
|
|
2824
|
-
[dir="rtl"] .x-border-radius--bottom-left-
|
|
2825
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2858
|
+
[dir="rtl"] .x-border-radius--bottom-left-14 {
|
|
2859
|
+
border-bottom-right-radius: var(--x-size-base-14) !important;
|
|
2826
2860
|
}
|
|
2827
|
-
[dir="ltr"] .x-border-radius--bottom-right-
|
|
2828
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2861
|
+
[dir="ltr"] .x-border-radius--bottom-right-14 {
|
|
2862
|
+
border-bottom-right-radius: var(--x-size-base-14) !important;
|
|
2829
2863
|
}
|
|
2830
|
-
[dir="rtl"] .x-border-radius--bottom-right-
|
|
2831
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2864
|
+
[dir="rtl"] .x-border-radius--bottom-right-14 {
|
|
2865
|
+
border-bottom-left-radius: var(--x-size-base-14) !important;
|
|
2832
2866
|
}
|
|
2833
|
-
.x-border-radius--
|
|
2834
|
-
border-radius: var(--x-size-base-
|
|
2867
|
+
.x-border-radius--15 {
|
|
2868
|
+
border-radius: var(--x-size-base-15) !important;
|
|
2835
2869
|
}
|
|
2836
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2837
|
-
border-top-left-radius: var(--x-size-base-
|
|
2870
|
+
[dir="ltr"] .x-border-radius--top-15 {
|
|
2871
|
+
border-top-left-radius: var(--x-size-base-15) !important;
|
|
2838
2872
|
}
|
|
2839
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2840
|
-
border-top-right-radius: var(--x-size-base-
|
|
2873
|
+
[dir="rtl"] .x-border-radius--top-15 {
|
|
2874
|
+
border-top-right-radius: var(--x-size-base-15) !important;
|
|
2841
2875
|
}
|
|
2842
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2843
|
-
border-top-right-radius: var(--x-size-base-
|
|
2876
|
+
[dir="ltr"] .x-border-radius--top-15 {
|
|
2877
|
+
border-top-right-radius: var(--x-size-base-15) !important;
|
|
2844
2878
|
}
|
|
2845
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2846
|
-
border-top-left-radius: var(--x-size-base-
|
|
2879
|
+
[dir="rtl"] .x-border-radius--top-15 {
|
|
2880
|
+
border-top-left-radius: var(--x-size-base-15) !important;
|
|
2847
2881
|
}
|
|
2848
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2849
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2882
|
+
[dir="ltr"] .x-border-radius--bottom-15 {
|
|
2883
|
+
border-bottom-left-radius: var(--x-size-base-15) !important;
|
|
2850
2884
|
}
|
|
2851
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2852
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2885
|
+
[dir="rtl"] .x-border-radius--bottom-15 {
|
|
2886
|
+
border-bottom-right-radius: var(--x-size-base-15) !important;
|
|
2853
2887
|
}
|
|
2854
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2855
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2888
|
+
[dir="ltr"] .x-border-radius--bottom-15 {
|
|
2889
|
+
border-bottom-right-radius: var(--x-size-base-15) !important;
|
|
2856
2890
|
}
|
|
2857
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2858
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2891
|
+
[dir="rtl"] .x-border-radius--bottom-15 {
|
|
2892
|
+
border-bottom-left-radius: var(--x-size-base-15) !important;
|
|
2859
2893
|
}
|
|
2860
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2861
|
-
border-top-right-radius: var(--x-size-base-
|
|
2894
|
+
[dir="ltr"] .x-border-radius--right-15 {
|
|
2895
|
+
border-top-right-radius: var(--x-size-base-15) !important;
|
|
2862
2896
|
}
|
|
2863
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2864
|
-
border-top-left-radius: var(--x-size-base-
|
|
2897
|
+
[dir="rtl"] .x-border-radius--right-15 {
|
|
2898
|
+
border-top-left-radius: var(--x-size-base-15) !important;
|
|
2865
2899
|
}
|
|
2866
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2867
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2900
|
+
[dir="ltr"] .x-border-radius--right-15 {
|
|
2901
|
+
border-bottom-right-radius: var(--x-size-base-15) !important;
|
|
2868
2902
|
}
|
|
2869
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2870
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2903
|
+
[dir="rtl"] .x-border-radius--right-15 {
|
|
2904
|
+
border-bottom-left-radius: var(--x-size-base-15) !important;
|
|
2871
2905
|
}
|
|
2872
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2873
|
-
border-top-left-radius: var(--x-size-base-
|
|
2906
|
+
[dir="ltr"] .x-border-radius--left-15 {
|
|
2907
|
+
border-top-left-radius: var(--x-size-base-15) !important;
|
|
2874
2908
|
}
|
|
2875
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2876
|
-
border-top-right-radius: var(--x-size-base-
|
|
2909
|
+
[dir="rtl"] .x-border-radius--left-15 {
|
|
2910
|
+
border-top-right-radius: var(--x-size-base-15) !important;
|
|
2877
2911
|
}
|
|
2878
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2879
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2912
|
+
[dir="ltr"] .x-border-radius--left-15 {
|
|
2913
|
+
border-bottom-left-radius: var(--x-size-base-15) !important;
|
|
2880
2914
|
}
|
|
2881
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2882
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2915
|
+
[dir="rtl"] .x-border-radius--left-15 {
|
|
2916
|
+
border-bottom-right-radius: var(--x-size-base-15) !important;
|
|
2883
2917
|
}
|
|
2884
|
-
[dir="ltr"] .x-border-radius--top-left-
|
|
2885
|
-
border-top-left-radius: var(--x-size-base-
|
|
2918
|
+
[dir="ltr"] .x-border-radius--top-left-15 {
|
|
2919
|
+
border-top-left-radius: var(--x-size-base-15) !important;
|
|
2886
2920
|
}
|
|
2887
|
-
[dir="rtl"] .x-border-radius--top-left-
|
|
2888
|
-
border-top-right-radius: var(--x-size-base-
|
|
2921
|
+
[dir="rtl"] .x-border-radius--top-left-15 {
|
|
2922
|
+
border-top-right-radius: var(--x-size-base-15) !important;
|
|
2889
2923
|
}
|
|
2890
|
-
[dir="ltr"] .x-border-radius--top-right-
|
|
2891
|
-
border-top-right-radius: var(--x-size-base-
|
|
2924
|
+
[dir="ltr"] .x-border-radius--top-right-15 {
|
|
2925
|
+
border-top-right-radius: var(--x-size-base-15) !important;
|
|
2892
2926
|
}
|
|
2893
|
-
[dir="rtl"] .x-border-radius--top-right-
|
|
2894
|
-
border-top-left-radius: var(--x-size-base-
|
|
2927
|
+
[dir="rtl"] .x-border-radius--top-right-15 {
|
|
2928
|
+
border-top-left-radius: var(--x-size-base-15) !important;
|
|
2895
2929
|
}
|
|
2896
|
-
[dir="ltr"] .x-border-radius--bottom-left-
|
|
2897
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2930
|
+
[dir="ltr"] .x-border-radius--bottom-left-15 {
|
|
2931
|
+
border-bottom-left-radius: var(--x-size-base-15) !important;
|
|
2898
2932
|
}
|
|
2899
|
-
[dir="rtl"] .x-border-radius--bottom-left-
|
|
2900
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2933
|
+
[dir="rtl"] .x-border-radius--bottom-left-15 {
|
|
2934
|
+
border-bottom-right-radius: var(--x-size-base-15) !important;
|
|
2901
2935
|
}
|
|
2902
|
-
[dir="ltr"] .x-border-radius--bottom-right-
|
|
2903
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2936
|
+
[dir="ltr"] .x-border-radius--bottom-right-15 {
|
|
2937
|
+
border-bottom-right-radius: var(--x-size-base-15) !important;
|
|
2904
2938
|
}
|
|
2905
|
-
[dir="rtl"] .x-border-radius--bottom-right-
|
|
2906
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2939
|
+
[dir="rtl"] .x-border-radius--bottom-right-15 {
|
|
2940
|
+
border-bottom-left-radius: var(--x-size-base-15) !important;
|
|
2907
2941
|
}
|
|
2908
|
-
.x-border-radius--
|
|
2909
|
-
border-radius: var(--x-size-base-
|
|
2942
|
+
.x-border-radius--16 {
|
|
2943
|
+
border-radius: var(--x-size-base-16) !important;
|
|
2910
2944
|
}
|
|
2911
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2912
|
-
border-top-left-radius: var(--x-size-base-
|
|
2945
|
+
[dir="ltr"] .x-border-radius--top-16 {
|
|
2946
|
+
border-top-left-radius: var(--x-size-base-16) !important;
|
|
2913
2947
|
}
|
|
2914
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2915
|
-
border-top-right-radius: var(--x-size-base-
|
|
2948
|
+
[dir="rtl"] .x-border-radius--top-16 {
|
|
2949
|
+
border-top-right-radius: var(--x-size-base-16) !important;
|
|
2916
2950
|
}
|
|
2917
|
-
[dir="ltr"] .x-border-radius--top-
|
|
2918
|
-
border-top-right-radius: var(--x-size-base-
|
|
2951
|
+
[dir="ltr"] .x-border-radius--top-16 {
|
|
2952
|
+
border-top-right-radius: var(--x-size-base-16) !important;
|
|
2919
2953
|
}
|
|
2920
|
-
[dir="rtl"] .x-border-radius--top-
|
|
2921
|
-
border-top-left-radius: var(--x-size-base-
|
|
2954
|
+
[dir="rtl"] .x-border-radius--top-16 {
|
|
2955
|
+
border-top-left-radius: var(--x-size-base-16) !important;
|
|
2922
2956
|
}
|
|
2923
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2924
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2957
|
+
[dir="ltr"] .x-border-radius--bottom-16 {
|
|
2958
|
+
border-bottom-left-radius: var(--x-size-base-16) !important;
|
|
2925
2959
|
}
|
|
2926
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2927
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2960
|
+
[dir="rtl"] .x-border-radius--bottom-16 {
|
|
2961
|
+
border-bottom-right-radius: var(--x-size-base-16) !important;
|
|
2928
2962
|
}
|
|
2929
|
-
[dir="ltr"] .x-border-radius--bottom-
|
|
2930
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2963
|
+
[dir="ltr"] .x-border-radius--bottom-16 {
|
|
2964
|
+
border-bottom-right-radius: var(--x-size-base-16) !important;
|
|
2931
2965
|
}
|
|
2932
|
-
[dir="rtl"] .x-border-radius--bottom-
|
|
2933
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2966
|
+
[dir="rtl"] .x-border-radius--bottom-16 {
|
|
2967
|
+
border-bottom-left-radius: var(--x-size-base-16) !important;
|
|
2934
2968
|
}
|
|
2935
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2936
|
-
border-top-right-radius: var(--x-size-base-
|
|
2969
|
+
[dir="ltr"] .x-border-radius--right-16 {
|
|
2970
|
+
border-top-right-radius: var(--x-size-base-16) !important;
|
|
2937
2971
|
}
|
|
2938
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2939
|
-
border-top-left-radius: var(--x-size-base-
|
|
2972
|
+
[dir="rtl"] .x-border-radius--right-16 {
|
|
2973
|
+
border-top-left-radius: var(--x-size-base-16) !important;
|
|
2940
2974
|
}
|
|
2941
|
-
[dir="ltr"] .x-border-radius--right-
|
|
2942
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2975
|
+
[dir="ltr"] .x-border-radius--right-16 {
|
|
2976
|
+
border-bottom-right-radius: var(--x-size-base-16) !important;
|
|
2943
2977
|
}
|
|
2944
|
-
[dir="rtl"] .x-border-radius--right-
|
|
2945
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2978
|
+
[dir="rtl"] .x-border-radius--right-16 {
|
|
2979
|
+
border-bottom-left-radius: var(--x-size-base-16) !important;
|
|
2946
2980
|
}
|
|
2947
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2948
|
-
border-top-left-radius: var(--x-size-base-
|
|
2981
|
+
[dir="ltr"] .x-border-radius--left-16 {
|
|
2982
|
+
border-top-left-radius: var(--x-size-base-16) !important;
|
|
2949
2983
|
}
|
|
2950
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2951
|
-
border-top-right-radius: var(--x-size-base-
|
|
2984
|
+
[dir="rtl"] .x-border-radius--left-16 {
|
|
2985
|
+
border-top-right-radius: var(--x-size-base-16) !important;
|
|
2952
2986
|
}
|
|
2953
|
-
[dir="ltr"] .x-border-radius--left-
|
|
2954
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
2987
|
+
[dir="ltr"] .x-border-radius--left-16 {
|
|
2988
|
+
border-bottom-left-radius: var(--x-size-base-16) !important;
|
|
2955
2989
|
}
|
|
2956
|
-
[dir="rtl"] .x-border-radius--left-
|
|
2957
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2990
|
+
[dir="rtl"] .x-border-radius--left-16 {
|
|
2991
|
+
border-bottom-right-radius: var(--x-size-base-16) !important;
|
|
2958
2992
|
}
|
|
2959
|
-
[dir="ltr"] .x-border-radius--top-left-
|
|
2960
|
-
border-top-left-radius: var(--x-size-base-
|
|
2993
|
+
[dir="ltr"] .x-border-radius--top-left-16 {
|
|
2994
|
+
border-top-left-radius: var(--x-size-base-16) !important;
|
|
2961
2995
|
}
|
|
2962
|
-
[dir="rtl"] .x-border-radius--top-left-
|
|
2963
|
-
border-top-right-radius: var(--x-size-base-
|
|
2996
|
+
[dir="rtl"] .x-border-radius--top-left-16 {
|
|
2997
|
+
border-top-right-radius: var(--x-size-base-16) !important;
|
|
2964
2998
|
}
|
|
2965
|
-
[dir="ltr"] .x-border-radius--top-right-
|
|
2966
|
-
border-top-right-radius: var(--x-size-base-
|
|
2999
|
+
[dir="ltr"] .x-border-radius--top-right-16 {
|
|
3000
|
+
border-top-right-radius: var(--x-size-base-16) !important;
|
|
2967
3001
|
}
|
|
2968
|
-
[dir="rtl"] .x-border-radius--top-right-
|
|
2969
|
-
border-top-left-radius: var(--x-size-base-
|
|
3002
|
+
[dir="rtl"] .x-border-radius--top-right-16 {
|
|
3003
|
+
border-top-left-radius: var(--x-size-base-16) !important;
|
|
2970
3004
|
}
|
|
2971
|
-
[dir="ltr"] .x-border-radius--bottom-left-
|
|
2972
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
3005
|
+
[dir="ltr"] .x-border-radius--bottom-left-16 {
|
|
3006
|
+
border-bottom-left-radius: var(--x-size-base-16) !important;
|
|
2973
3007
|
}
|
|
2974
|
-
[dir="rtl"] .x-border-radius--bottom-left-
|
|
2975
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
3008
|
+
[dir="rtl"] .x-border-radius--bottom-left-16 {
|
|
3009
|
+
border-bottom-right-radius: var(--x-size-base-16) !important;
|
|
2976
3010
|
}
|
|
2977
|
-
[dir="ltr"] .x-border-radius--bottom-right-
|
|
2978
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
3011
|
+
[dir="ltr"] .x-border-radius--bottom-right-16 {
|
|
3012
|
+
border-bottom-right-radius: var(--x-size-base-16) !important;
|
|
2979
3013
|
}
|
|
2980
|
-
[dir="rtl"] .x-border-radius--bottom-right-
|
|
2981
|
-
border-bottom-left-radius: var(--x-size-base-
|
|
3014
|
+
[dir="rtl"] .x-border-radius--bottom-right-16 {
|
|
3015
|
+
border-bottom-left-radius: var(--x-size-base-16) !important;
|
|
2982
3016
|
}
|
|
2983
|
-
|
|
2984
|
-
border-
|
|
3017
|
+
.x-border-radius--17 {
|
|
3018
|
+
border-radius: var(--x-size-base-17) !important;
|
|
2985
3019
|
}
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
border-width: 0px !important;
|
|
2989
|
-
border-style: solid !important;
|
|
3020
|
+
[dir="ltr"] .x-border-radius--top-17 {
|
|
3021
|
+
border-top-left-radius: var(--x-size-base-17) !important;
|
|
2990
3022
|
}
|
|
2991
|
-
.x-border-
|
|
2992
|
-
border-top-
|
|
2993
|
-
border-style: solid !important;
|
|
3023
|
+
[dir="rtl"] .x-border-radius--top-17 {
|
|
3024
|
+
border-top-right-radius: var(--x-size-base-17) !important;
|
|
2994
3025
|
}
|
|
2995
|
-
.x-border-
|
|
2996
|
-
border-
|
|
2997
|
-
border-style: solid !important;
|
|
3026
|
+
[dir="ltr"] .x-border-radius--top-17 {
|
|
3027
|
+
border-top-right-radius: var(--x-size-base-17) !important;
|
|
2998
3028
|
}
|
|
2999
|
-
[dir="
|
|
3000
|
-
border-
|
|
3029
|
+
[dir="rtl"] .x-border-radius--top-17 {
|
|
3030
|
+
border-top-left-radius: var(--x-size-base-17) !important;
|
|
3001
3031
|
}
|
|
3002
|
-
[dir="
|
|
3003
|
-
border-left-
|
|
3032
|
+
[dir="ltr"] .x-border-radius--bottom-17 {
|
|
3033
|
+
border-bottom-left-radius: var(--x-size-base-17) !important;
|
|
3004
3034
|
}
|
|
3005
|
-
.x-border-
|
|
3006
|
-
border-
|
|
3035
|
+
[dir="rtl"] .x-border-radius--bottom-17 {
|
|
3036
|
+
border-bottom-right-radius: var(--x-size-base-17) !important;
|
|
3007
3037
|
}
|
|
3008
|
-
[dir="ltr"] .x-border-
|
|
3009
|
-
border-
|
|
3038
|
+
[dir="ltr"] .x-border-radius--bottom-17 {
|
|
3039
|
+
border-bottom-right-radius: var(--x-size-base-17) !important;
|
|
3010
3040
|
}
|
|
3011
|
-
[dir="rtl"] .x-border-
|
|
3012
|
-
border-
|
|
3041
|
+
[dir="rtl"] .x-border-radius--bottom-17 {
|
|
3042
|
+
border-bottom-left-radius: var(--x-size-base-17) !important;
|
|
3013
3043
|
}
|
|
3014
|
-
.x-border-
|
|
3015
|
-
border-
|
|
3044
|
+
[dir="ltr"] .x-border-radius--right-17 {
|
|
3045
|
+
border-top-right-radius: var(--x-size-base-17) !important;
|
|
3016
3046
|
}
|
|
3017
|
-
.x-border-
|
|
3018
|
-
border-
|
|
3019
|
-
border-style: solid !important;
|
|
3047
|
+
[dir="rtl"] .x-border-radius--right-17 {
|
|
3048
|
+
border-top-left-radius: var(--x-size-base-17) !important;
|
|
3020
3049
|
}
|
|
3021
|
-
.x-border-
|
|
3022
|
-
border-
|
|
3023
|
-
border-style: solid !important;
|
|
3050
|
+
[dir="ltr"] .x-border-radius--right-17 {
|
|
3051
|
+
border-bottom-right-radius: var(--x-size-base-17) !important;
|
|
3024
3052
|
}
|
|
3025
|
-
.x-border-
|
|
3026
|
-
border-bottom-
|
|
3027
|
-
border-style: solid !important;
|
|
3053
|
+
[dir="rtl"] .x-border-radius--right-17 {
|
|
3054
|
+
border-bottom-left-radius: var(--x-size-base-17) !important;
|
|
3028
3055
|
}
|
|
3029
|
-
[dir="ltr"] .x-border-
|
|
3030
|
-
border-
|
|
3056
|
+
[dir="ltr"] .x-border-radius--left-17 {
|
|
3057
|
+
border-top-left-radius: var(--x-size-base-17) !important;
|
|
3031
3058
|
}
|
|
3032
|
-
[dir="rtl"] .x-border-
|
|
3033
|
-
border-
|
|
3059
|
+
[dir="rtl"] .x-border-radius--left-17 {
|
|
3060
|
+
border-top-right-radius: var(--x-size-base-17) !important;
|
|
3034
3061
|
}
|
|
3035
|
-
.x-border-
|
|
3036
|
-
border-
|
|
3062
|
+
[dir="ltr"] .x-border-radius--left-17 {
|
|
3063
|
+
border-bottom-left-radius: var(--x-size-base-17) !important;
|
|
3037
3064
|
}
|
|
3038
|
-
[dir="
|
|
3039
|
-
border-
|
|
3065
|
+
[dir="rtl"] .x-border-radius--left-17 {
|
|
3066
|
+
border-bottom-right-radius: var(--x-size-base-17) !important;
|
|
3040
3067
|
}
|
|
3041
|
-
[dir="
|
|
3042
|
-
border-
|
|
3068
|
+
[dir="ltr"] .x-border-radius--top-left-17 {
|
|
3069
|
+
border-top-left-radius: var(--x-size-base-17) !important;
|
|
3043
3070
|
}
|
|
3044
|
-
.x-border-
|
|
3045
|
-
border-
|
|
3071
|
+
[dir="rtl"] .x-border-radius--top-left-17 {
|
|
3072
|
+
border-top-right-radius: var(--x-size-base-17) !important;
|
|
3046
3073
|
}
|
|
3047
|
-
.x-border-
|
|
3048
|
-
border-
|
|
3049
|
-
border-style: solid !important;
|
|
3074
|
+
[dir="ltr"] .x-border-radius--top-right-17 {
|
|
3075
|
+
border-top-right-radius: var(--x-size-base-17) !important;
|
|
3050
3076
|
}
|
|
3051
|
-
.x-border-
|
|
3052
|
-
border-top-
|
|
3053
|
-
border-style: solid !important;
|
|
3077
|
+
[dir="rtl"] .x-border-radius--top-right-17 {
|
|
3078
|
+
border-top-left-radius: var(--x-size-base-17) !important;
|
|
3054
3079
|
}
|
|
3055
|
-
.x-border-
|
|
3056
|
-
border-bottom-
|
|
3057
|
-
border-style: solid !important;
|
|
3080
|
+
[dir="ltr"] .x-border-radius--bottom-left-17 {
|
|
3081
|
+
border-bottom-left-radius: var(--x-size-base-17) !important;
|
|
3058
3082
|
}
|
|
3059
|
-
[dir="
|
|
3060
|
-
border-right-
|
|
3083
|
+
[dir="rtl"] .x-border-radius--bottom-left-17 {
|
|
3084
|
+
border-bottom-right-radius: var(--x-size-base-17) !important;
|
|
3061
3085
|
}
|
|
3062
|
-
[dir="
|
|
3063
|
-
border-
|
|
3086
|
+
[dir="ltr"] .x-border-radius--bottom-right-17 {
|
|
3087
|
+
border-bottom-right-radius: var(--x-size-base-17) !important;
|
|
3064
3088
|
}
|
|
3065
|
-
.x-border-
|
|
3066
|
-
border-
|
|
3089
|
+
[dir="rtl"] .x-border-radius--bottom-right-17 {
|
|
3090
|
+
border-bottom-left-radius: var(--x-size-base-17) !important;
|
|
3067
3091
|
}
|
|
3068
|
-
|
|
3069
|
-
border-
|
|
3092
|
+
.x-border-radius--18 {
|
|
3093
|
+
border-radius: var(--x-size-base-18) !important;
|
|
3070
3094
|
}
|
|
3071
|
-
[dir="
|
|
3072
|
-
border-
|
|
3095
|
+
[dir="ltr"] .x-border-radius--top-18 {
|
|
3096
|
+
border-top-left-radius: var(--x-size-base-18) !important;
|
|
3073
3097
|
}
|
|
3074
|
-
.x-border-
|
|
3075
|
-
border-
|
|
3098
|
+
[dir="rtl"] .x-border-radius--top-18 {
|
|
3099
|
+
border-top-right-radius: var(--x-size-base-18) !important;
|
|
3076
3100
|
}
|
|
3077
|
-
.x-border-
|
|
3078
|
-
border-
|
|
3079
|
-
border-style: solid !important;
|
|
3101
|
+
[dir="ltr"] .x-border-radius--top-18 {
|
|
3102
|
+
border-top-right-radius: var(--x-size-base-18) !important;
|
|
3080
3103
|
}
|
|
3081
|
-
.x-border-
|
|
3082
|
-
border-top-
|
|
3083
|
-
border-style: solid !important;
|
|
3104
|
+
[dir="rtl"] .x-border-radius--top-18 {
|
|
3105
|
+
border-top-left-radius: var(--x-size-base-18) !important;
|
|
3084
3106
|
}
|
|
3085
|
-
.x-border-
|
|
3086
|
-
border-bottom-
|
|
3087
|
-
border-style: solid !important;
|
|
3107
|
+
[dir="ltr"] .x-border-radius--bottom-18 {
|
|
3108
|
+
border-bottom-left-radius: var(--x-size-base-18) !important;
|
|
3088
3109
|
}
|
|
3089
|
-
[dir="
|
|
3090
|
-
border-right-
|
|
3110
|
+
[dir="rtl"] .x-border-radius--bottom-18 {
|
|
3111
|
+
border-bottom-right-radius: var(--x-size-base-18) !important;
|
|
3091
3112
|
}
|
|
3092
|
-
[dir="
|
|
3093
|
-
border-
|
|
3113
|
+
[dir="ltr"] .x-border-radius--bottom-18 {
|
|
3114
|
+
border-bottom-right-radius: var(--x-size-base-18) !important;
|
|
3094
3115
|
}
|
|
3095
|
-
.x-border-
|
|
3096
|
-
border-
|
|
3116
|
+
[dir="rtl"] .x-border-radius--bottom-18 {
|
|
3117
|
+
border-bottom-left-radius: var(--x-size-base-18) !important;
|
|
3097
3118
|
}
|
|
3098
|
-
[dir="ltr"] .x-border-
|
|
3099
|
-
border-
|
|
3119
|
+
[dir="ltr"] .x-border-radius--right-18 {
|
|
3120
|
+
border-top-right-radius: var(--x-size-base-18) !important;
|
|
3100
3121
|
}
|
|
3101
|
-
[dir="rtl"] .x-border-
|
|
3102
|
-
border-
|
|
3122
|
+
[dir="rtl"] .x-border-radius--right-18 {
|
|
3123
|
+
border-top-left-radius: var(--x-size-base-18) !important;
|
|
3103
3124
|
}
|
|
3104
|
-
.x-border-
|
|
3105
|
-
border-
|
|
3125
|
+
[dir="ltr"] .x-border-radius--right-18 {
|
|
3126
|
+
border-bottom-right-radius: var(--x-size-base-18) !important;
|
|
3106
3127
|
}
|
|
3107
|
-
.x-border-
|
|
3108
|
-
border-
|
|
3109
|
-
border-style: solid !important;
|
|
3128
|
+
[dir="rtl"] .x-border-radius--right-18 {
|
|
3129
|
+
border-bottom-left-radius: var(--x-size-base-18) !important;
|
|
3110
3130
|
}
|
|
3111
|
-
.x-border-
|
|
3112
|
-
border-top-
|
|
3113
|
-
border-style: solid !important;
|
|
3131
|
+
[dir="ltr"] .x-border-radius--left-18 {
|
|
3132
|
+
border-top-left-radius: var(--x-size-base-18) !important;
|
|
3114
3133
|
}
|
|
3115
|
-
.x-border-
|
|
3116
|
-
border-
|
|
3117
|
-
border-style: solid !important;
|
|
3134
|
+
[dir="rtl"] .x-border-radius--left-18 {
|
|
3135
|
+
border-top-right-radius: var(--x-size-base-18) !important;
|
|
3118
3136
|
}
|
|
3119
|
-
[dir="ltr"] .x-border-
|
|
3120
|
-
border-
|
|
3137
|
+
[dir="ltr"] .x-border-radius--left-18 {
|
|
3138
|
+
border-bottom-left-radius: var(--x-size-base-18) !important;
|
|
3121
3139
|
}
|
|
3122
|
-
[dir="rtl"] .x-border-
|
|
3123
|
-
border-
|
|
3140
|
+
[dir="rtl"] .x-border-radius--left-18 {
|
|
3141
|
+
border-bottom-right-radius: var(--x-size-base-18) !important;
|
|
3124
3142
|
}
|
|
3125
|
-
.x-border-
|
|
3126
|
-
border-
|
|
3143
|
+
[dir="ltr"] .x-border-radius--top-left-18 {
|
|
3144
|
+
border-top-left-radius: var(--x-size-base-18) !important;
|
|
3127
3145
|
}
|
|
3128
|
-
[dir="
|
|
3129
|
-
border-
|
|
3146
|
+
[dir="rtl"] .x-border-radius--top-left-18 {
|
|
3147
|
+
border-top-right-radius: var(--x-size-base-18) !important;
|
|
3130
3148
|
}
|
|
3131
|
-
[dir="
|
|
3132
|
-
border-right-
|
|
3149
|
+
[dir="ltr"] .x-border-radius--top-right-18 {
|
|
3150
|
+
border-top-right-radius: var(--x-size-base-18) !important;
|
|
3133
3151
|
}
|
|
3134
|
-
.x-border-
|
|
3135
|
-
border-
|
|
3152
|
+
[dir="rtl"] .x-border-radius--top-right-18 {
|
|
3153
|
+
border-top-left-radius: var(--x-size-base-18) !important;
|
|
3136
3154
|
}
|
|
3137
|
-
.x-border-
|
|
3138
|
-
border-
|
|
3139
|
-
border-style: solid !important;
|
|
3155
|
+
[dir="ltr"] .x-border-radius--bottom-left-18 {
|
|
3156
|
+
border-bottom-left-radius: var(--x-size-base-18) !important;
|
|
3140
3157
|
}
|
|
3141
|
-
.x-border-
|
|
3142
|
-
border-
|
|
3143
|
-
border-style: solid !important;
|
|
3158
|
+
[dir="rtl"] .x-border-radius--bottom-left-18 {
|
|
3159
|
+
border-bottom-right-radius: var(--x-size-base-18) !important;
|
|
3144
3160
|
}
|
|
3145
|
-
.x-border-
|
|
3146
|
-
border-bottom-
|
|
3147
|
-
border-style: solid !important;
|
|
3161
|
+
[dir="ltr"] .x-border-radius--bottom-right-18 {
|
|
3162
|
+
border-bottom-right-radius: var(--x-size-base-18) !important;
|
|
3148
3163
|
}
|
|
3149
|
-
[dir="
|
|
3150
|
-
border-
|
|
3164
|
+
[dir="rtl"] .x-border-radius--bottom-right-18 {
|
|
3165
|
+
border-bottom-left-radius: var(--x-size-base-18) !important;
|
|
3151
3166
|
}
|
|
3152
|
-
|
|
3153
|
-
border-
|
|
3167
|
+
.x-border-radius--19 {
|
|
3168
|
+
border-radius: var(--x-size-base-19) !important;
|
|
3154
3169
|
}
|
|
3155
|
-
.x-border-
|
|
3156
|
-
border-
|
|
3170
|
+
[dir="ltr"] .x-border-radius--top-19 {
|
|
3171
|
+
border-top-left-radius: var(--x-size-base-19) !important;
|
|
3157
3172
|
}
|
|
3158
|
-
[dir="
|
|
3159
|
-
border-
|
|
3173
|
+
[dir="rtl"] .x-border-radius--top-19 {
|
|
3174
|
+
border-top-right-radius: var(--x-size-base-19) !important;
|
|
3160
3175
|
}
|
|
3161
|
-
[dir="
|
|
3162
|
-
border-right-
|
|
3176
|
+
[dir="ltr"] .x-border-radius--top-19 {
|
|
3177
|
+
border-top-right-radius: var(--x-size-base-19) !important;
|
|
3163
3178
|
}
|
|
3164
|
-
.x-border-
|
|
3165
|
-
border-
|
|
3179
|
+
[dir="rtl"] .x-border-radius--top-19 {
|
|
3180
|
+
border-top-left-radius: var(--x-size-base-19) !important;
|
|
3166
3181
|
}
|
|
3167
|
-
.x-border-
|
|
3168
|
-
border-
|
|
3169
|
-
border-style: solid !important;
|
|
3182
|
+
[dir="ltr"] .x-border-radius--bottom-19 {
|
|
3183
|
+
border-bottom-left-radius: var(--x-size-base-19) !important;
|
|
3170
3184
|
}
|
|
3171
|
-
.x-border-
|
|
3172
|
-
border-
|
|
3173
|
-
border-style: solid !important;
|
|
3185
|
+
[dir="rtl"] .x-border-radius--bottom-19 {
|
|
3186
|
+
border-bottom-right-radius: var(--x-size-base-19) !important;
|
|
3174
3187
|
}
|
|
3175
|
-
.x-border-
|
|
3176
|
-
border-bottom-
|
|
3177
|
-
border-style: solid !important;
|
|
3188
|
+
[dir="ltr"] .x-border-radius--bottom-19 {
|
|
3189
|
+
border-bottom-right-radius: var(--x-size-base-19) !important;
|
|
3178
3190
|
}
|
|
3179
|
-
[dir="
|
|
3180
|
-
border-
|
|
3191
|
+
[dir="rtl"] .x-border-radius--bottom-19 {
|
|
3192
|
+
border-bottom-left-radius: var(--x-size-base-19) !important;
|
|
3181
3193
|
}
|
|
3182
|
-
[dir="
|
|
3183
|
-
border-
|
|
3194
|
+
[dir="ltr"] .x-border-radius--right-19 {
|
|
3195
|
+
border-top-right-radius: var(--x-size-base-19) !important;
|
|
3184
3196
|
}
|
|
3185
|
-
.x-border-
|
|
3186
|
-
border-
|
|
3197
|
+
[dir="rtl"] .x-border-radius--right-19 {
|
|
3198
|
+
border-top-left-radius: var(--x-size-base-19) !important;
|
|
3187
3199
|
}
|
|
3188
|
-
[dir="ltr"] .x-border-
|
|
3189
|
-
border-
|
|
3200
|
+
[dir="ltr"] .x-border-radius--right-19 {
|
|
3201
|
+
border-bottom-right-radius: var(--x-size-base-19) !important;
|
|
3190
3202
|
}
|
|
3191
|
-
[dir="rtl"] .x-border-
|
|
3192
|
-
border-
|
|
3203
|
+
[dir="rtl"] .x-border-radius--right-19 {
|
|
3204
|
+
border-bottom-left-radius: var(--x-size-base-19) !important;
|
|
3193
3205
|
}
|
|
3194
|
-
.x-border-
|
|
3195
|
-
border-
|
|
3206
|
+
[dir="ltr"] .x-border-radius--left-19 {
|
|
3207
|
+
border-top-left-radius: var(--x-size-base-19) !important;
|
|
3196
3208
|
}
|
|
3197
|
-
.x-border-
|
|
3198
|
-
border-
|
|
3199
|
-
border-style: solid !important;
|
|
3209
|
+
[dir="rtl"] .x-border-radius--left-19 {
|
|
3210
|
+
border-top-right-radius: var(--x-size-base-19) !important;
|
|
3200
3211
|
}
|
|
3201
|
-
.x-border-
|
|
3202
|
-
border-
|
|
3203
|
-
border-style: solid !important;
|
|
3212
|
+
[dir="ltr"] .x-border-radius--left-19 {
|
|
3213
|
+
border-bottom-left-radius: var(--x-size-base-19) !important;
|
|
3204
3214
|
}
|
|
3205
|
-
.x-border-
|
|
3206
|
-
border-bottom-
|
|
3207
|
-
border-style: solid !important;
|
|
3215
|
+
[dir="rtl"] .x-border-radius--left-19 {
|
|
3216
|
+
border-bottom-right-radius: var(--x-size-base-19) !important;
|
|
3208
3217
|
}
|
|
3209
|
-
[dir="ltr"] .x-border-
|
|
3210
|
-
border-
|
|
3218
|
+
[dir="ltr"] .x-border-radius--top-left-19 {
|
|
3219
|
+
border-top-left-radius: var(--x-size-base-19) !important;
|
|
3211
3220
|
}
|
|
3212
|
-
[dir="rtl"] .x-border-
|
|
3213
|
-
border-
|
|
3221
|
+
[dir="rtl"] .x-border-radius--top-left-19 {
|
|
3222
|
+
border-top-right-radius: var(--x-size-base-19) !important;
|
|
3214
3223
|
}
|
|
3215
|
-
.x-border-
|
|
3216
|
-
border-
|
|
3224
|
+
[dir="ltr"] .x-border-radius--top-right-19 {
|
|
3225
|
+
border-top-right-radius: var(--x-size-base-19) !important;
|
|
3217
3226
|
}
|
|
3218
|
-
[dir="
|
|
3219
|
-
border-left-
|
|
3227
|
+
[dir="rtl"] .x-border-radius--top-right-19 {
|
|
3228
|
+
border-top-left-radius: var(--x-size-base-19) !important;
|
|
3220
3229
|
}
|
|
3221
|
-
[dir="
|
|
3222
|
-
border-
|
|
3230
|
+
[dir="ltr"] .x-border-radius--bottom-left-19 {
|
|
3231
|
+
border-bottom-left-radius: var(--x-size-base-19) !important;
|
|
3223
3232
|
}
|
|
3224
|
-
.x-border-
|
|
3225
|
-
border-
|
|
3233
|
+
[dir="rtl"] .x-border-radius--bottom-left-19 {
|
|
3234
|
+
border-bottom-right-radius: var(--x-size-base-19) !important;
|
|
3226
3235
|
}
|
|
3227
|
-
.x-border-
|
|
3228
|
-
border-
|
|
3229
|
-
border-style: solid !important;
|
|
3236
|
+
[dir="ltr"] .x-border-radius--bottom-right-19 {
|
|
3237
|
+
border-bottom-right-radius: var(--x-size-base-19) !important;
|
|
3230
3238
|
}
|
|
3231
|
-
.x-border-
|
|
3232
|
-
border-
|
|
3233
|
-
border-style: solid !important;
|
|
3239
|
+
[dir="rtl"] .x-border-radius--bottom-right-19 {
|
|
3240
|
+
border-bottom-left-radius: var(--x-size-base-19) !important;
|
|
3234
3241
|
}
|
|
3235
|
-
.x-border-
|
|
3236
|
-
border-
|
|
3237
|
-
border-style: solid !important;
|
|
3242
|
+
.x-border-radius--20 {
|
|
3243
|
+
border-radius: var(--x-size-base-20) !important;
|
|
3238
3244
|
}
|
|
3239
|
-
[dir="ltr"] .x-border-
|
|
3240
|
-
border-
|
|
3245
|
+
[dir="ltr"] .x-border-radius--top-20 {
|
|
3246
|
+
border-top-left-radius: var(--x-size-base-20) !important;
|
|
3241
3247
|
}
|
|
3242
|
-
[dir="rtl"] .x-border-
|
|
3243
|
-
border-
|
|
3248
|
+
[dir="rtl"] .x-border-radius--top-20 {
|
|
3249
|
+
border-top-right-radius: var(--x-size-base-20) !important;
|
|
3244
3250
|
}
|
|
3245
|
-
.x-border-
|
|
3246
|
-
border-
|
|
3251
|
+
[dir="ltr"] .x-border-radius--top-20 {
|
|
3252
|
+
border-top-right-radius: var(--x-size-base-20) !important;
|
|
3247
3253
|
}
|
|
3248
|
-
[dir="
|
|
3249
|
-
border-left-
|
|
3254
|
+
[dir="rtl"] .x-border-radius--top-20 {
|
|
3255
|
+
border-top-left-radius: var(--x-size-base-20) !important;
|
|
3250
3256
|
}
|
|
3251
|
-
[dir="
|
|
3252
|
-
border-
|
|
3257
|
+
[dir="ltr"] .x-border-radius--bottom-20 {
|
|
3258
|
+
border-bottom-left-radius: var(--x-size-base-20) !important;
|
|
3253
3259
|
}
|
|
3254
|
-
.x-border-
|
|
3255
|
-
border-
|
|
3260
|
+
[dir="rtl"] .x-border-radius--bottom-20 {
|
|
3261
|
+
border-bottom-right-radius: var(--x-size-base-20) !important;
|
|
3256
3262
|
}
|
|
3257
|
-
.x-border-
|
|
3258
|
-
border-
|
|
3259
|
-
border-style: solid !important;
|
|
3263
|
+
[dir="ltr"] .x-border-radius--bottom-20 {
|
|
3264
|
+
border-bottom-right-radius: var(--x-size-base-20) !important;
|
|
3260
3265
|
}
|
|
3261
|
-
.x-border-
|
|
3262
|
-
border-
|
|
3263
|
-
border-style: solid !important;
|
|
3266
|
+
[dir="rtl"] .x-border-radius--bottom-20 {
|
|
3267
|
+
border-bottom-left-radius: var(--x-size-base-20) !important;
|
|
3264
3268
|
}
|
|
3265
|
-
.x-border-
|
|
3266
|
-
border-
|
|
3267
|
-
border-style: solid !important;
|
|
3269
|
+
[dir="ltr"] .x-border-radius--right-20 {
|
|
3270
|
+
border-top-right-radius: var(--x-size-base-20) !important;
|
|
3268
3271
|
}
|
|
3269
|
-
[dir="
|
|
3270
|
-
border-
|
|
3272
|
+
[dir="rtl"] .x-border-radius--right-20 {
|
|
3273
|
+
border-top-left-radius: var(--x-size-base-20) !important;
|
|
3271
3274
|
}
|
|
3272
|
-
[dir="
|
|
3273
|
-
border-
|
|
3275
|
+
[dir="ltr"] .x-border-radius--right-20 {
|
|
3276
|
+
border-bottom-right-radius: var(--x-size-base-20) !important;
|
|
3274
3277
|
}
|
|
3275
|
-
.x-border-
|
|
3276
|
-
border-
|
|
3278
|
+
[dir="rtl"] .x-border-radius--right-20 {
|
|
3279
|
+
border-bottom-left-radius: var(--x-size-base-20) !important;
|
|
3277
3280
|
}
|
|
3278
|
-
[dir="ltr"] .x-border-
|
|
3279
|
-
border-left-
|
|
3281
|
+
[dir="ltr"] .x-border-radius--left-20 {
|
|
3282
|
+
border-top-left-radius: var(--x-size-base-20) !important;
|
|
3280
3283
|
}
|
|
3281
|
-
[dir="rtl"] .x-border-
|
|
3282
|
-
border-right-
|
|
3284
|
+
[dir="rtl"] .x-border-radius--left-20 {
|
|
3285
|
+
border-top-right-radius: var(--x-size-base-20) !important;
|
|
3283
3286
|
}
|
|
3284
|
-
.x-border-
|
|
3285
|
-
border-
|
|
3287
|
+
[dir="ltr"] .x-border-radius--left-20 {
|
|
3288
|
+
border-bottom-left-radius: var(--x-size-base-20) !important;
|
|
3286
3289
|
}
|
|
3287
|
-
.x-border-
|
|
3288
|
-
border-
|
|
3289
|
-
border-style: solid !important;
|
|
3290
|
+
[dir="rtl"] .x-border-radius--left-20 {
|
|
3291
|
+
border-bottom-right-radius: var(--x-size-base-20) !important;
|
|
3290
3292
|
}
|
|
3291
|
-
.x-border-
|
|
3292
|
-
border-top-
|
|
3293
|
-
border-style: solid !important;
|
|
3293
|
+
[dir="ltr"] .x-border-radius--top-left-20 {
|
|
3294
|
+
border-top-left-radius: var(--x-size-base-20) !important;
|
|
3294
3295
|
}
|
|
3295
|
-
.x-border-
|
|
3296
|
-
border-
|
|
3297
|
-
border-style: solid !important;
|
|
3296
|
+
[dir="rtl"] .x-border-radius--top-left-20 {
|
|
3297
|
+
border-top-right-radius: var(--x-size-base-20) !important;
|
|
3298
3298
|
}
|
|
3299
|
-
[dir="ltr"] .x-border-
|
|
3300
|
-
border-right-
|
|
3299
|
+
[dir="ltr"] .x-border-radius--top-right-20 {
|
|
3300
|
+
border-top-right-radius: var(--x-size-base-20) !important;
|
|
3301
3301
|
}
|
|
3302
|
-
[dir="rtl"] .x-border-
|
|
3303
|
-
border-left-
|
|
3302
|
+
[dir="rtl"] .x-border-radius--top-right-20 {
|
|
3303
|
+
border-top-left-radius: var(--x-size-base-20) !important;
|
|
3304
3304
|
}
|
|
3305
|
-
.x-border-
|
|
3306
|
-
border-
|
|
3305
|
+
[dir="ltr"] .x-border-radius--bottom-left-20 {
|
|
3306
|
+
border-bottom-left-radius: var(--x-size-base-20) !important;
|
|
3307
3307
|
}
|
|
3308
|
-
[dir="
|
|
3309
|
-
border-
|
|
3308
|
+
[dir="rtl"] .x-border-radius--bottom-left-20 {
|
|
3309
|
+
border-bottom-right-radius: var(--x-size-base-20) !important;
|
|
3310
3310
|
}
|
|
3311
|
-
[dir="
|
|
3312
|
-
border-right-
|
|
3311
|
+
[dir="ltr"] .x-border-radius--bottom-right-20 {
|
|
3312
|
+
border-bottom-right-radius: var(--x-size-base-20) !important;
|
|
3313
3313
|
}
|
|
3314
|
-
.x-border-
|
|
3315
|
-
border-
|
|
3314
|
+
[dir="rtl"] .x-border-radius--bottom-right-20 {
|
|
3315
|
+
border-bottom-left-radius: var(--x-size-base-20) !important;
|
|
3316
3316
|
}
|
|
3317
3317
|
.x-border-color--lead {
|
|
3318
3318
|
border-color: var(--x-color-base-lead) !important;
|
|
@@ -4701,6 +4701,14 @@
|
|
|
4701
4701
|
--x-size-span-row-item: 1;
|
|
4702
4702
|
--x-size-start-row-item: 0;
|
|
4703
4703
|
}
|
|
4704
|
+
:root {
|
|
4705
|
+
--x-size-gap-row: 0;
|
|
4706
|
+
--x-size-padding-row: 0;
|
|
4707
|
+
--x-size-justify-row: stretch;
|
|
4708
|
+
--x-size-align-row: center;
|
|
4709
|
+
--x-size-span-row-item: 1;
|
|
4710
|
+
--x-size-start-row-item: 0;
|
|
4711
|
+
}
|
|
4704
4712
|
|
|
4705
4713
|
.x-row {
|
|
4706
4714
|
display: grid;
|
|
@@ -4821,14 +4829,6 @@
|
|
|
4821
4829
|
.x-row--align-stretch {
|
|
4822
4830
|
--x-size-align-row: stretch;
|
|
4823
4831
|
}
|
|
4824
|
-
:root {
|
|
4825
|
-
--x-size-gap-row: 0;
|
|
4826
|
-
--x-size-padding-row: 0;
|
|
4827
|
-
--x-size-justify-row: stretch;
|
|
4828
|
-
--x-size-align-row: center;
|
|
4829
|
-
--x-size-span-row-item: 1;
|
|
4830
|
-
--x-size-start-row-item: 0;
|
|
4831
|
-
}
|
|
4832
4832
|
:root {
|
|
4833
4833
|
--x-color-border-result-default: var(--x-color-base-lead);
|
|
4834
4834
|
--x-color-border-result-overlay-default: var(--x-color-border-result-default);
|
|
@@ -5117,6 +5117,21 @@
|
|
|
5117
5117
|
--x-size-border-radius-bottom-picture-card: var(--x-size-border-radius-picture-card);
|
|
5118
5118
|
--x-size-border-radius-left-picture-card: var(--x-size-border-radius-picture-card);
|
|
5119
5119
|
}
|
|
5120
|
+
:root {
|
|
5121
|
+
--x-size-border-radius-picture-card: var(--x-size-border-radius-base-s);
|
|
5122
|
+
--x-size-border-radius-top-picture-card: var(--x-size-border-radius-picture-card);
|
|
5123
|
+
--x-size-border-radius-right-picture-card: var(--x-size-border-radius-picture-card);
|
|
5124
|
+
--x-size-border-radius-bottom-picture-card: var(--x-size-border-radius-picture-card);
|
|
5125
|
+
--x-size-border-radius-left-picture-card: var(--x-size-border-radius-picture-card);
|
|
5126
|
+
}
|
|
5127
|
+
|
|
5128
|
+
.x-picture--card.x-picture {
|
|
5129
|
+
--x-size-border-radius-picture-default: var(--x-size-border-radius-picture-card);
|
|
5130
|
+
--x-size-border-radius-top-picture-default: var(--x-size-border-radius-top-picture-card);
|
|
5131
|
+
--x-size-border-radius-right-picture-default: var(--x-size-border-radius-right-picture-card);
|
|
5132
|
+
--x-size-border-radius-bottom-picture-default: var(--x-size-border-radius-bottom-picture-card);
|
|
5133
|
+
--x-size-border-radius-left-picture-default: var(--x-size-border-radius-left-picture-card);
|
|
5134
|
+
}
|
|
5120
5135
|
:root {
|
|
5121
5136
|
--x-color-background-option-list-button-default: transparent;
|
|
5122
5137
|
--x-color-border-option-list-button-default: transparent;
|
|
@@ -5190,27 +5205,12 @@
|
|
|
5190
5205
|
--x-size-padding-option-list-button-default
|
|
5191
5206
|
);
|
|
5192
5207
|
--x-size-padding-left-option-list-button-default: var(
|
|
5193
|
-
--x-size-padding-option-list-button-default
|
|
5194
|
-
);
|
|
5195
|
-
--x-font-decoration-option-list-button-default-hover: underline;
|
|
5196
|
-
--x-size-font-option-list-button-default: var(--x-size-font-text);
|
|
5197
|
-
--x-number-font-weight-option-list-button-default: var(--x-number-font-weight-base-regular);
|
|
5198
|
-
--x-number-font-weight-option-list-button-default-selected: var(--x-number-font-weight-base-bold);
|
|
5199
|
-
}
|
|
5200
|
-
:root {
|
|
5201
|
-
--x-size-border-radius-picture-card: var(--x-size-border-radius-base-s);
|
|
5202
|
-
--x-size-border-radius-top-picture-card: var(--x-size-border-radius-picture-card);
|
|
5203
|
-
--x-size-border-radius-right-picture-card: var(--x-size-border-radius-picture-card);
|
|
5204
|
-
--x-size-border-radius-bottom-picture-card: var(--x-size-border-radius-picture-card);
|
|
5205
|
-
--x-size-border-radius-left-picture-card: var(--x-size-border-radius-picture-card);
|
|
5206
|
-
}
|
|
5207
|
-
|
|
5208
|
-
.x-picture--card.x-picture {
|
|
5209
|
-
--x-size-border-radius-picture-default: var(--x-size-border-radius-picture-card);
|
|
5210
|
-
--x-size-border-radius-top-picture-default: var(--x-size-border-radius-top-picture-card);
|
|
5211
|
-
--x-size-border-radius-right-picture-default: var(--x-size-border-radius-right-picture-card);
|
|
5212
|
-
--x-size-border-radius-bottom-picture-default: var(--x-size-border-radius-bottom-picture-card);
|
|
5213
|
-
--x-size-border-radius-left-picture-default: var(--x-size-border-radius-left-picture-card);
|
|
5208
|
+
--x-size-padding-option-list-button-default
|
|
5209
|
+
);
|
|
5210
|
+
--x-font-decoration-option-list-button-default-hover: underline;
|
|
5211
|
+
--x-size-font-option-list-button-default: var(--x-size-font-text);
|
|
5212
|
+
--x-number-font-weight-option-list-button-default: var(--x-number-font-weight-base-regular);
|
|
5213
|
+
--x-number-font-weight-option-list-button-default-selected: var(--x-number-font-weight-base-bold);
|
|
5214
5214
|
}
|
|
5215
5215
|
:root {
|
|
5216
5216
|
--x-color-background-option-list-button-default: transparent;
|
|
@@ -6593,6 +6593,97 @@
|
|
|
6593
6593
|
--x-size-align-list: stretch;
|
|
6594
6594
|
--x-size-align-list-stretch: stretch;
|
|
6595
6595
|
}
|
|
6596
|
+
:root {
|
|
6597
|
+
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
6598
|
+
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6599
|
+
--x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6600
|
+
--x-size-border-radius-bottom-right-input-group-pill: var(
|
|
6601
|
+
--x-size-border-radius-input-group-pill
|
|
6602
|
+
);
|
|
6603
|
+
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6604
|
+
}
|
|
6605
|
+
:root {
|
|
6606
|
+
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
6607
|
+
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6608
|
+
--x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6609
|
+
--x-size-border-radius-bottom-right-input-group-pill: var(
|
|
6610
|
+
--x-size-border-radius-input-group-pill
|
|
6611
|
+
);
|
|
6612
|
+
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6613
|
+
}
|
|
6614
|
+
|
|
6615
|
+
.x-input-group--pill.x-input-group,
|
|
6616
|
+
.x-input-group--pill .x-input-group {
|
|
6617
|
+
--x-size-border-radius-input-group-default: var(--x-size-border-radius-input-group-pill);
|
|
6618
|
+
--x-size-border-radius-top-left-input-group-default: var(
|
|
6619
|
+
--x-size-border-radius-top-left-input-group-pill
|
|
6620
|
+
);
|
|
6621
|
+
--x-size-border-radius-top-right-input-group-default: var(
|
|
6622
|
+
--x-size-border-radius-top-right-input-group-pill
|
|
6623
|
+
);
|
|
6624
|
+
--x-size-border-radius-bottom-right-input-group-default: var(
|
|
6625
|
+
--x-size-border-radius-bottom-right-input-group-pill
|
|
6626
|
+
);
|
|
6627
|
+
--x-size-border-radius-bottom-left-input-group-default: var(
|
|
6628
|
+
--x-size-border-radius-bottom-left-input-group-pill
|
|
6629
|
+
);
|
|
6630
|
+
}
|
|
6631
|
+
:root {
|
|
6632
|
+
--x-size-padding-left-input-group-line: 0;
|
|
6633
|
+
--x-size-padding-right-input-group-line: 0;
|
|
6634
|
+
--x-size-border-width-input-group-line: var(--x-size-border-width-input-group-default);
|
|
6635
|
+
--x-size-border-width-top-input-group-line: 0;
|
|
6636
|
+
--x-size-border-width-right-input-group-line: 0;
|
|
6637
|
+
--x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
|
|
6638
|
+
--x-size-border-width-left-input-group-line: 0;
|
|
6639
|
+
}
|
|
6640
|
+
:root {
|
|
6641
|
+
--x-size-padding-left-input-group-line: 0;
|
|
6642
|
+
--x-size-padding-right-input-group-line: 0;
|
|
6643
|
+
--x-size-border-width-input-group-line: var(--x-size-border-width-input-group-default);
|
|
6644
|
+
--x-size-border-width-top-input-group-line: 0;
|
|
6645
|
+
--x-size-border-width-right-input-group-line: 0;
|
|
6646
|
+
--x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
|
|
6647
|
+
--x-size-border-width-left-input-group-line: 0;
|
|
6648
|
+
}
|
|
6649
|
+
|
|
6650
|
+
.x-input-group--line .x-input-group,
|
|
6651
|
+
.x-input-group--line.x-input-group {
|
|
6652
|
+
--x-size-border-width-top-input-group-default: var(--x-size-border-width-top-input-group-line);
|
|
6653
|
+
--x-size-border-width-right-input-group-default: var(
|
|
6654
|
+
--x-size-border-width-right-input-group-line
|
|
6655
|
+
);
|
|
6656
|
+
--x-size-border-width-bottom-input-group-default: var(
|
|
6657
|
+
--x-size-border-width-bottom-input-group-line
|
|
6658
|
+
);
|
|
6659
|
+
--x-size-border-width-left-input-group-default: var(--x-size-border-width-left-input-group-line);
|
|
6660
|
+
}
|
|
6661
|
+
.x-input-group--line .x-input-group > *:not(.x-input-group__action),
|
|
6662
|
+
.x-input-group--line.x-input-group > *:not(.x-input-group__action) {
|
|
6663
|
+
--x-size-padding-right-input-group-default: var(--x-size-padding-right-input-group-line);
|
|
6664
|
+
--x-size-padding-left-input-group-default: var(--x-size-padding-left-input-group-line);
|
|
6665
|
+
}
|
|
6666
|
+
[dir="ltr"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="ltr"]
|
|
6667
|
+
.x-input-group--line.x-input-group > .x-input-group__action {
|
|
6668
|
+
margin-right: calc(var(--x-size-border-width-right-input-group-line) * -1) !important;
|
|
6669
|
+
}
|
|
6670
|
+
[dir="rtl"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="rtl"]
|
|
6671
|
+
.x-input-group--line.x-input-group > .x-input-group__action {
|
|
6672
|
+
margin-left: calc(var(--x-size-border-width-right-input-group-line) * -1) !important;
|
|
6673
|
+
}
|
|
6674
|
+
[dir="ltr"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="ltr"]
|
|
6675
|
+
.x-input-group--line.x-input-group > .x-input-group__action {
|
|
6676
|
+
margin-left: calc(var(--x-size-border-width-inline-input-group-line) * -1) !important;
|
|
6677
|
+
}
|
|
6678
|
+
[dir="rtl"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="rtl"]
|
|
6679
|
+
.x-input-group--line.x-input-group > .x-input-group__action {
|
|
6680
|
+
margin-right: calc(var(--x-size-border-width-inline-input-group-line) * -1) !important;
|
|
6681
|
+
}
|
|
6682
|
+
.x-input-group--line .x-input-group > .x-input-group__action,
|
|
6683
|
+
.x-input-group--line.x-input-group > .x-input-group__action {
|
|
6684
|
+
margin-top: calc(var(--x-size-border-width-top-input-group-line) * -1) !important;
|
|
6685
|
+
margin-bottom: calc(var(--x-size-border-width-bottom-input-group-line) * -1) !important;
|
|
6686
|
+
}
|
|
6596
6687
|
:root {
|
|
6597
6688
|
--x-string-flow-list: column nowrap;
|
|
6598
6689
|
--x-size-padding-list: 0;
|
|
@@ -6741,50 +6832,6 @@
|
|
|
6741
6832
|
.x-list > .x-list__item--12 {
|
|
6742
6833
|
flex: 12 1 auto;
|
|
6743
6834
|
}
|
|
6744
|
-
:root {
|
|
6745
|
-
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
6746
|
-
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6747
|
-
--x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6748
|
-
--x-size-border-radius-bottom-right-input-group-pill: var(
|
|
6749
|
-
--x-size-border-radius-input-group-pill
|
|
6750
|
-
);
|
|
6751
|
-
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6752
|
-
}
|
|
6753
|
-
:root {
|
|
6754
|
-
--x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
|
|
6755
|
-
--x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6756
|
-
--x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6757
|
-
--x-size-border-radius-bottom-right-input-group-pill: var(
|
|
6758
|
-
--x-size-border-radius-input-group-pill
|
|
6759
|
-
);
|
|
6760
|
-
--x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
|
|
6761
|
-
}
|
|
6762
|
-
|
|
6763
|
-
.x-input-group--pill.x-input-group,
|
|
6764
|
-
.x-input-group--pill .x-input-group {
|
|
6765
|
-
--x-size-border-radius-input-group-default: var(--x-size-border-radius-input-group-pill);
|
|
6766
|
-
--x-size-border-radius-top-left-input-group-default: var(
|
|
6767
|
-
--x-size-border-radius-top-left-input-group-pill
|
|
6768
|
-
);
|
|
6769
|
-
--x-size-border-radius-top-right-input-group-default: var(
|
|
6770
|
-
--x-size-border-radius-top-right-input-group-pill
|
|
6771
|
-
);
|
|
6772
|
-
--x-size-border-radius-bottom-right-input-group-default: var(
|
|
6773
|
-
--x-size-border-radius-bottom-right-input-group-pill
|
|
6774
|
-
);
|
|
6775
|
-
--x-size-border-radius-bottom-left-input-group-default: var(
|
|
6776
|
-
--x-size-border-radius-bottom-left-input-group-pill
|
|
6777
|
-
);
|
|
6778
|
-
}
|
|
6779
|
-
:root {
|
|
6780
|
-
--x-size-padding-left-input-group-line: 0;
|
|
6781
|
-
--x-size-padding-right-input-group-line: 0;
|
|
6782
|
-
--x-size-border-width-input-group-line: var(--x-size-border-width-input-group-default);
|
|
6783
|
-
--x-size-border-width-top-input-group-line: 0;
|
|
6784
|
-
--x-size-border-width-right-input-group-line: 0;
|
|
6785
|
-
--x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
|
|
6786
|
-
--x-size-border-width-left-input-group-line: 0;
|
|
6787
|
-
}
|
|
6788
6835
|
:root {
|
|
6789
6836
|
--x-color-background-input-group-default: var(--x-color-background-input-default);
|
|
6790
6837
|
--x-color-border-input-group-default: var(--x-color-border-input-default);
|
|
@@ -6828,53 +6875,6 @@
|
|
|
6828
6875
|
);
|
|
6829
6876
|
--x-number-font-weight-input-group-default-button: var(--x-number-font-weight-base-light);
|
|
6830
6877
|
}
|
|
6831
|
-
:root {
|
|
6832
|
-
--x-size-padding-left-input-group-line: 0;
|
|
6833
|
-
--x-size-padding-right-input-group-line: 0;
|
|
6834
|
-
--x-size-border-width-input-group-line: var(--x-size-border-width-input-group-default);
|
|
6835
|
-
--x-size-border-width-top-input-group-line: 0;
|
|
6836
|
-
--x-size-border-width-right-input-group-line: 0;
|
|
6837
|
-
--x-size-border-width-bottom-input-group-line: var(--x-size-border-width-input-group-line);
|
|
6838
|
-
--x-size-border-width-left-input-group-line: 0;
|
|
6839
|
-
}
|
|
6840
|
-
|
|
6841
|
-
.x-input-group--line .x-input-group,
|
|
6842
|
-
.x-input-group--line.x-input-group {
|
|
6843
|
-
--x-size-border-width-top-input-group-default: var(--x-size-border-width-top-input-group-line);
|
|
6844
|
-
--x-size-border-width-right-input-group-default: var(
|
|
6845
|
-
--x-size-border-width-right-input-group-line
|
|
6846
|
-
);
|
|
6847
|
-
--x-size-border-width-bottom-input-group-default: var(
|
|
6848
|
-
--x-size-border-width-bottom-input-group-line
|
|
6849
|
-
);
|
|
6850
|
-
--x-size-border-width-left-input-group-default: var(--x-size-border-width-left-input-group-line);
|
|
6851
|
-
}
|
|
6852
|
-
.x-input-group--line .x-input-group > *:not(.x-input-group__action),
|
|
6853
|
-
.x-input-group--line.x-input-group > *:not(.x-input-group__action) {
|
|
6854
|
-
--x-size-padding-right-input-group-default: var(--x-size-padding-right-input-group-line);
|
|
6855
|
-
--x-size-padding-left-input-group-default: var(--x-size-padding-left-input-group-line);
|
|
6856
|
-
}
|
|
6857
|
-
[dir="ltr"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="ltr"]
|
|
6858
|
-
.x-input-group--line.x-input-group > .x-input-group__action {
|
|
6859
|
-
margin-right: calc(var(--x-size-border-width-right-input-group-line) * -1) !important;
|
|
6860
|
-
}
|
|
6861
|
-
[dir="rtl"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="rtl"]
|
|
6862
|
-
.x-input-group--line.x-input-group > .x-input-group__action {
|
|
6863
|
-
margin-left: calc(var(--x-size-border-width-right-input-group-line) * -1) !important;
|
|
6864
|
-
}
|
|
6865
|
-
[dir="ltr"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="ltr"]
|
|
6866
|
-
.x-input-group--line.x-input-group > .x-input-group__action {
|
|
6867
|
-
margin-left: calc(var(--x-size-border-width-inline-input-group-line) * -1) !important;
|
|
6868
|
-
}
|
|
6869
|
-
[dir="rtl"] .x-input-group--line .x-input-group > .x-input-group__action,[dir="rtl"]
|
|
6870
|
-
.x-input-group--line.x-input-group > .x-input-group__action {
|
|
6871
|
-
margin-right: calc(var(--x-size-border-width-inline-input-group-line) * -1) !important;
|
|
6872
|
-
}
|
|
6873
|
-
.x-input-group--line .x-input-group > .x-input-group__action,
|
|
6874
|
-
.x-input-group--line.x-input-group > .x-input-group__action {
|
|
6875
|
-
margin-top: calc(var(--x-size-border-width-top-input-group-line) * -1) !important;
|
|
6876
|
-
margin-bottom: calc(var(--x-size-border-width-bottom-input-group-line) * -1) !important;
|
|
6877
|
-
}
|
|
6878
6878
|
:root {
|
|
6879
6879
|
--x-color-background-input-group-default: var(--x-color-background-input-default);
|
|
6880
6880
|
--x-color-border-input-group-default: var(--x-color-border-input-default);
|
|
@@ -7358,15 +7358,6 @@
|
|
|
7358
7358
|
--x-size-width-icon-l: var(--x-size-base-06);
|
|
7359
7359
|
--x-size-height-icon-l: var(--x-size-base-06);
|
|
7360
7360
|
}
|
|
7361
|
-
:root {
|
|
7362
|
-
--x-color-stroke-icon-default: currentColor;
|
|
7363
|
-
--x-color-fill-icon-default: none;
|
|
7364
|
-
--x-size-width-icon-default: var(--x-size-width-icon-m);
|
|
7365
|
-
--x-size-height-icon-default: var(--x-size-height-icon-m);
|
|
7366
|
-
--x-string-stroke-linecap-icon-default: butt;
|
|
7367
|
-
--x-string-stroke-linejoin-icon-default: mitter;
|
|
7368
|
-
--x-size-stroke-width-icon-default: 1px;
|
|
7369
|
-
}
|
|
7370
7361
|
:root {
|
|
7371
7362
|
--x-size-width-icon-l: var(--x-size-base-06);
|
|
7372
7363
|
--x-size-height-icon-l: var(--x-size-base-06);
|
|
@@ -7385,6 +7376,15 @@
|
|
|
7385
7376
|
--x-string-stroke-linejoin-icon-default: mitter;
|
|
7386
7377
|
--x-size-stroke-width-icon-default: 1px;
|
|
7387
7378
|
}
|
|
7379
|
+
:root {
|
|
7380
|
+
--x-color-stroke-icon-default: currentColor;
|
|
7381
|
+
--x-color-fill-icon-default: none;
|
|
7382
|
+
--x-size-width-icon-default: var(--x-size-width-icon-m);
|
|
7383
|
+
--x-size-height-icon-default: var(--x-size-height-icon-m);
|
|
7384
|
+
--x-string-stroke-linecap-icon-default: butt;
|
|
7385
|
+
--x-string-stroke-linejoin-icon-default: mitter;
|
|
7386
|
+
--x-size-stroke-width-icon-default: 1px;
|
|
7387
|
+
}
|
|
7388
7388
|
|
|
7389
7389
|
.x-icon {
|
|
7390
7390
|
stroke: var(--x-color-stroke-icon-default);
|
|
@@ -7411,6 +7411,11 @@
|
|
|
7411
7411
|
--x-size-gap-grid: var(--x-size-base-03);
|
|
7412
7412
|
--x-size-min-width-grid-item: 150px;
|
|
7413
7413
|
}
|
|
7414
|
+
:root {
|
|
7415
|
+
--x-size-padding-grid: 0;
|
|
7416
|
+
--x-size-gap-grid: var(--x-size-base-03);
|
|
7417
|
+
--x-size-min-width-grid-item: 150px;
|
|
7418
|
+
}
|
|
7414
7419
|
|
|
7415
7420
|
.x-grid-list {
|
|
7416
7421
|
margin: 0;
|
|
@@ -7432,11 +7437,6 @@
|
|
|
7432
7437
|
.x-grid-list--cols-auto .x-grid-list__item {
|
|
7433
7438
|
min-width: var(--x-size-min-width-grid-item);
|
|
7434
7439
|
}
|
|
7435
|
-
:root {
|
|
7436
|
-
--x-size-padding-grid: 0;
|
|
7437
|
-
--x-size-gap-grid: var(--x-size-base-03);
|
|
7438
|
-
--x-size-min-width-grid-item: 150px;
|
|
7439
|
-
}
|
|
7440
7440
|
.x-filter--justified.x-filter > *:last-child:not(.x-filter__label),
|
|
7441
7441
|
.x-filter--justified.x-facet-filter > *:last-child:not(.x-filter__label),
|
|
7442
7442
|
.x-filter--justified .x-filter > *:last-child:not(.x-filter__label),
|
|
@@ -7450,6 +7450,13 @@
|
|
|
7450
7450
|
--x-size-padding-bottom-filter-children: 0;
|
|
7451
7451
|
--x-size-padding-left-filter-children: var(--x-size-base-05);
|
|
7452
7452
|
}
|
|
7453
|
+
:root {
|
|
7454
|
+
--x-size-margin-filter-children: 0;
|
|
7455
|
+
--x-size-padding-top-filter-children: 0;
|
|
7456
|
+
--x-size-padding-right-filter-children: 0;
|
|
7457
|
+
--x-size-padding-bottom-filter-children: 0;
|
|
7458
|
+
--x-size-padding-left-filter-children: var(--x-size-base-05);
|
|
7459
|
+
}
|
|
7453
7460
|
|
|
7454
7461
|
.x-hierarchical-filter-container {
|
|
7455
7462
|
list-style: none;
|
|
@@ -7476,13 +7483,6 @@
|
|
|
7476
7483
|
.x-hierarchical-filter-container .x-facet-filter {
|
|
7477
7484
|
width: 100%;
|
|
7478
7485
|
}
|
|
7479
|
-
:root {
|
|
7480
|
-
--x-size-margin-filter-children: 0;
|
|
7481
|
-
--x-size-padding-top-filter-children: 0;
|
|
7482
|
-
--x-size-padding-right-filter-children: 0;
|
|
7483
|
-
--x-size-padding-bottom-filter-children: 0;
|
|
7484
|
-
--x-size-padding-left-filter-children: var(--x-size-base-05);
|
|
7485
|
-
}
|
|
7486
7486
|
:root {
|
|
7487
7487
|
--x-color-background-filter-default: transparent;
|
|
7488
7488
|
--x-color-border-filter-default: var(--x-color-background-filter-default);
|
|
@@ -7657,6 +7657,19 @@
|
|
|
7657
7657
|
--x-size-padding-bottom-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7658
7658
|
--x-size-padding-left-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7659
7659
|
}
|
|
7660
|
+
:root {
|
|
7661
|
+
--x-color-border-facet-outlined: var(--x-color-base-neutral-70);
|
|
7662
|
+
--x-size-border-width-facet-outlined: var(--x-size-border-width-base);
|
|
7663
|
+
--x-size-border-width-top-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7664
|
+
--x-size-border-width-right-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7665
|
+
--x-size-border-width-bottom-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7666
|
+
--x-size-border-width-left-facet-outlined: var(--x-size-border-width-facet-outlined);
|
|
7667
|
+
--x-size-padding-facet-header-outlined: var(--x-size-base-03);
|
|
7668
|
+
--x-size-padding-top-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7669
|
+
--x-size-padding-right-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7670
|
+
--x-size-padding-bottom-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7671
|
+
--x-size-padding-left-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7672
|
+
}
|
|
7660
7673
|
|
|
7661
7674
|
.x-facet--outlined.x-facet,
|
|
7662
7675
|
.x-facet--outlined .x-facet {
|
|
@@ -7673,17 +7686,12 @@
|
|
|
7673
7686
|
--x-size-padding-left-facet-header-default: var(--x-size-padding-left-facet-header-outlined);
|
|
7674
7687
|
}
|
|
7675
7688
|
:root {
|
|
7676
|
-
--x-color-border-facet-
|
|
7677
|
-
--x-size-border-width-facet-
|
|
7678
|
-
--x-size-border-width-top-facet-
|
|
7679
|
-
--x-size-border-width-right-facet-
|
|
7680
|
-
--x-size-border-width-bottom-facet-
|
|
7681
|
-
--x-size-border-width-left-facet-
|
|
7682
|
-
--x-size-padding-facet-header-outlined: var(--x-size-base-03);
|
|
7683
|
-
--x-size-padding-top-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7684
|
-
--x-size-padding-right-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7685
|
-
--x-size-padding-bottom-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7686
|
-
--x-size-padding-left-facet-header-outlined: var(--x-size-padding-facet-header-outlined);
|
|
7689
|
+
--x-color-border-facet-header-line: var(--x-color-base-neutral-10);
|
|
7690
|
+
--x-size-border-width-facet-header-line: var(--x-size-border-width-base);
|
|
7691
|
+
--x-size-border-width-top-facet-header-line: 0;
|
|
7692
|
+
--x-size-border-width-right-facet-header-line: 0;
|
|
7693
|
+
--x-size-border-width-bottom-facet-header-line: var(--x-size-border-width-facet-header-line);
|
|
7694
|
+
--x-size-border-width-left-facet-header-line: 0;
|
|
7687
7695
|
}
|
|
7688
7696
|
:root {
|
|
7689
7697
|
--x-color-border-facet-header-line: var(--x-color-base-neutral-10);
|
|
@@ -7693,6 +7701,22 @@
|
|
|
7693
7701
|
--x-size-border-width-bottom-facet-header-line: var(--x-size-border-width-facet-header-line);
|
|
7694
7702
|
--x-size-border-width-left-facet-header-line: 0;
|
|
7695
7703
|
}
|
|
7704
|
+
|
|
7705
|
+
.x-facet--line.x-facet,
|
|
7706
|
+
.x-facet--line .x-facet {
|
|
7707
|
+
--x-color-border-facet-header-default: var(--x-color-border-facet-header-line);
|
|
7708
|
+
--x-size-border-width-facet-header-default: var(--x-size-border-width-facet-header-line);
|
|
7709
|
+
--x-size-border-width-top-facet-header-default: var(--x-size-border-width-top-facet-header-line);
|
|
7710
|
+
--x-size-border-width-right-facet-header-default: var(
|
|
7711
|
+
--x-size-border-width-right-facet-header-line
|
|
7712
|
+
);
|
|
7713
|
+
--x-size-border-width-bottom-facet-header-default: var(
|
|
7714
|
+
--x-size-border-width-bottom-facet-header-line
|
|
7715
|
+
);
|
|
7716
|
+
--x-size-border-width-left-facet-header-default: var(
|
|
7717
|
+
--x-size-border-width-left-facet-header-line
|
|
7718
|
+
);
|
|
7719
|
+
}
|
|
7696
7720
|
:root {
|
|
7697
7721
|
--x-color-background-facet-default: transparent;
|
|
7698
7722
|
--x-color-border-facet-default: var(--x-color-background-facet-default);
|
|
@@ -7726,30 +7750,6 @@
|
|
|
7726
7750
|
--x-number-font-weight-facet-default: var(--x-number-font-weight-title3);
|
|
7727
7751
|
--x-size-line-height-facet-default: var(--x-size-line-height-title3);
|
|
7728
7752
|
}
|
|
7729
|
-
:root {
|
|
7730
|
-
--x-color-border-facet-header-line: var(--x-color-base-neutral-10);
|
|
7731
|
-
--x-size-border-width-facet-header-line: var(--x-size-border-width-base);
|
|
7732
|
-
--x-size-border-width-top-facet-header-line: 0;
|
|
7733
|
-
--x-size-border-width-right-facet-header-line: 0;
|
|
7734
|
-
--x-size-border-width-bottom-facet-header-line: var(--x-size-border-width-facet-header-line);
|
|
7735
|
-
--x-size-border-width-left-facet-header-line: 0;
|
|
7736
|
-
}
|
|
7737
|
-
|
|
7738
|
-
.x-facet--line.x-facet,
|
|
7739
|
-
.x-facet--line .x-facet {
|
|
7740
|
-
--x-color-border-facet-header-default: var(--x-color-border-facet-header-line);
|
|
7741
|
-
--x-size-border-width-facet-header-default: var(--x-size-border-width-facet-header-line);
|
|
7742
|
-
--x-size-border-width-top-facet-header-default: var(--x-size-border-width-top-facet-header-line);
|
|
7743
|
-
--x-size-border-width-right-facet-header-default: var(
|
|
7744
|
-
--x-size-border-width-right-facet-header-line
|
|
7745
|
-
);
|
|
7746
|
-
--x-size-border-width-bottom-facet-header-default: var(
|
|
7747
|
-
--x-size-border-width-bottom-facet-header-line
|
|
7748
|
-
);
|
|
7749
|
-
--x-size-border-width-left-facet-header-default: var(
|
|
7750
|
-
--x-size-border-width-left-facet-header-line
|
|
7751
|
-
);
|
|
7752
|
-
}
|
|
7753
7753
|
:root {
|
|
7754
7754
|
--x-color-background-facet-default: transparent;
|
|
7755
7755
|
--x-color-border-facet-default: var(--x-color-background-facet-default);
|
|
@@ -7943,6 +7943,14 @@
|
|
|
7943
7943
|
--x-size-border-width-bottom-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7944
7944
|
--x-size-border-width-left-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7945
7945
|
}
|
|
7946
|
+
:root {
|
|
7947
|
+
--x-size-gap-dropdown-pill: var(--x-size-base-03);
|
|
7948
|
+
--x-size-border-width-dropdown-list-pill: var(--x-size-border-width-base);
|
|
7949
|
+
--x-size-border-width-top-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7950
|
+
--x-size-border-width-right-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7951
|
+
--x-size-border-width-bottom-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7952
|
+
--x-size-border-width-left-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7953
|
+
}
|
|
7946
7954
|
|
|
7947
7955
|
.x-dropdown--pill {
|
|
7948
7956
|
--x-size-gap-dropdown-default: var(--x-size-gap-dropdown-pill);
|
|
@@ -7980,14 +7988,6 @@
|
|
|
7980
7988
|
--x-size-border-width-left-dropdown-list-pill
|
|
7981
7989
|
);
|
|
7982
7990
|
}
|
|
7983
|
-
:root {
|
|
7984
|
-
--x-size-gap-dropdown-pill: var(--x-size-base-03);
|
|
7985
|
-
--x-size-border-width-dropdown-list-pill: var(--x-size-border-width-base);
|
|
7986
|
-
--x-size-border-width-top-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7987
|
-
--x-size-border-width-right-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7988
|
-
--x-size-border-width-bottom-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7989
|
-
--x-size-border-width-left-dropdown-list-pill: var(--x-size-border-width-dropdown-list-pill);
|
|
7990
|
-
}
|
|
7991
7991
|
:root {
|
|
7992
7992
|
--x-size-width-dropdown-m: 130px;
|
|
7993
7993
|
}
|
|
@@ -8168,79 +8168,6 @@
|
|
|
8168
8168
|
--x-string-overflow-dropdown-toggle-default: hidden;
|
|
8169
8169
|
--x-string-overflow-dropdown-list-default: hidden;
|
|
8170
8170
|
}
|
|
8171
|
-
:root {
|
|
8172
|
-
--x-size-border-radius-dropdown-default: var(--x-size-border-radius-base-none);
|
|
8173
|
-
--x-size-border-radius-top-left-dropdown-default: var(--x-size-border-radius-dropdown-default);
|
|
8174
|
-
--x-size-border-radius-top-right-dropdown-default: var(--x-size-border-radius-dropdown-default);
|
|
8175
|
-
--x-size-border-radius-bottom-right-dropdown-default: var(
|
|
8176
|
-
--x-size-border-radius-dropdown-default
|
|
8177
|
-
);
|
|
8178
|
-
--x-size-border-radius-bottom-left-dropdown-default: var(--x-size-border-radius-dropdown-default);
|
|
8179
|
-
--x-size-border-width-dropdown-toggle-default: var(--x-size-border-width-base);
|
|
8180
|
-
--x-size-border-width-top-dropdown-toggle-default: var(
|
|
8181
|
-
--x-size-border-width-dropdown-toggle-default
|
|
8182
|
-
);
|
|
8183
|
-
--x-size-border-width-right-dropdown-toggle-default: var(
|
|
8184
|
-
--x-size-border-width-dropdown-toggle-default
|
|
8185
|
-
);
|
|
8186
|
-
--x-size-border-width-bottom-dropdown-toggle-default: var(
|
|
8187
|
-
--x-size-border-width-dropdown-toggle-default
|
|
8188
|
-
);
|
|
8189
|
-
--x-size-border-width-left-dropdown-toggle-default: var(
|
|
8190
|
-
--x-size-border-width-dropdown-toggle-default
|
|
8191
|
-
);
|
|
8192
|
-
--x-size-border-width-dropdown-list-default: var(--x-size-border-width-base);
|
|
8193
|
-
--x-size-border-width-top-dropdown-list-default: 0;
|
|
8194
|
-
--x-size-border-width-right-dropdown-list-default: var(
|
|
8195
|
-
--x-size-border-width-dropdown-list-default
|
|
8196
|
-
);
|
|
8197
|
-
--x-size-border-width-bottom-dropdown-list-default: var(
|
|
8198
|
-
--x-size-border-width-dropdown-list-default
|
|
8199
|
-
);
|
|
8200
|
-
--x-size-border-width-left-dropdown-list-default: var(
|
|
8201
|
-
--x-size-border-width-dropdown-list-default
|
|
8202
|
-
);
|
|
8203
|
-
--x-color-border-dropdown-toggle-default: var(--x-color-base-neutral-95);
|
|
8204
|
-
--x-color-border-dropdown-list-default: var(--x-color-border-dropdown-toggle-default);
|
|
8205
|
-
--x-color-background-dropdown-default: var(--x-color-base-neutral-100);
|
|
8206
|
-
--x-color-background-dropdown-toggle-default: var(--x-color-base-neutral-100);
|
|
8207
|
-
--x-color-background-dropdown-toggle-open-default: var(
|
|
8208
|
-
--x-color-background-dropdown-toggle-default
|
|
8209
|
-
);
|
|
8210
|
-
--x-color-background-dropdown-item-default-selected: var(--x-color-base-neutral-95);
|
|
8211
|
-
--x-color-background-dropdown-item-default-hover: var(--x-color-base-neutral-95);
|
|
8212
|
-
--x-color-text-dropdown-default: var(--x-color-text-default);
|
|
8213
|
-
--x-color-text-dropdown-toggle-default: var(--x-color-text-dropdown-default);
|
|
8214
|
-
--x-color-text-dropdown-toggle-default-selected: var(--x-color-base-neutral-35);
|
|
8215
|
-
--x-color-text-dropdown-item-default-hover: var(--x-color-base-neutral-35);
|
|
8216
|
-
--x-color-text-dropdown-item-default-selected: var(--x-color-text-default);
|
|
8217
|
-
--x-font-family-dropdown-default: var(--x-font-family-text);
|
|
8218
|
-
--x-size-font-dropdown-default: var(--x-size-font-text);
|
|
8219
|
-
--x-size-line-height-dropdown-default: var(--x-size-line-height-text);
|
|
8220
|
-
--x-number-font-weight-dropdown-default: var(--x-number-font-weight-base-regular);
|
|
8221
|
-
--x-number-font-weight-dropdown-item-default-hover: var(--x-number-font-weight-base-bold);
|
|
8222
|
-
--x-number-font-weight-dropdown-item-default-selected: var(--x-number-font-weight-base-regular);
|
|
8223
|
-
--x-font-decoration-dropdown-item-default-hover: none;
|
|
8224
|
-
--x-font-decoration-dropdown-item-default-selected: none;
|
|
8225
|
-
--x-size-width-dropdown-toggle-default: 100%;
|
|
8226
|
-
--x-size-min-width-dropdown-list-default: 100%;
|
|
8227
|
-
--x-size-gap-dropdown-default: 0;
|
|
8228
|
-
--x-size-padding-top-dropdown-toggle-default: var(--x-size-padding-top-dropdown-item-default);
|
|
8229
|
-
--x-size-padding-right-dropdown-toggle-default: var(--x-size-padding-right-dropdown-item-default);
|
|
8230
|
-
--x-size-padding-bottom-dropdown-toggle-default: var(
|
|
8231
|
-
--x-size-padding-bottom-dropdown-item-default
|
|
8232
|
-
);
|
|
8233
|
-
--x-size-padding-left-dropdown-toggle-default: var(--x-size-padding-left-dropdown-item-default);
|
|
8234
|
-
--x-size-padding-vertical-dropdown-list-default: 0;
|
|
8235
|
-
--x-size-padding-top-dropdown-item-default: var(--x-size-base-04);
|
|
8236
|
-
--x-size-padding-right-dropdown-item-default: var(--x-size-base-05);
|
|
8237
|
-
--x-size-padding-bottom-dropdown-item-default: var(--x-size-base-04);
|
|
8238
|
-
--x-size-padding-left-dropdown-item-default: var(--x-size-base-05);
|
|
8239
|
-
--x-size-gap-dropdown-item-default: var(--x-size-base-03);
|
|
8240
|
-
--x-string-box-shadow-dropdown-default: none;
|
|
8241
|
-
--x-string-overflow-dropdown-toggle-default: hidden;
|
|
8242
|
-
--x-string-overflow-dropdown-list-default: hidden;
|
|
8243
|
-
}
|
|
8244
8171
|
|
|
8245
8172
|
.x-dropdown {
|
|
8246
8173
|
box-sizing: border-box;
|
|
@@ -8476,6 +8403,79 @@
|
|
|
8476
8403
|
--x-size-border-width-bottom-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8477
8404
|
--x-size-border-width-left-button-tertiary: var(--x-size-border-width-button-tertiary);
|
|
8478
8405
|
}
|
|
8406
|
+
:root {
|
|
8407
|
+
--x-size-border-radius-dropdown-default: var(--x-size-border-radius-base-none);
|
|
8408
|
+
--x-size-border-radius-top-left-dropdown-default: var(--x-size-border-radius-dropdown-default);
|
|
8409
|
+
--x-size-border-radius-top-right-dropdown-default: var(--x-size-border-radius-dropdown-default);
|
|
8410
|
+
--x-size-border-radius-bottom-right-dropdown-default: var(
|
|
8411
|
+
--x-size-border-radius-dropdown-default
|
|
8412
|
+
);
|
|
8413
|
+
--x-size-border-radius-bottom-left-dropdown-default: var(--x-size-border-radius-dropdown-default);
|
|
8414
|
+
--x-size-border-width-dropdown-toggle-default: var(--x-size-border-width-base);
|
|
8415
|
+
--x-size-border-width-top-dropdown-toggle-default: var(
|
|
8416
|
+
--x-size-border-width-dropdown-toggle-default
|
|
8417
|
+
);
|
|
8418
|
+
--x-size-border-width-right-dropdown-toggle-default: var(
|
|
8419
|
+
--x-size-border-width-dropdown-toggle-default
|
|
8420
|
+
);
|
|
8421
|
+
--x-size-border-width-bottom-dropdown-toggle-default: var(
|
|
8422
|
+
--x-size-border-width-dropdown-toggle-default
|
|
8423
|
+
);
|
|
8424
|
+
--x-size-border-width-left-dropdown-toggle-default: var(
|
|
8425
|
+
--x-size-border-width-dropdown-toggle-default
|
|
8426
|
+
);
|
|
8427
|
+
--x-size-border-width-dropdown-list-default: var(--x-size-border-width-base);
|
|
8428
|
+
--x-size-border-width-top-dropdown-list-default: 0;
|
|
8429
|
+
--x-size-border-width-right-dropdown-list-default: var(
|
|
8430
|
+
--x-size-border-width-dropdown-list-default
|
|
8431
|
+
);
|
|
8432
|
+
--x-size-border-width-bottom-dropdown-list-default: var(
|
|
8433
|
+
--x-size-border-width-dropdown-list-default
|
|
8434
|
+
);
|
|
8435
|
+
--x-size-border-width-left-dropdown-list-default: var(
|
|
8436
|
+
--x-size-border-width-dropdown-list-default
|
|
8437
|
+
);
|
|
8438
|
+
--x-color-border-dropdown-toggle-default: var(--x-color-base-neutral-95);
|
|
8439
|
+
--x-color-border-dropdown-list-default: var(--x-color-border-dropdown-toggle-default);
|
|
8440
|
+
--x-color-background-dropdown-default: var(--x-color-base-neutral-100);
|
|
8441
|
+
--x-color-background-dropdown-toggle-default: var(--x-color-base-neutral-100);
|
|
8442
|
+
--x-color-background-dropdown-toggle-open-default: var(
|
|
8443
|
+
--x-color-background-dropdown-toggle-default
|
|
8444
|
+
);
|
|
8445
|
+
--x-color-background-dropdown-item-default-selected: var(--x-color-base-neutral-95);
|
|
8446
|
+
--x-color-background-dropdown-item-default-hover: var(--x-color-base-neutral-95);
|
|
8447
|
+
--x-color-text-dropdown-default: var(--x-color-text-default);
|
|
8448
|
+
--x-color-text-dropdown-toggle-default: var(--x-color-text-dropdown-default);
|
|
8449
|
+
--x-color-text-dropdown-toggle-default-selected: var(--x-color-base-neutral-35);
|
|
8450
|
+
--x-color-text-dropdown-item-default-hover: var(--x-color-base-neutral-35);
|
|
8451
|
+
--x-color-text-dropdown-item-default-selected: var(--x-color-text-default);
|
|
8452
|
+
--x-font-family-dropdown-default: var(--x-font-family-text);
|
|
8453
|
+
--x-size-font-dropdown-default: var(--x-size-font-text);
|
|
8454
|
+
--x-size-line-height-dropdown-default: var(--x-size-line-height-text);
|
|
8455
|
+
--x-number-font-weight-dropdown-default: var(--x-number-font-weight-base-regular);
|
|
8456
|
+
--x-number-font-weight-dropdown-item-default-hover: var(--x-number-font-weight-base-bold);
|
|
8457
|
+
--x-number-font-weight-dropdown-item-default-selected: var(--x-number-font-weight-base-regular);
|
|
8458
|
+
--x-font-decoration-dropdown-item-default-hover: none;
|
|
8459
|
+
--x-font-decoration-dropdown-item-default-selected: none;
|
|
8460
|
+
--x-size-width-dropdown-toggle-default: 100%;
|
|
8461
|
+
--x-size-min-width-dropdown-list-default: 100%;
|
|
8462
|
+
--x-size-gap-dropdown-default: 0;
|
|
8463
|
+
--x-size-padding-top-dropdown-toggle-default: var(--x-size-padding-top-dropdown-item-default);
|
|
8464
|
+
--x-size-padding-right-dropdown-toggle-default: var(--x-size-padding-right-dropdown-item-default);
|
|
8465
|
+
--x-size-padding-bottom-dropdown-toggle-default: var(
|
|
8466
|
+
--x-size-padding-bottom-dropdown-item-default
|
|
8467
|
+
);
|
|
8468
|
+
--x-size-padding-left-dropdown-toggle-default: var(--x-size-padding-left-dropdown-item-default);
|
|
8469
|
+
--x-size-padding-vertical-dropdown-list-default: 0;
|
|
8470
|
+
--x-size-padding-top-dropdown-item-default: var(--x-size-base-04);
|
|
8471
|
+
--x-size-padding-right-dropdown-item-default: var(--x-size-base-05);
|
|
8472
|
+
--x-size-padding-bottom-dropdown-item-default: var(--x-size-base-04);
|
|
8473
|
+
--x-size-padding-left-dropdown-item-default: var(--x-size-base-05);
|
|
8474
|
+
--x-size-gap-dropdown-item-default: var(--x-size-base-03);
|
|
8475
|
+
--x-string-box-shadow-dropdown-default: none;
|
|
8476
|
+
--x-string-overflow-dropdown-toggle-default: hidden;
|
|
8477
|
+
--x-string-overflow-dropdown-list-default: hidden;
|
|
8478
|
+
}
|
|
8479
8479
|
:root {
|
|
8480
8480
|
--x-color-background-button-tertiary: var(--x-color-base-neutral-95);
|
|
8481
8481
|
--x-color-border-button-tertiary: var(--x-color-base-neutral-70);
|
|
@@ -8535,13 +8535,6 @@
|
|
|
8535
8535
|
--x-size-border-radius-bottom-right-button-round: var(--x-size-border-radius-button-round);
|
|
8536
8536
|
--x-size-border-radius-bottom-left-button-round: var(--x-size-border-radius-button-round);
|
|
8537
8537
|
}
|
|
8538
|
-
:root {
|
|
8539
|
-
--x-size-border-radius-button-round: var(--x-size-border-radius-base-pill);
|
|
8540
|
-
--x-size-border-radius-top-left-button-round: var(--x-size-border-radius-button-round);
|
|
8541
|
-
--x-size-border-radius-top-right-button-round: var(--x-size-border-radius-button-round);
|
|
8542
|
-
--x-size-border-radius-bottom-right-button-round: var(--x-size-border-radius-button-round);
|
|
8543
|
-
--x-size-border-radius-bottom-left-button-round: var(--x-size-border-radius-button-round);
|
|
8544
|
-
}
|
|
8545
8538
|
|
|
8546
8539
|
.x-button--round.x-button,
|
|
8547
8540
|
.x-button--round .x-button {
|
|
@@ -8843,6 +8836,26 @@
|
|
|
8843
8836
|
.x-badge-container {
|
|
8844
8837
|
position: relative;
|
|
8845
8838
|
}
|
|
8839
|
+
:root {
|
|
8840
|
+
--x-color-base-lead: #243d48;
|
|
8841
|
+
--x-color-base-auxiliary: #bfe1ec;
|
|
8842
|
+
--x-color-base-neutral-10: #1a1a1a;
|
|
8843
|
+
--x-color-base-neutral-35: #595959;
|
|
8844
|
+
--x-color-base-neutral-70: #b3b3b3;
|
|
8845
|
+
--x-color-base-neutral-95: #f2f2f2;
|
|
8846
|
+
--x-color-base-neutral-100: #ffffff;
|
|
8847
|
+
--x-color-base-accent: #0086b2;
|
|
8848
|
+
--x-color-base-enable: #00705c;
|
|
8849
|
+
--x-color-base-disable: #e11f26;
|
|
8850
|
+
--x-color-base-transparent: transparent;
|
|
8851
|
+
}
|
|
8852
|
+
:root {
|
|
8853
|
+
--x-size-border-radius-base-none: 0;
|
|
8854
|
+
--x-size-border-radius-base-s: var(--x-size-base-02);
|
|
8855
|
+
--x-size-border-radius-base-m: var(--x-size-base-06);
|
|
8856
|
+
--x-size-border-radius-base-pill: 99999px;
|
|
8857
|
+
--x-size-border-width-base: 1px;
|
|
8858
|
+
}
|
|
8846
8859
|
:root {
|
|
8847
8860
|
--x-size-base-01: 2px;
|
|
8848
8861
|
--x-size-base-02: 4px;
|
|
@@ -8866,22 +8879,9 @@
|
|
|
8866
8879
|
--x-size-base-20: 344px;
|
|
8867
8880
|
}
|
|
8868
8881
|
:root {
|
|
8869
|
-
--x-
|
|
8870
|
-
--x-
|
|
8871
|
-
--x-
|
|
8872
|
-
--x-
|
|
8873
|
-
--x-
|
|
8874
|
-
--x-color-base-neutral-95: #f2f2f2;
|
|
8875
|
-
--x-color-base-neutral-100: #ffffff;
|
|
8876
|
-
--x-color-base-accent: #0086b2;
|
|
8877
|
-
--x-color-base-enable: #00705c;
|
|
8878
|
-
--x-color-base-disable: #e11f26;
|
|
8879
|
-
--x-color-base-transparent: transparent;
|
|
8880
|
-
}
|
|
8881
|
-
:root {
|
|
8882
|
-
--x-size-border-radius-base-none: 0;
|
|
8883
|
-
--x-size-border-radius-base-s: var(--x-size-base-02);
|
|
8884
|
-
--x-size-border-radius-base-m: var(--x-size-base-06);
|
|
8885
|
-
--x-size-border-radius-base-pill: 99999px;
|
|
8886
|
-
--x-size-border-width-base: 1px;
|
|
8882
|
+
--x-size-border-radius-button-round: var(--x-size-border-radius-base-pill);
|
|
8883
|
+
--x-size-border-radius-top-left-button-round: var(--x-size-border-radius-button-round);
|
|
8884
|
+
--x-size-border-radius-top-right-button-round: var(--x-size-border-radius-button-round);
|
|
8885
|
+
--x-size-border-radius-bottom-right-button-round: var(--x-size-border-radius-button-round);
|
|
8886
|
+
--x-size-border-radius-bottom-left-button-round: var(--x-size-border-radius-button-round);
|
|
8887
8887
|
}
|