@empathyco/x-components 6.0.0-alpha.73 → 6.0.0-alpha.75
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.
|
@@ -1,19 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.x-uppercase {
|
|
3
|
-
text-transform: uppercase;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.x-lowercase {
|
|
7
|
-
text-transform: lowercase;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.x-capitalize {
|
|
11
|
-
text-transform: capitalize;
|
|
12
|
-
}
|
|
13
2
|
|
|
14
|
-
.x-normal-case {
|
|
15
|
-
text-transform: none;
|
|
16
|
-
}
|
|
17
3
|
.x-underline {
|
|
18
4
|
-webkit-text-decoration-line: underline;
|
|
19
5
|
text-decoration-line: underline;
|
|
@@ -33,6 +19,21 @@
|
|
|
33
19
|
-webkit-text-decoration-line: none;
|
|
34
20
|
text-decoration-line: none;
|
|
35
21
|
}
|
|
22
|
+
.x-uppercase {
|
|
23
|
+
text-transform: uppercase;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.x-lowercase {
|
|
27
|
+
text-transform: lowercase;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.x-capitalize {
|
|
31
|
+
text-transform: capitalize;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.x-normal-case {
|
|
35
|
+
text-transform: none;
|
|
36
|
+
}
|
|
36
37
|
.x-static {
|
|
37
38
|
position: static !important;
|
|
38
39
|
}
|
|
@@ -1471,1847 +1472,1847 @@
|
|
|
1471
1472
|
.x-shadow--bottom-10 {
|
|
1472
1473
|
box-shadow: var(--x-string-box-shadow-bottom-10) !important;
|
|
1473
1474
|
}
|
|
1474
|
-
|
|
1475
|
-
border-
|
|
1475
|
+
.x-border-radius--00 {
|
|
1476
|
+
border-radius: 0 !important;
|
|
1476
1477
|
}
|
|
1477
1478
|
|
|
1478
|
-
.x-border-
|
|
1479
|
-
border-
|
|
1480
|
-
border-style: solid !important;
|
|
1479
|
+
.x-border-radius--pill {
|
|
1480
|
+
border-radius: 99999px !important;
|
|
1481
1481
|
}
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
border-
|
|
1482
|
+
|
|
1483
|
+
.x-border-radius--01 {
|
|
1484
|
+
border-radius: var(--x-size-base-01) !important;
|
|
1485
1485
|
}
|
|
1486
|
-
.x-border-
|
|
1487
|
-
border-
|
|
1488
|
-
border-style: solid !important;
|
|
1486
|
+
[dir="ltr"] .x-border-radius--top-01 {
|
|
1487
|
+
border-top-left-radius: var(--x-size-base-01) !important;
|
|
1489
1488
|
}
|
|
1490
|
-
[dir="
|
|
1491
|
-
border-right-
|
|
1489
|
+
[dir="rtl"] .x-border-radius--top-01 {
|
|
1490
|
+
border-top-right-radius: var(--x-size-base-01) !important;
|
|
1492
1491
|
}
|
|
1493
|
-
[dir="
|
|
1494
|
-
border-
|
|
1492
|
+
[dir="ltr"] .x-border-radius--top-01 {
|
|
1493
|
+
border-top-right-radius: var(--x-size-base-01) !important;
|
|
1495
1494
|
}
|
|
1496
|
-
.x-border-
|
|
1497
|
-
border-
|
|
1495
|
+
[dir="rtl"] .x-border-radius--top-01 {
|
|
1496
|
+
border-top-left-radius: var(--x-size-base-01) !important;
|
|
1498
1497
|
}
|
|
1499
|
-
[dir="ltr"] .x-border-
|
|
1500
|
-
border-left-
|
|
1498
|
+
[dir="ltr"] .x-border-radius--bottom-01 {
|
|
1499
|
+
border-bottom-left-radius: var(--x-size-base-01) !important;
|
|
1501
1500
|
}
|
|
1502
|
-
[dir="rtl"] .x-border-
|
|
1503
|
-
border-right-
|
|
1501
|
+
[dir="rtl"] .x-border-radius--bottom-01 {
|
|
1502
|
+
border-bottom-right-radius: var(--x-size-base-01) !important;
|
|
1504
1503
|
}
|
|
1505
|
-
.x-border-
|
|
1506
|
-
border-
|
|
1504
|
+
[dir="ltr"] .x-border-radius--bottom-01 {
|
|
1505
|
+
border-bottom-right-radius: var(--x-size-base-01) !important;
|
|
1507
1506
|
}
|
|
1508
|
-
.x-border-
|
|
1509
|
-
border-
|
|
1510
|
-
border-style: solid !important;
|
|
1507
|
+
[dir="rtl"] .x-border-radius--bottom-01 {
|
|
1508
|
+
border-bottom-left-radius: var(--x-size-base-01) !important;
|
|
1511
1509
|
}
|
|
1512
|
-
.x-border-
|
|
1513
|
-
border-top-
|
|
1514
|
-
border-style: solid !important;
|
|
1510
|
+
[dir="ltr"] .x-border-radius--right-01 {
|
|
1511
|
+
border-top-right-radius: var(--x-size-base-01) !important;
|
|
1515
1512
|
}
|
|
1516
|
-
.x-border-
|
|
1517
|
-
border-
|
|
1518
|
-
border-style: solid !important;
|
|
1513
|
+
[dir="rtl"] .x-border-radius--right-01 {
|
|
1514
|
+
border-top-left-radius: var(--x-size-base-01) !important;
|
|
1519
1515
|
}
|
|
1520
|
-
[dir="ltr"] .x-border-
|
|
1521
|
-
border-right-
|
|
1516
|
+
[dir="ltr"] .x-border-radius--right-01 {
|
|
1517
|
+
border-bottom-right-radius: var(--x-size-base-01) !important;
|
|
1522
1518
|
}
|
|
1523
|
-
[dir="rtl"] .x-border-
|
|
1524
|
-
border-left-
|
|
1519
|
+
[dir="rtl"] .x-border-radius--right-01 {
|
|
1520
|
+
border-bottom-left-radius: var(--x-size-base-01) !important;
|
|
1525
1521
|
}
|
|
1526
|
-
.x-border-
|
|
1527
|
-
border-
|
|
1522
|
+
[dir="ltr"] .x-border-radius--left-01 {
|
|
1523
|
+
border-top-left-radius: var(--x-size-base-01) !important;
|
|
1528
1524
|
}
|
|
1529
|
-
[dir="
|
|
1530
|
-
border-
|
|
1525
|
+
[dir="rtl"] .x-border-radius--left-01 {
|
|
1526
|
+
border-top-right-radius: var(--x-size-base-01) !important;
|
|
1531
1527
|
}
|
|
1532
|
-
[dir="
|
|
1533
|
-
border-
|
|
1528
|
+
[dir="ltr"] .x-border-radius--left-01 {
|
|
1529
|
+
border-bottom-left-radius: var(--x-size-base-01) !important;
|
|
1534
1530
|
}
|
|
1535
|
-
.x-border-
|
|
1536
|
-
border-
|
|
1531
|
+
[dir="rtl"] .x-border-radius--left-01 {
|
|
1532
|
+
border-bottom-right-radius: var(--x-size-base-01) !important;
|
|
1537
1533
|
}
|
|
1538
|
-
.x-border-
|
|
1539
|
-
border-
|
|
1540
|
-
border-style: solid !important;
|
|
1534
|
+
[dir="ltr"] .x-border-radius--top-left-01 {
|
|
1535
|
+
border-top-left-radius: var(--x-size-base-01) !important;
|
|
1541
1536
|
}
|
|
1542
|
-
.x-border-
|
|
1543
|
-
border-top-
|
|
1544
|
-
border-style: solid !important;
|
|
1537
|
+
[dir="rtl"] .x-border-radius--top-left-01 {
|
|
1538
|
+
border-top-right-radius: var(--x-size-base-01) !important;
|
|
1545
1539
|
}
|
|
1546
|
-
.x-border-
|
|
1547
|
-
border-
|
|
1548
|
-
border-style: solid !important;
|
|
1540
|
+
[dir="ltr"] .x-border-radius--top-right-01 {
|
|
1541
|
+
border-top-right-radius: var(--x-size-base-01) !important;
|
|
1549
1542
|
}
|
|
1550
|
-
[dir="
|
|
1551
|
-
border-
|
|
1543
|
+
[dir="rtl"] .x-border-radius--top-right-01 {
|
|
1544
|
+
border-top-left-radius: var(--x-size-base-01) !important;
|
|
1552
1545
|
}
|
|
1553
|
-
[dir="
|
|
1554
|
-
border-left-
|
|
1546
|
+
[dir="ltr"] .x-border-radius--bottom-left-01 {
|
|
1547
|
+
border-bottom-left-radius: var(--x-size-base-01) !important;
|
|
1555
1548
|
}
|
|
1556
|
-
.x-border-
|
|
1557
|
-
border-
|
|
1549
|
+
[dir="rtl"] .x-border-radius--bottom-left-01 {
|
|
1550
|
+
border-bottom-right-radius: var(--x-size-base-01) !important;
|
|
1558
1551
|
}
|
|
1559
|
-
[dir="ltr"] .x-border-
|
|
1560
|
-
border-
|
|
1552
|
+
[dir="ltr"] .x-border-radius--bottom-right-01 {
|
|
1553
|
+
border-bottom-right-radius: var(--x-size-base-01) !important;
|
|
1561
1554
|
}
|
|
1562
|
-
[dir="rtl"] .x-border-
|
|
1563
|
-
border-
|
|
1555
|
+
[dir="rtl"] .x-border-radius--bottom-right-01 {
|
|
1556
|
+
border-bottom-left-radius: var(--x-size-base-01) !important;
|
|
1564
1557
|
}
|
|
1565
|
-
.x-border-
|
|
1566
|
-
border-
|
|
1558
|
+
.x-border-radius--02 {
|
|
1559
|
+
border-radius: var(--x-size-base-02) !important;
|
|
1567
1560
|
}
|
|
1568
|
-
.x-border-
|
|
1569
|
-
border-
|
|
1570
|
-
border-style: solid !important;
|
|
1561
|
+
[dir="ltr"] .x-border-radius--top-02 {
|
|
1562
|
+
border-top-left-radius: var(--x-size-base-02) !important;
|
|
1571
1563
|
}
|
|
1572
|
-
.x-border-
|
|
1573
|
-
border-top-
|
|
1574
|
-
border-style: solid !important;
|
|
1564
|
+
[dir="rtl"] .x-border-radius--top-02 {
|
|
1565
|
+
border-top-right-radius: var(--x-size-base-02) !important;
|
|
1575
1566
|
}
|
|
1576
|
-
.x-border-
|
|
1577
|
-
border-
|
|
1578
|
-
border-style: solid !important;
|
|
1567
|
+
[dir="ltr"] .x-border-radius--top-02 {
|
|
1568
|
+
border-top-right-radius: var(--x-size-base-02) !important;
|
|
1579
1569
|
}
|
|
1580
|
-
[dir="
|
|
1581
|
-
border-
|
|
1570
|
+
[dir="rtl"] .x-border-radius--top-02 {
|
|
1571
|
+
border-top-left-radius: var(--x-size-base-02) !important;
|
|
1582
1572
|
}
|
|
1583
|
-
[dir="
|
|
1584
|
-
border-left-
|
|
1573
|
+
[dir="ltr"] .x-border-radius--bottom-02 {
|
|
1574
|
+
border-bottom-left-radius: var(--x-size-base-02) !important;
|
|
1585
1575
|
}
|
|
1586
|
-
.x-border-
|
|
1587
|
-
border-
|
|
1576
|
+
[dir="rtl"] .x-border-radius--bottom-02 {
|
|
1577
|
+
border-bottom-right-radius: var(--x-size-base-02) !important;
|
|
1588
1578
|
}
|
|
1589
|
-
[dir="ltr"] .x-border-
|
|
1590
|
-
border-
|
|
1579
|
+
[dir="ltr"] .x-border-radius--bottom-02 {
|
|
1580
|
+
border-bottom-right-radius: var(--x-size-base-02) !important;
|
|
1591
1581
|
}
|
|
1592
|
-
[dir="rtl"] .x-border-
|
|
1593
|
-
border-
|
|
1582
|
+
[dir="rtl"] .x-border-radius--bottom-02 {
|
|
1583
|
+
border-bottom-left-radius: var(--x-size-base-02) !important;
|
|
1594
1584
|
}
|
|
1595
|
-
.x-border-
|
|
1596
|
-
border-
|
|
1585
|
+
[dir="ltr"] .x-border-radius--right-02 {
|
|
1586
|
+
border-top-right-radius: var(--x-size-base-02) !important;
|
|
1597
1587
|
}
|
|
1598
|
-
.x-border-
|
|
1599
|
-
border-
|
|
1600
|
-
border-style: solid !important;
|
|
1588
|
+
[dir="rtl"] .x-border-radius--right-02 {
|
|
1589
|
+
border-top-left-radius: var(--x-size-base-02) !important;
|
|
1601
1590
|
}
|
|
1602
|
-
.x-border-
|
|
1603
|
-
border-
|
|
1604
|
-
border-style: solid !important;
|
|
1591
|
+
[dir="ltr"] .x-border-radius--right-02 {
|
|
1592
|
+
border-bottom-right-radius: var(--x-size-base-02) !important;
|
|
1605
1593
|
}
|
|
1606
|
-
.x-border-
|
|
1607
|
-
border-bottom-
|
|
1608
|
-
border-style: solid !important;
|
|
1594
|
+
[dir="rtl"] .x-border-radius--right-02 {
|
|
1595
|
+
border-bottom-left-radius: var(--x-size-base-02) !important;
|
|
1609
1596
|
}
|
|
1610
|
-
[dir="ltr"] .x-border-
|
|
1611
|
-
border-
|
|
1597
|
+
[dir="ltr"] .x-border-radius--left-02 {
|
|
1598
|
+
border-top-left-radius: var(--x-size-base-02) !important;
|
|
1612
1599
|
}
|
|
1613
|
-
[dir="rtl"] .x-border-
|
|
1614
|
-
border-
|
|
1600
|
+
[dir="rtl"] .x-border-radius--left-02 {
|
|
1601
|
+
border-top-right-radius: var(--x-size-base-02) !important;
|
|
1615
1602
|
}
|
|
1616
|
-
.x-border-
|
|
1617
|
-
border-
|
|
1603
|
+
[dir="ltr"] .x-border-radius--left-02 {
|
|
1604
|
+
border-bottom-left-radius: var(--x-size-base-02) !important;
|
|
1618
1605
|
}
|
|
1619
|
-
[dir="
|
|
1620
|
-
border-
|
|
1606
|
+
[dir="rtl"] .x-border-radius--left-02 {
|
|
1607
|
+
border-bottom-right-radius: var(--x-size-base-02) !important;
|
|
1621
1608
|
}
|
|
1622
|
-
[dir="
|
|
1623
|
-
border-
|
|
1609
|
+
[dir="ltr"] .x-border-radius--top-left-02 {
|
|
1610
|
+
border-top-left-radius: var(--x-size-base-02) !important;
|
|
1624
1611
|
}
|
|
1625
|
-
.x-border-
|
|
1626
|
-
border-
|
|
1612
|
+
[dir="rtl"] .x-border-radius--top-left-02 {
|
|
1613
|
+
border-top-right-radius: var(--x-size-base-02) !important;
|
|
1627
1614
|
}
|
|
1628
|
-
.x-border-
|
|
1629
|
-
border-
|
|
1630
|
-
border-style: solid !important;
|
|
1615
|
+
[dir="ltr"] .x-border-radius--top-right-02 {
|
|
1616
|
+
border-top-right-radius: var(--x-size-base-02) !important;
|
|
1631
1617
|
}
|
|
1632
|
-
.x-border-
|
|
1633
|
-
border-top-
|
|
1634
|
-
border-style: solid !important;
|
|
1618
|
+
[dir="rtl"] .x-border-radius--top-right-02 {
|
|
1619
|
+
border-top-left-radius: var(--x-size-base-02) !important;
|
|
1635
1620
|
}
|
|
1636
|
-
.x-border-
|
|
1637
|
-
border-bottom-
|
|
1638
|
-
border-style: solid !important;
|
|
1621
|
+
[dir="ltr"] .x-border-radius--bottom-left-02 {
|
|
1622
|
+
border-bottom-left-radius: var(--x-size-base-02) !important;
|
|
1639
1623
|
}
|
|
1640
|
-
[dir="
|
|
1641
|
-
border-right-
|
|
1624
|
+
[dir="rtl"] .x-border-radius--bottom-left-02 {
|
|
1625
|
+
border-bottom-right-radius: var(--x-size-base-02) !important;
|
|
1642
1626
|
}
|
|
1643
|
-
[dir="
|
|
1644
|
-
border-
|
|
1627
|
+
[dir="ltr"] .x-border-radius--bottom-right-02 {
|
|
1628
|
+
border-bottom-right-radius: var(--x-size-base-02) !important;
|
|
1645
1629
|
}
|
|
1646
|
-
.x-border-
|
|
1647
|
-
border-
|
|
1630
|
+
[dir="rtl"] .x-border-radius--bottom-right-02 {
|
|
1631
|
+
border-bottom-left-radius: var(--x-size-base-02) !important;
|
|
1648
1632
|
}
|
|
1649
|
-
|
|
1650
|
-
border-
|
|
1651
|
-
}
|
|
1652
|
-
[dir="rtl"] .x-border-width--left-05 {
|
|
1653
|
-
border-right-width: 5px !important;
|
|
1633
|
+
.x-border-radius--03 {
|
|
1634
|
+
border-radius: var(--x-size-base-03) !important;
|
|
1654
1635
|
}
|
|
1655
|
-
.x-border-
|
|
1656
|
-
border-
|
|
1636
|
+
[dir="ltr"] .x-border-radius--top-03 {
|
|
1637
|
+
border-top-left-radius: var(--x-size-base-03) !important;
|
|
1657
1638
|
}
|
|
1658
|
-
.x-border-
|
|
1659
|
-
border-
|
|
1660
|
-
border-style: solid !important;
|
|
1639
|
+
[dir="rtl"] .x-border-radius--top-03 {
|
|
1640
|
+
border-top-right-radius: var(--x-size-base-03) !important;
|
|
1661
1641
|
}
|
|
1662
|
-
.x-border-
|
|
1663
|
-
border-top-
|
|
1664
|
-
border-style: solid !important;
|
|
1642
|
+
[dir="ltr"] .x-border-radius--top-03 {
|
|
1643
|
+
border-top-right-radius: var(--x-size-base-03) !important;
|
|
1665
1644
|
}
|
|
1666
|
-
.x-border-
|
|
1667
|
-
border-
|
|
1668
|
-
border-style: solid !important;
|
|
1645
|
+
[dir="rtl"] .x-border-radius--top-03 {
|
|
1646
|
+
border-top-left-radius: var(--x-size-base-03) !important;
|
|
1669
1647
|
}
|
|
1670
|
-
[dir="ltr"] .x-border-
|
|
1671
|
-
border-
|
|
1648
|
+
[dir="ltr"] .x-border-radius--bottom-03 {
|
|
1649
|
+
border-bottom-left-radius: var(--x-size-base-03) !important;
|
|
1672
1650
|
}
|
|
1673
|
-
[dir="rtl"] .x-border-
|
|
1674
|
-
border-
|
|
1651
|
+
[dir="rtl"] .x-border-radius--bottom-03 {
|
|
1652
|
+
border-bottom-right-radius: var(--x-size-base-03) !important;
|
|
1675
1653
|
}
|
|
1676
|
-
.x-border-
|
|
1677
|
-
border-
|
|
1654
|
+
[dir="ltr"] .x-border-radius--bottom-03 {
|
|
1655
|
+
border-bottom-right-radius: var(--x-size-base-03) !important;
|
|
1678
1656
|
}
|
|
1679
|
-
[dir="
|
|
1680
|
-
border-left-
|
|
1657
|
+
[dir="rtl"] .x-border-radius--bottom-03 {
|
|
1658
|
+
border-bottom-left-radius: var(--x-size-base-03) !important;
|
|
1681
1659
|
}
|
|
1682
|
-
[dir="
|
|
1683
|
-
border-right-
|
|
1660
|
+
[dir="ltr"] .x-border-radius--right-03 {
|
|
1661
|
+
border-top-right-radius: var(--x-size-base-03) !important;
|
|
1684
1662
|
}
|
|
1685
|
-
.x-border-
|
|
1686
|
-
border-
|
|
1663
|
+
[dir="rtl"] .x-border-radius--right-03 {
|
|
1664
|
+
border-top-left-radius: var(--x-size-base-03) !important;
|
|
1687
1665
|
}
|
|
1688
|
-
.x-border-
|
|
1689
|
-
border-
|
|
1690
|
-
border-style: solid !important;
|
|
1666
|
+
[dir="ltr"] .x-border-radius--right-03 {
|
|
1667
|
+
border-bottom-right-radius: var(--x-size-base-03) !important;
|
|
1691
1668
|
}
|
|
1692
|
-
.x-border-
|
|
1693
|
-
border-
|
|
1694
|
-
border-style: solid !important;
|
|
1669
|
+
[dir="rtl"] .x-border-radius--right-03 {
|
|
1670
|
+
border-bottom-left-radius: var(--x-size-base-03) !important;
|
|
1695
1671
|
}
|
|
1696
|
-
.x-border-
|
|
1697
|
-
border-
|
|
1698
|
-
border-style: solid !important;
|
|
1672
|
+
[dir="ltr"] .x-border-radius--left-03 {
|
|
1673
|
+
border-top-left-radius: var(--x-size-base-03) !important;
|
|
1699
1674
|
}
|
|
1700
|
-
[dir="
|
|
1701
|
-
border-right-
|
|
1675
|
+
[dir="rtl"] .x-border-radius--left-03 {
|
|
1676
|
+
border-top-right-radius: var(--x-size-base-03) !important;
|
|
1702
1677
|
}
|
|
1703
|
-
[dir="
|
|
1704
|
-
border-left-
|
|
1678
|
+
[dir="ltr"] .x-border-radius--left-03 {
|
|
1679
|
+
border-bottom-left-radius: var(--x-size-base-03) !important;
|
|
1705
1680
|
}
|
|
1706
|
-
.x-border-
|
|
1707
|
-
border-
|
|
1681
|
+
[dir="rtl"] .x-border-radius--left-03 {
|
|
1682
|
+
border-bottom-right-radius: var(--x-size-base-03) !important;
|
|
1708
1683
|
}
|
|
1709
|
-
[dir="ltr"] .x-border-
|
|
1710
|
-
border-left-
|
|
1684
|
+
[dir="ltr"] .x-border-radius--top-left-03 {
|
|
1685
|
+
border-top-left-radius: var(--x-size-base-03) !important;
|
|
1711
1686
|
}
|
|
1712
|
-
[dir="rtl"] .x-border-
|
|
1713
|
-
border-right-
|
|
1687
|
+
[dir="rtl"] .x-border-radius--top-left-03 {
|
|
1688
|
+
border-top-right-radius: var(--x-size-base-03) !important;
|
|
1714
1689
|
}
|
|
1715
|
-
.x-border-
|
|
1716
|
-
border-
|
|
1690
|
+
[dir="ltr"] .x-border-radius--top-right-03 {
|
|
1691
|
+
border-top-right-radius: var(--x-size-base-03) !important;
|
|
1717
1692
|
}
|
|
1718
|
-
.x-border-
|
|
1719
|
-
border-
|
|
1720
|
-
border-style: solid !important;
|
|
1693
|
+
[dir="rtl"] .x-border-radius--top-right-03 {
|
|
1694
|
+
border-top-left-radius: var(--x-size-base-03) !important;
|
|
1721
1695
|
}
|
|
1722
|
-
.x-border-
|
|
1723
|
-
border-
|
|
1724
|
-
border-style: solid !important;
|
|
1696
|
+
[dir="ltr"] .x-border-radius--bottom-left-03 {
|
|
1697
|
+
border-bottom-left-radius: var(--x-size-base-03) !important;
|
|
1725
1698
|
}
|
|
1726
|
-
.x-border-
|
|
1727
|
-
border-bottom-
|
|
1728
|
-
border-style: solid !important;
|
|
1699
|
+
[dir="rtl"] .x-border-radius--bottom-left-03 {
|
|
1700
|
+
border-bottom-right-radius: var(--x-size-base-03) !important;
|
|
1729
1701
|
}
|
|
1730
|
-
[dir="ltr"] .x-border-
|
|
1731
|
-
border-right-
|
|
1702
|
+
[dir="ltr"] .x-border-radius--bottom-right-03 {
|
|
1703
|
+
border-bottom-right-radius: var(--x-size-base-03) !important;
|
|
1732
1704
|
}
|
|
1733
|
-
[dir="rtl"] .x-border-
|
|
1734
|
-
border-left-
|
|
1705
|
+
[dir="rtl"] .x-border-radius--bottom-right-03 {
|
|
1706
|
+
border-bottom-left-radius: var(--x-size-base-03) !important;
|
|
1735
1707
|
}
|
|
1736
|
-
.x-border-
|
|
1737
|
-
border-
|
|
1708
|
+
.x-border-radius--04 {
|
|
1709
|
+
border-radius: var(--x-size-base-04) !important;
|
|
1738
1710
|
}
|
|
1739
|
-
[dir="ltr"] .x-border-
|
|
1740
|
-
border-left-
|
|
1711
|
+
[dir="ltr"] .x-border-radius--top-04 {
|
|
1712
|
+
border-top-left-radius: var(--x-size-base-04) !important;
|
|
1741
1713
|
}
|
|
1742
|
-
[dir="rtl"] .x-border-
|
|
1743
|
-
border-right-
|
|
1714
|
+
[dir="rtl"] .x-border-radius--top-04 {
|
|
1715
|
+
border-top-right-radius: var(--x-size-base-04) !important;
|
|
1744
1716
|
}
|
|
1745
|
-
.x-border-
|
|
1746
|
-
border-
|
|
1717
|
+
[dir="ltr"] .x-border-radius--top-04 {
|
|
1718
|
+
border-top-right-radius: var(--x-size-base-04) !important;
|
|
1747
1719
|
}
|
|
1748
|
-
.x-border-
|
|
1749
|
-
border-
|
|
1750
|
-
border-style: solid !important;
|
|
1720
|
+
[dir="rtl"] .x-border-radius--top-04 {
|
|
1721
|
+
border-top-left-radius: var(--x-size-base-04) !important;
|
|
1751
1722
|
}
|
|
1752
|
-
.x-border-
|
|
1753
|
-
border-
|
|
1754
|
-
border-style: solid !important;
|
|
1723
|
+
[dir="ltr"] .x-border-radius--bottom-04 {
|
|
1724
|
+
border-bottom-left-radius: var(--x-size-base-04) !important;
|
|
1755
1725
|
}
|
|
1756
|
-
.x-border-
|
|
1757
|
-
border-bottom-
|
|
1758
|
-
border-style: solid !important;
|
|
1726
|
+
[dir="rtl"] .x-border-radius--bottom-04 {
|
|
1727
|
+
border-bottom-right-radius: var(--x-size-base-04) !important;
|
|
1759
1728
|
}
|
|
1760
|
-
[dir="ltr"] .x-border-
|
|
1761
|
-
border-right-
|
|
1729
|
+
[dir="ltr"] .x-border-radius--bottom-04 {
|
|
1730
|
+
border-bottom-right-radius: var(--x-size-base-04) !important;
|
|
1762
1731
|
}
|
|
1763
|
-
[dir="rtl"] .x-border-
|
|
1764
|
-
border-left-
|
|
1732
|
+
[dir="rtl"] .x-border-radius--bottom-04 {
|
|
1733
|
+
border-bottom-left-radius: var(--x-size-base-04) !important;
|
|
1765
1734
|
}
|
|
1766
|
-
.x-border-
|
|
1767
|
-
border-
|
|
1735
|
+
[dir="ltr"] .x-border-radius--right-04 {
|
|
1736
|
+
border-top-right-radius: var(--x-size-base-04) !important;
|
|
1768
1737
|
}
|
|
1769
|
-
[dir="
|
|
1770
|
-
border-left-
|
|
1738
|
+
[dir="rtl"] .x-border-radius--right-04 {
|
|
1739
|
+
border-top-left-radius: var(--x-size-base-04) !important;
|
|
1771
1740
|
}
|
|
1772
|
-
[dir="
|
|
1773
|
-
border-right-
|
|
1741
|
+
[dir="ltr"] .x-border-radius--right-04 {
|
|
1742
|
+
border-bottom-right-radius: var(--x-size-base-04) !important;
|
|
1774
1743
|
}
|
|
1775
|
-
.x-border-
|
|
1776
|
-
border-
|
|
1744
|
+
[dir="rtl"] .x-border-radius--right-04 {
|
|
1745
|
+
border-bottom-left-radius: var(--x-size-base-04) !important;
|
|
1777
1746
|
}
|
|
1778
|
-
.x-border-
|
|
1779
|
-
border-
|
|
1780
|
-
border-style: solid !important;
|
|
1747
|
+
[dir="ltr"] .x-border-radius--left-04 {
|
|
1748
|
+
border-top-left-radius: var(--x-size-base-04) !important;
|
|
1781
1749
|
}
|
|
1782
|
-
.x-border-
|
|
1783
|
-
border-top-
|
|
1784
|
-
border-style: solid !important;
|
|
1750
|
+
[dir="rtl"] .x-border-radius--left-04 {
|
|
1751
|
+
border-top-right-radius: var(--x-size-base-04) !important;
|
|
1785
1752
|
}
|
|
1786
|
-
.x-border-
|
|
1787
|
-
border-bottom-
|
|
1788
|
-
border-style: solid !important;
|
|
1753
|
+
[dir="ltr"] .x-border-radius--left-04 {
|
|
1754
|
+
border-bottom-left-radius: var(--x-size-base-04) !important;
|
|
1789
1755
|
}
|
|
1790
|
-
[dir="
|
|
1791
|
-
border-right-
|
|
1756
|
+
[dir="rtl"] .x-border-radius--left-04 {
|
|
1757
|
+
border-bottom-right-radius: var(--x-size-base-04) !important;
|
|
1792
1758
|
}
|
|
1793
|
-
[dir="
|
|
1794
|
-
border-left-
|
|
1759
|
+
[dir="ltr"] .x-border-radius--top-left-04 {
|
|
1760
|
+
border-top-left-radius: var(--x-size-base-04) !important;
|
|
1795
1761
|
}
|
|
1796
|
-
.x-border-
|
|
1797
|
-
border-
|
|
1762
|
+
[dir="rtl"] .x-border-radius--top-left-04 {
|
|
1763
|
+
border-top-right-radius: var(--x-size-base-04) !important;
|
|
1798
1764
|
}
|
|
1799
|
-
[dir="ltr"] .x-border-
|
|
1800
|
-
border-
|
|
1765
|
+
[dir="ltr"] .x-border-radius--top-right-04 {
|
|
1766
|
+
border-top-right-radius: var(--x-size-base-04) !important;
|
|
1801
1767
|
}
|
|
1802
|
-
[dir="rtl"] .x-border-
|
|
1803
|
-
border-
|
|
1768
|
+
[dir="rtl"] .x-border-radius--top-right-04 {
|
|
1769
|
+
border-top-left-radius: var(--x-size-base-04) !important;
|
|
1804
1770
|
}
|
|
1805
|
-
.x-border-
|
|
1806
|
-
border-
|
|
1771
|
+
[dir="ltr"] .x-border-radius--bottom-left-04 {
|
|
1772
|
+
border-bottom-left-radius: var(--x-size-base-04) !important;
|
|
1807
1773
|
}
|
|
1808
|
-
.x-border-radius--
|
|
1809
|
-
border-radius:
|
|
1774
|
+
[dir="rtl"] .x-border-radius--bottom-left-04 {
|
|
1775
|
+
border-bottom-right-radius: var(--x-size-base-04) !important;
|
|
1810
1776
|
}
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
border-radius: 99999px !important;
|
|
1777
|
+
[dir="ltr"] .x-border-radius--bottom-right-04 {
|
|
1778
|
+
border-bottom-right-radius: var(--x-size-base-04) !important;
|
|
1814
1779
|
}
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
border-radius: var(--x-size-base-01) !important;
|
|
1780
|
+
[dir="rtl"] .x-border-radius--bottom-right-04 {
|
|
1781
|
+
border-bottom-left-radius: var(--x-size-base-04) !important;
|
|
1818
1782
|
}
|
|
1819
|
-
|
|
1820
|
-
border-
|
|
1783
|
+
.x-border-radius--05 {
|
|
1784
|
+
border-radius: var(--x-size-base-05) !important;
|
|
1821
1785
|
}
|
|
1822
|
-
[dir="
|
|
1823
|
-
border-top-
|
|
1786
|
+
[dir="ltr"] .x-border-radius--top-05 {
|
|
1787
|
+
border-top-left-radius: var(--x-size-base-05) !important;
|
|
1824
1788
|
}
|
|
1825
|
-
[dir="
|
|
1826
|
-
border-top-right-radius: var(--x-size-base-
|
|
1789
|
+
[dir="rtl"] .x-border-radius--top-05 {
|
|
1790
|
+
border-top-right-radius: var(--x-size-base-05) !important;
|
|
1827
1791
|
}
|
|
1828
|
-
[dir="
|
|
1829
|
-
border-top-
|
|
1792
|
+
[dir="ltr"] .x-border-radius--top-05 {
|
|
1793
|
+
border-top-right-radius: var(--x-size-base-05) !important;
|
|
1830
1794
|
}
|
|
1831
|
-
[dir="
|
|
1832
|
-
border-
|
|
1795
|
+
[dir="rtl"] .x-border-radius--top-05 {
|
|
1796
|
+
border-top-left-radius: var(--x-size-base-05) !important;
|
|
1833
1797
|
}
|
|
1834
|
-
[dir="
|
|
1835
|
-
border-bottom-
|
|
1798
|
+
[dir="ltr"] .x-border-radius--bottom-05 {
|
|
1799
|
+
border-bottom-left-radius: var(--x-size-base-05) !important;
|
|
1836
1800
|
}
|
|
1837
|
-
[dir="
|
|
1838
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1801
|
+
[dir="rtl"] .x-border-radius--bottom-05 {
|
|
1802
|
+
border-bottom-right-radius: var(--x-size-base-05) !important;
|
|
1839
1803
|
}
|
|
1840
|
-
[dir="
|
|
1841
|
-
border-bottom-
|
|
1804
|
+
[dir="ltr"] .x-border-radius--bottom-05 {
|
|
1805
|
+
border-bottom-right-radius: var(--x-size-base-05) !important;
|
|
1842
1806
|
}
|
|
1843
|
-
[dir="
|
|
1844
|
-
border-
|
|
1807
|
+
[dir="rtl"] .x-border-radius--bottom-05 {
|
|
1808
|
+
border-bottom-left-radius: var(--x-size-base-05) !important;
|
|
1845
1809
|
}
|
|
1846
|
-
[dir="
|
|
1847
|
-
border-top-
|
|
1810
|
+
[dir="ltr"] .x-border-radius--right-05 {
|
|
1811
|
+
border-top-right-radius: var(--x-size-base-05) !important;
|
|
1848
1812
|
}
|
|
1849
|
-
[dir="
|
|
1850
|
-
border-
|
|
1813
|
+
[dir="rtl"] .x-border-radius--right-05 {
|
|
1814
|
+
border-top-left-radius: var(--x-size-base-05) !important;
|
|
1851
1815
|
}
|
|
1852
|
-
[dir="
|
|
1853
|
-
border-bottom-
|
|
1816
|
+
[dir="ltr"] .x-border-radius--right-05 {
|
|
1817
|
+
border-bottom-right-radius: var(--x-size-base-05) !important;
|
|
1854
1818
|
}
|
|
1855
|
-
[dir="
|
|
1856
|
-
border-
|
|
1819
|
+
[dir="rtl"] .x-border-radius--right-05 {
|
|
1820
|
+
border-bottom-left-radius: var(--x-size-base-05) !important;
|
|
1857
1821
|
}
|
|
1858
|
-
[dir="
|
|
1859
|
-
border-top-
|
|
1822
|
+
[dir="ltr"] .x-border-radius--left-05 {
|
|
1823
|
+
border-top-left-radius: var(--x-size-base-05) !important;
|
|
1860
1824
|
}
|
|
1861
|
-
[dir="
|
|
1862
|
-
border-
|
|
1825
|
+
[dir="rtl"] .x-border-radius--left-05 {
|
|
1826
|
+
border-top-right-radius: var(--x-size-base-05) !important;
|
|
1863
1827
|
}
|
|
1864
|
-
[dir="
|
|
1865
|
-
border-bottom-
|
|
1828
|
+
[dir="ltr"] .x-border-radius--left-05 {
|
|
1829
|
+
border-bottom-left-radius: var(--x-size-base-05) !important;
|
|
1866
1830
|
}
|
|
1867
|
-
[dir="
|
|
1868
|
-
border-
|
|
1831
|
+
[dir="rtl"] .x-border-radius--left-05 {
|
|
1832
|
+
border-bottom-right-radius: var(--x-size-base-05) !important;
|
|
1869
1833
|
}
|
|
1870
|
-
[dir="
|
|
1871
|
-
border-top-
|
|
1834
|
+
[dir="ltr"] .x-border-radius--top-left-05 {
|
|
1835
|
+
border-top-left-radius: var(--x-size-base-05) !important;
|
|
1872
1836
|
}
|
|
1873
|
-
[dir="
|
|
1874
|
-
border-top-right-radius: var(--x-size-base-
|
|
1837
|
+
[dir="rtl"] .x-border-radius--top-left-05 {
|
|
1838
|
+
border-top-right-radius: var(--x-size-base-05) !important;
|
|
1875
1839
|
}
|
|
1876
|
-
[dir="
|
|
1877
|
-
border-top-
|
|
1840
|
+
[dir="ltr"] .x-border-radius--top-right-05 {
|
|
1841
|
+
border-top-right-radius: var(--x-size-base-05) !important;
|
|
1878
1842
|
}
|
|
1879
|
-
[dir="
|
|
1880
|
-
border-
|
|
1843
|
+
[dir="rtl"] .x-border-radius--top-right-05 {
|
|
1844
|
+
border-top-left-radius: var(--x-size-base-05) !important;
|
|
1881
1845
|
}
|
|
1882
|
-
[dir="
|
|
1883
|
-
border-bottom-
|
|
1846
|
+
[dir="ltr"] .x-border-radius--bottom-left-05 {
|
|
1847
|
+
border-bottom-left-radius: var(--x-size-base-05) !important;
|
|
1884
1848
|
}
|
|
1885
|
-
[dir="
|
|
1886
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1849
|
+
[dir="rtl"] .x-border-radius--bottom-left-05 {
|
|
1850
|
+
border-bottom-right-radius: var(--x-size-base-05) !important;
|
|
1887
1851
|
}
|
|
1888
|
-
[dir="
|
|
1889
|
-
border-bottom-
|
|
1852
|
+
[dir="ltr"] .x-border-radius--bottom-right-05 {
|
|
1853
|
+
border-bottom-right-radius: var(--x-size-base-05) !important;
|
|
1890
1854
|
}
|
|
1891
|
-
.x-border-radius--
|
|
1892
|
-
border-radius: var(--x-size-base-
|
|
1855
|
+
[dir="rtl"] .x-border-radius--bottom-right-05 {
|
|
1856
|
+
border-bottom-left-radius: var(--x-size-base-05) !important;
|
|
1893
1857
|
}
|
|
1894
|
-
|
|
1895
|
-
border-
|
|
1858
|
+
.x-border-radius--06 {
|
|
1859
|
+
border-radius: var(--x-size-base-06) !important;
|
|
1896
1860
|
}
|
|
1897
|
-
[dir="
|
|
1898
|
-
border-top-
|
|
1861
|
+
[dir="ltr"] .x-border-radius--top-06 {
|
|
1862
|
+
border-top-left-radius: var(--x-size-base-06) !important;
|
|
1899
1863
|
}
|
|
1900
|
-
[dir="
|
|
1901
|
-
border-top-right-radius: var(--x-size-base-
|
|
1864
|
+
[dir="rtl"] .x-border-radius--top-06 {
|
|
1865
|
+
border-top-right-radius: var(--x-size-base-06) !important;
|
|
1902
1866
|
}
|
|
1903
|
-
[dir="
|
|
1904
|
-
border-top-
|
|
1867
|
+
[dir="ltr"] .x-border-radius--top-06 {
|
|
1868
|
+
border-top-right-radius: var(--x-size-base-06) !important;
|
|
1905
1869
|
}
|
|
1906
|
-
[dir="
|
|
1907
|
-
border-
|
|
1870
|
+
[dir="rtl"] .x-border-radius--top-06 {
|
|
1871
|
+
border-top-left-radius: var(--x-size-base-06) !important;
|
|
1908
1872
|
}
|
|
1909
|
-
[dir="
|
|
1910
|
-
border-bottom-
|
|
1873
|
+
[dir="ltr"] .x-border-radius--bottom-06 {
|
|
1874
|
+
border-bottom-left-radius: var(--x-size-base-06) !important;
|
|
1911
1875
|
}
|
|
1912
|
-
[dir="
|
|
1913
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1876
|
+
[dir="rtl"] .x-border-radius--bottom-06 {
|
|
1877
|
+
border-bottom-right-radius: var(--x-size-base-06) !important;
|
|
1914
1878
|
}
|
|
1915
|
-
[dir="
|
|
1916
|
-
border-bottom-
|
|
1879
|
+
[dir="ltr"] .x-border-radius--bottom-06 {
|
|
1880
|
+
border-bottom-right-radius: var(--x-size-base-06) !important;
|
|
1917
1881
|
}
|
|
1918
|
-
[dir="
|
|
1919
|
-
border-
|
|
1882
|
+
[dir="rtl"] .x-border-radius--bottom-06 {
|
|
1883
|
+
border-bottom-left-radius: var(--x-size-base-06) !important;
|
|
1920
1884
|
}
|
|
1921
|
-
[dir="
|
|
1922
|
-
border-top-
|
|
1885
|
+
[dir="ltr"] .x-border-radius--right-06 {
|
|
1886
|
+
border-top-right-radius: var(--x-size-base-06) !important;
|
|
1923
1887
|
}
|
|
1924
|
-
[dir="
|
|
1925
|
-
border-
|
|
1888
|
+
[dir="rtl"] .x-border-radius--right-06 {
|
|
1889
|
+
border-top-left-radius: var(--x-size-base-06) !important;
|
|
1926
1890
|
}
|
|
1927
|
-
[dir="
|
|
1928
|
-
border-bottom-
|
|
1891
|
+
[dir="ltr"] .x-border-radius--right-06 {
|
|
1892
|
+
border-bottom-right-radius: var(--x-size-base-06) !important;
|
|
1929
1893
|
}
|
|
1930
|
-
[dir="
|
|
1931
|
-
border-
|
|
1894
|
+
[dir="rtl"] .x-border-radius--right-06 {
|
|
1895
|
+
border-bottom-left-radius: var(--x-size-base-06) !important;
|
|
1932
1896
|
}
|
|
1933
|
-
[dir="
|
|
1934
|
-
border-top-
|
|
1897
|
+
[dir="ltr"] .x-border-radius--left-06 {
|
|
1898
|
+
border-top-left-radius: var(--x-size-base-06) !important;
|
|
1935
1899
|
}
|
|
1936
|
-
[dir="
|
|
1937
|
-
border-
|
|
1900
|
+
[dir="rtl"] .x-border-radius--left-06 {
|
|
1901
|
+
border-top-right-radius: var(--x-size-base-06) !important;
|
|
1938
1902
|
}
|
|
1939
|
-
[dir="
|
|
1940
|
-
border-bottom-
|
|
1903
|
+
[dir="ltr"] .x-border-radius--left-06 {
|
|
1904
|
+
border-bottom-left-radius: var(--x-size-base-06) !important;
|
|
1941
1905
|
}
|
|
1942
|
-
[dir="
|
|
1943
|
-
border-
|
|
1906
|
+
[dir="rtl"] .x-border-radius--left-06 {
|
|
1907
|
+
border-bottom-right-radius: var(--x-size-base-06) !important;
|
|
1944
1908
|
}
|
|
1945
|
-
[dir="
|
|
1946
|
-
border-top-
|
|
1909
|
+
[dir="ltr"] .x-border-radius--top-left-06 {
|
|
1910
|
+
border-top-left-radius: var(--x-size-base-06) !important;
|
|
1947
1911
|
}
|
|
1948
|
-
[dir="
|
|
1949
|
-
border-top-right-radius: var(--x-size-base-
|
|
1912
|
+
[dir="rtl"] .x-border-radius--top-left-06 {
|
|
1913
|
+
border-top-right-radius: var(--x-size-base-06) !important;
|
|
1950
1914
|
}
|
|
1951
|
-
[dir="
|
|
1952
|
-
border-top-
|
|
1915
|
+
[dir="ltr"] .x-border-radius--top-right-06 {
|
|
1916
|
+
border-top-right-radius: var(--x-size-base-06) !important;
|
|
1953
1917
|
}
|
|
1954
|
-
[dir="
|
|
1955
|
-
border-
|
|
1918
|
+
[dir="rtl"] .x-border-radius--top-right-06 {
|
|
1919
|
+
border-top-left-radius: var(--x-size-base-06) !important;
|
|
1956
1920
|
}
|
|
1957
|
-
[dir="
|
|
1958
|
-
border-bottom-
|
|
1921
|
+
[dir="ltr"] .x-border-radius--bottom-left-06 {
|
|
1922
|
+
border-bottom-left-radius: var(--x-size-base-06) !important;
|
|
1959
1923
|
}
|
|
1960
|
-
[dir="
|
|
1961
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1924
|
+
[dir="rtl"] .x-border-radius--bottom-left-06 {
|
|
1925
|
+
border-bottom-right-radius: var(--x-size-base-06) !important;
|
|
1962
1926
|
}
|
|
1963
|
-
[dir="
|
|
1964
|
-
border-bottom-
|
|
1927
|
+
[dir="ltr"] .x-border-radius--bottom-right-06 {
|
|
1928
|
+
border-bottom-right-radius: var(--x-size-base-06) !important;
|
|
1965
1929
|
}
|
|
1966
|
-
.x-border-radius--
|
|
1967
|
-
border-radius: var(--x-size-base-
|
|
1930
|
+
[dir="rtl"] .x-border-radius--bottom-right-06 {
|
|
1931
|
+
border-bottom-left-radius: var(--x-size-base-06) !important;
|
|
1968
1932
|
}
|
|
1969
|
-
|
|
1970
|
-
border-
|
|
1933
|
+
.x-border-radius--07 {
|
|
1934
|
+
border-radius: var(--x-size-base-07) !important;
|
|
1971
1935
|
}
|
|
1972
|
-
[dir="
|
|
1973
|
-
border-top-
|
|
1936
|
+
[dir="ltr"] .x-border-radius--top-07 {
|
|
1937
|
+
border-top-left-radius: var(--x-size-base-07) !important;
|
|
1974
1938
|
}
|
|
1975
|
-
[dir="
|
|
1976
|
-
border-top-right-radius: var(--x-size-base-
|
|
1939
|
+
[dir="rtl"] .x-border-radius--top-07 {
|
|
1940
|
+
border-top-right-radius: var(--x-size-base-07) !important;
|
|
1977
1941
|
}
|
|
1978
|
-
[dir="
|
|
1979
|
-
border-top-
|
|
1942
|
+
[dir="ltr"] .x-border-radius--top-07 {
|
|
1943
|
+
border-top-right-radius: var(--x-size-base-07) !important;
|
|
1980
1944
|
}
|
|
1981
|
-
[dir="
|
|
1982
|
-
border-
|
|
1945
|
+
[dir="rtl"] .x-border-radius--top-07 {
|
|
1946
|
+
border-top-left-radius: var(--x-size-base-07) !important;
|
|
1983
1947
|
}
|
|
1984
|
-
[dir="
|
|
1985
|
-
border-bottom-
|
|
1948
|
+
[dir="ltr"] .x-border-radius--bottom-07 {
|
|
1949
|
+
border-bottom-left-radius: var(--x-size-base-07) !important;
|
|
1986
1950
|
}
|
|
1987
|
-
[dir="
|
|
1988
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1951
|
+
[dir="rtl"] .x-border-radius--bottom-07 {
|
|
1952
|
+
border-bottom-right-radius: var(--x-size-base-07) !important;
|
|
1989
1953
|
}
|
|
1990
|
-
[dir="
|
|
1991
|
-
border-bottom-
|
|
1954
|
+
[dir="ltr"] .x-border-radius--bottom-07 {
|
|
1955
|
+
border-bottom-right-radius: var(--x-size-base-07) !important;
|
|
1992
1956
|
}
|
|
1993
|
-
[dir="
|
|
1994
|
-
border-
|
|
1957
|
+
[dir="rtl"] .x-border-radius--bottom-07 {
|
|
1958
|
+
border-bottom-left-radius: var(--x-size-base-07) !important;
|
|
1995
1959
|
}
|
|
1996
|
-
[dir="
|
|
1997
|
-
border-top-
|
|
1960
|
+
[dir="ltr"] .x-border-radius--right-07 {
|
|
1961
|
+
border-top-right-radius: var(--x-size-base-07) !important;
|
|
1998
1962
|
}
|
|
1999
|
-
[dir="
|
|
2000
|
-
border-
|
|
1963
|
+
[dir="rtl"] .x-border-radius--right-07 {
|
|
1964
|
+
border-top-left-radius: var(--x-size-base-07) !important;
|
|
2001
1965
|
}
|
|
2002
|
-
[dir="
|
|
2003
|
-
border-bottom-
|
|
1966
|
+
[dir="ltr"] .x-border-radius--right-07 {
|
|
1967
|
+
border-bottom-right-radius: var(--x-size-base-07) !important;
|
|
2004
1968
|
}
|
|
2005
|
-
[dir="
|
|
2006
|
-
border-
|
|
1969
|
+
[dir="rtl"] .x-border-radius--right-07 {
|
|
1970
|
+
border-bottom-left-radius: var(--x-size-base-07) !important;
|
|
2007
1971
|
}
|
|
2008
|
-
[dir="
|
|
2009
|
-
border-top-
|
|
1972
|
+
[dir="ltr"] .x-border-radius--left-07 {
|
|
1973
|
+
border-top-left-radius: var(--x-size-base-07) !important;
|
|
2010
1974
|
}
|
|
2011
|
-
[dir="
|
|
2012
|
-
border-
|
|
1975
|
+
[dir="rtl"] .x-border-radius--left-07 {
|
|
1976
|
+
border-top-right-radius: var(--x-size-base-07) !important;
|
|
2013
1977
|
}
|
|
2014
|
-
[dir="
|
|
2015
|
-
border-bottom-
|
|
1978
|
+
[dir="ltr"] .x-border-radius--left-07 {
|
|
1979
|
+
border-bottom-left-radius: var(--x-size-base-07) !important;
|
|
2016
1980
|
}
|
|
2017
|
-
[dir="
|
|
2018
|
-
border-
|
|
1981
|
+
[dir="rtl"] .x-border-radius--left-07 {
|
|
1982
|
+
border-bottom-right-radius: var(--x-size-base-07) !important;
|
|
2019
1983
|
}
|
|
2020
|
-
[dir="
|
|
2021
|
-
border-top-
|
|
1984
|
+
[dir="ltr"] .x-border-radius--top-left-07 {
|
|
1985
|
+
border-top-left-radius: var(--x-size-base-07) !important;
|
|
2022
1986
|
}
|
|
2023
|
-
[dir="
|
|
2024
|
-
border-top-right-radius: var(--x-size-base-
|
|
1987
|
+
[dir="rtl"] .x-border-radius--top-left-07 {
|
|
1988
|
+
border-top-right-radius: var(--x-size-base-07) !important;
|
|
2025
1989
|
}
|
|
2026
|
-
[dir="
|
|
2027
|
-
border-top-
|
|
1990
|
+
[dir="ltr"] .x-border-radius--top-right-07 {
|
|
1991
|
+
border-top-right-radius: var(--x-size-base-07) !important;
|
|
2028
1992
|
}
|
|
2029
|
-
[dir="
|
|
2030
|
-
border-
|
|
1993
|
+
[dir="rtl"] .x-border-radius--top-right-07 {
|
|
1994
|
+
border-top-left-radius: var(--x-size-base-07) !important;
|
|
2031
1995
|
}
|
|
2032
|
-
[dir="
|
|
2033
|
-
border-bottom-
|
|
1996
|
+
[dir="ltr"] .x-border-radius--bottom-left-07 {
|
|
1997
|
+
border-bottom-left-radius: var(--x-size-base-07) !important;
|
|
2034
1998
|
}
|
|
2035
|
-
[dir="
|
|
2036
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
1999
|
+
[dir="rtl"] .x-border-radius--bottom-left-07 {
|
|
2000
|
+
border-bottom-right-radius: var(--x-size-base-07) !important;
|
|
2037
2001
|
}
|
|
2038
|
-
[dir="
|
|
2039
|
-
border-bottom-
|
|
2002
|
+
[dir="ltr"] .x-border-radius--bottom-right-07 {
|
|
2003
|
+
border-bottom-right-radius: var(--x-size-base-07) !important;
|
|
2040
2004
|
}
|
|
2041
|
-
.x-border-radius--
|
|
2042
|
-
border-radius: var(--x-size-base-
|
|
2005
|
+
[dir="rtl"] .x-border-radius--bottom-right-07 {
|
|
2006
|
+
border-bottom-left-radius: var(--x-size-base-07) !important;
|
|
2043
2007
|
}
|
|
2044
|
-
|
|
2045
|
-
border-
|
|
2008
|
+
.x-border-radius--08 {
|
|
2009
|
+
border-radius: var(--x-size-base-08) !important;
|
|
2046
2010
|
}
|
|
2047
|
-
[dir="
|
|
2048
|
-
border-top-
|
|
2011
|
+
[dir="ltr"] .x-border-radius--top-08 {
|
|
2012
|
+
border-top-left-radius: var(--x-size-base-08) !important;
|
|
2049
2013
|
}
|
|
2050
|
-
[dir="
|
|
2051
|
-
border-top-right-radius: var(--x-size-base-
|
|
2014
|
+
[dir="rtl"] .x-border-radius--top-08 {
|
|
2015
|
+
border-top-right-radius: var(--x-size-base-08) !important;
|
|
2052
2016
|
}
|
|
2053
|
-
[dir="
|
|
2054
|
-
border-top-
|
|
2017
|
+
[dir="ltr"] .x-border-radius--top-08 {
|
|
2018
|
+
border-top-right-radius: var(--x-size-base-08) !important;
|
|
2055
2019
|
}
|
|
2056
|
-
[dir="
|
|
2057
|
-
border-
|
|
2020
|
+
[dir="rtl"] .x-border-radius--top-08 {
|
|
2021
|
+
border-top-left-radius: var(--x-size-base-08) !important;
|
|
2058
2022
|
}
|
|
2059
|
-
[dir="
|
|
2060
|
-
border-bottom-
|
|
2023
|
+
[dir="ltr"] .x-border-radius--bottom-08 {
|
|
2024
|
+
border-bottom-left-radius: var(--x-size-base-08) !important;
|
|
2061
2025
|
}
|
|
2062
|
-
[dir="
|
|
2063
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2026
|
+
[dir="rtl"] .x-border-radius--bottom-08 {
|
|
2027
|
+
border-bottom-right-radius: var(--x-size-base-08) !important;
|
|
2064
2028
|
}
|
|
2065
|
-
[dir="
|
|
2066
|
-
border-bottom-
|
|
2029
|
+
[dir="ltr"] .x-border-radius--bottom-08 {
|
|
2030
|
+
border-bottom-right-radius: var(--x-size-base-08) !important;
|
|
2067
2031
|
}
|
|
2068
|
-
[dir="
|
|
2069
|
-
border-
|
|
2032
|
+
[dir="rtl"] .x-border-radius--bottom-08 {
|
|
2033
|
+
border-bottom-left-radius: var(--x-size-base-08) !important;
|
|
2070
2034
|
}
|
|
2071
|
-
[dir="
|
|
2072
|
-
border-top-
|
|
2035
|
+
[dir="ltr"] .x-border-radius--right-08 {
|
|
2036
|
+
border-top-right-radius: var(--x-size-base-08) !important;
|
|
2073
2037
|
}
|
|
2074
|
-
[dir="
|
|
2075
|
-
border-
|
|
2038
|
+
[dir="rtl"] .x-border-radius--right-08 {
|
|
2039
|
+
border-top-left-radius: var(--x-size-base-08) !important;
|
|
2076
2040
|
}
|
|
2077
|
-
[dir="
|
|
2078
|
-
border-bottom-
|
|
2041
|
+
[dir="ltr"] .x-border-radius--right-08 {
|
|
2042
|
+
border-bottom-right-radius: var(--x-size-base-08) !important;
|
|
2079
2043
|
}
|
|
2080
|
-
[dir="
|
|
2081
|
-
border-
|
|
2044
|
+
[dir="rtl"] .x-border-radius--right-08 {
|
|
2045
|
+
border-bottom-left-radius: var(--x-size-base-08) !important;
|
|
2082
2046
|
}
|
|
2083
|
-
[dir="
|
|
2084
|
-
border-top-
|
|
2047
|
+
[dir="ltr"] .x-border-radius--left-08 {
|
|
2048
|
+
border-top-left-radius: var(--x-size-base-08) !important;
|
|
2085
2049
|
}
|
|
2086
|
-
[dir="
|
|
2087
|
-
border-
|
|
2050
|
+
[dir="rtl"] .x-border-radius--left-08 {
|
|
2051
|
+
border-top-right-radius: var(--x-size-base-08) !important;
|
|
2088
2052
|
}
|
|
2089
|
-
[dir="
|
|
2090
|
-
border-bottom-
|
|
2053
|
+
[dir="ltr"] .x-border-radius--left-08 {
|
|
2054
|
+
border-bottom-left-radius: var(--x-size-base-08) !important;
|
|
2091
2055
|
}
|
|
2092
|
-
[dir="
|
|
2093
|
-
border-
|
|
2056
|
+
[dir="rtl"] .x-border-radius--left-08 {
|
|
2057
|
+
border-bottom-right-radius: var(--x-size-base-08) !important;
|
|
2094
2058
|
}
|
|
2095
|
-
[dir="
|
|
2096
|
-
border-top-
|
|
2059
|
+
[dir="ltr"] .x-border-radius--top-left-08 {
|
|
2060
|
+
border-top-left-radius: var(--x-size-base-08) !important;
|
|
2097
2061
|
}
|
|
2098
|
-
[dir="
|
|
2099
|
-
border-top-right-radius: var(--x-size-base-
|
|
2062
|
+
[dir="rtl"] .x-border-radius--top-left-08 {
|
|
2063
|
+
border-top-right-radius: var(--x-size-base-08) !important;
|
|
2100
2064
|
}
|
|
2101
|
-
[dir="
|
|
2102
|
-
border-top-
|
|
2065
|
+
[dir="ltr"] .x-border-radius--top-right-08 {
|
|
2066
|
+
border-top-right-radius: var(--x-size-base-08) !important;
|
|
2103
2067
|
}
|
|
2104
|
-
[dir="
|
|
2105
|
-
border-
|
|
2068
|
+
[dir="rtl"] .x-border-radius--top-right-08 {
|
|
2069
|
+
border-top-left-radius: var(--x-size-base-08) !important;
|
|
2106
2070
|
}
|
|
2107
|
-
[dir="
|
|
2108
|
-
border-bottom-
|
|
2071
|
+
[dir="ltr"] .x-border-radius--bottom-left-08 {
|
|
2072
|
+
border-bottom-left-radius: var(--x-size-base-08) !important;
|
|
2109
2073
|
}
|
|
2110
|
-
[dir="
|
|
2111
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2074
|
+
[dir="rtl"] .x-border-radius--bottom-left-08 {
|
|
2075
|
+
border-bottom-right-radius: var(--x-size-base-08) !important;
|
|
2112
2076
|
}
|
|
2113
|
-
[dir="
|
|
2114
|
-
border-bottom-
|
|
2077
|
+
[dir="ltr"] .x-border-radius--bottom-right-08 {
|
|
2078
|
+
border-bottom-right-radius: var(--x-size-base-08) !important;
|
|
2115
2079
|
}
|
|
2116
|
-
.x-border-radius--
|
|
2117
|
-
border-radius: var(--x-size-base-
|
|
2080
|
+
[dir="rtl"] .x-border-radius--bottom-right-08 {
|
|
2081
|
+
border-bottom-left-radius: var(--x-size-base-08) !important;
|
|
2118
2082
|
}
|
|
2119
|
-
|
|
2120
|
-
border-
|
|
2083
|
+
.x-border-radius--09 {
|
|
2084
|
+
border-radius: var(--x-size-base-09) !important;
|
|
2121
2085
|
}
|
|
2122
|
-
[dir="
|
|
2123
|
-
border-top-
|
|
2086
|
+
[dir="ltr"] .x-border-radius--top-09 {
|
|
2087
|
+
border-top-left-radius: var(--x-size-base-09) !important;
|
|
2124
2088
|
}
|
|
2125
|
-
[dir="
|
|
2126
|
-
border-top-right-radius: var(--x-size-base-
|
|
2089
|
+
[dir="rtl"] .x-border-radius--top-09 {
|
|
2090
|
+
border-top-right-radius: var(--x-size-base-09) !important;
|
|
2127
2091
|
}
|
|
2128
|
-
[dir="
|
|
2129
|
-
border-top-
|
|
2092
|
+
[dir="ltr"] .x-border-radius--top-09 {
|
|
2093
|
+
border-top-right-radius: var(--x-size-base-09) !important;
|
|
2130
2094
|
}
|
|
2131
|
-
[dir="
|
|
2132
|
-
border-
|
|
2095
|
+
[dir="rtl"] .x-border-radius--top-09 {
|
|
2096
|
+
border-top-left-radius: var(--x-size-base-09) !important;
|
|
2133
2097
|
}
|
|
2134
|
-
[dir="
|
|
2135
|
-
border-bottom-
|
|
2098
|
+
[dir="ltr"] .x-border-radius--bottom-09 {
|
|
2099
|
+
border-bottom-left-radius: var(--x-size-base-09) !important;
|
|
2136
2100
|
}
|
|
2137
|
-
[dir="
|
|
2138
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2101
|
+
[dir="rtl"] .x-border-radius--bottom-09 {
|
|
2102
|
+
border-bottom-right-radius: var(--x-size-base-09) !important;
|
|
2139
2103
|
}
|
|
2140
|
-
[dir="
|
|
2141
|
-
border-bottom-
|
|
2104
|
+
[dir="ltr"] .x-border-radius--bottom-09 {
|
|
2105
|
+
border-bottom-right-radius: var(--x-size-base-09) !important;
|
|
2142
2106
|
}
|
|
2143
|
-
[dir="
|
|
2144
|
-
border-
|
|
2107
|
+
[dir="rtl"] .x-border-radius--bottom-09 {
|
|
2108
|
+
border-bottom-left-radius: var(--x-size-base-09) !important;
|
|
2145
2109
|
}
|
|
2146
|
-
[dir="
|
|
2147
|
-
border-top-
|
|
2110
|
+
[dir="ltr"] .x-border-radius--right-09 {
|
|
2111
|
+
border-top-right-radius: var(--x-size-base-09) !important;
|
|
2148
2112
|
}
|
|
2149
|
-
[dir="
|
|
2150
|
-
border-
|
|
2113
|
+
[dir="rtl"] .x-border-radius--right-09 {
|
|
2114
|
+
border-top-left-radius: var(--x-size-base-09) !important;
|
|
2151
2115
|
}
|
|
2152
|
-
[dir="
|
|
2153
|
-
border-bottom-
|
|
2116
|
+
[dir="ltr"] .x-border-radius--right-09 {
|
|
2117
|
+
border-bottom-right-radius: var(--x-size-base-09) !important;
|
|
2154
2118
|
}
|
|
2155
|
-
[dir="
|
|
2156
|
-
border-
|
|
2119
|
+
[dir="rtl"] .x-border-radius--right-09 {
|
|
2120
|
+
border-bottom-left-radius: var(--x-size-base-09) !important;
|
|
2157
2121
|
}
|
|
2158
|
-
[dir="
|
|
2159
|
-
border-top-
|
|
2122
|
+
[dir="ltr"] .x-border-radius--left-09 {
|
|
2123
|
+
border-top-left-radius: var(--x-size-base-09) !important;
|
|
2160
2124
|
}
|
|
2161
|
-
[dir="
|
|
2162
|
-
border-
|
|
2125
|
+
[dir="rtl"] .x-border-radius--left-09 {
|
|
2126
|
+
border-top-right-radius: var(--x-size-base-09) !important;
|
|
2163
2127
|
}
|
|
2164
|
-
[dir="
|
|
2165
|
-
border-bottom-
|
|
2128
|
+
[dir="ltr"] .x-border-radius--left-09 {
|
|
2129
|
+
border-bottom-left-radius: var(--x-size-base-09) !important;
|
|
2166
2130
|
}
|
|
2167
|
-
[dir="
|
|
2168
|
-
border-
|
|
2131
|
+
[dir="rtl"] .x-border-radius--left-09 {
|
|
2132
|
+
border-bottom-right-radius: var(--x-size-base-09) !important;
|
|
2169
2133
|
}
|
|
2170
|
-
[dir="
|
|
2171
|
-
border-top-
|
|
2134
|
+
[dir="ltr"] .x-border-radius--top-left-09 {
|
|
2135
|
+
border-top-left-radius: var(--x-size-base-09) !important;
|
|
2172
2136
|
}
|
|
2173
|
-
[dir="
|
|
2174
|
-
border-top-right-radius: var(--x-size-base-
|
|
2137
|
+
[dir="rtl"] .x-border-radius--top-left-09 {
|
|
2138
|
+
border-top-right-radius: var(--x-size-base-09) !important;
|
|
2175
2139
|
}
|
|
2176
|
-
[dir="
|
|
2177
|
-
border-top-
|
|
2140
|
+
[dir="ltr"] .x-border-radius--top-right-09 {
|
|
2141
|
+
border-top-right-radius: var(--x-size-base-09) !important;
|
|
2178
2142
|
}
|
|
2179
|
-
[dir="
|
|
2180
|
-
border-
|
|
2143
|
+
[dir="rtl"] .x-border-radius--top-right-09 {
|
|
2144
|
+
border-top-left-radius: var(--x-size-base-09) !important;
|
|
2181
2145
|
}
|
|
2182
|
-
[dir="
|
|
2183
|
-
border-bottom-
|
|
2146
|
+
[dir="ltr"] .x-border-radius--bottom-left-09 {
|
|
2147
|
+
border-bottom-left-radius: var(--x-size-base-09) !important;
|
|
2184
2148
|
}
|
|
2185
|
-
[dir="
|
|
2186
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2149
|
+
[dir="rtl"] .x-border-radius--bottom-left-09 {
|
|
2150
|
+
border-bottom-right-radius: var(--x-size-base-09) !important;
|
|
2187
2151
|
}
|
|
2188
|
-
[dir="
|
|
2189
|
-
border-bottom-
|
|
2152
|
+
[dir="ltr"] .x-border-radius--bottom-right-09 {
|
|
2153
|
+
border-bottom-right-radius: var(--x-size-base-09) !important;
|
|
2190
2154
|
}
|
|
2191
|
-
.x-border-radius--
|
|
2192
|
-
border-radius: var(--x-size-base-
|
|
2155
|
+
[dir="rtl"] .x-border-radius--bottom-right-09 {
|
|
2156
|
+
border-bottom-left-radius: var(--x-size-base-09) !important;
|
|
2193
2157
|
}
|
|
2194
|
-
|
|
2195
|
-
border-
|
|
2158
|
+
.x-border-radius--10 {
|
|
2159
|
+
border-radius: var(--x-size-base-10) !important;
|
|
2196
2160
|
}
|
|
2197
|
-
[dir="
|
|
2198
|
-
border-top-
|
|
2161
|
+
[dir="ltr"] .x-border-radius--top-10 {
|
|
2162
|
+
border-top-left-radius: var(--x-size-base-10) !important;
|
|
2199
2163
|
}
|
|
2200
|
-
[dir="
|
|
2201
|
-
border-top-right-radius: var(--x-size-base-
|
|
2164
|
+
[dir="rtl"] .x-border-radius--top-10 {
|
|
2165
|
+
border-top-right-radius: var(--x-size-base-10) !important;
|
|
2202
2166
|
}
|
|
2203
|
-
[dir="
|
|
2204
|
-
border-top-
|
|
2167
|
+
[dir="ltr"] .x-border-radius--top-10 {
|
|
2168
|
+
border-top-right-radius: var(--x-size-base-10) !important;
|
|
2205
2169
|
}
|
|
2206
|
-
[dir="
|
|
2207
|
-
border-
|
|
2170
|
+
[dir="rtl"] .x-border-radius--top-10 {
|
|
2171
|
+
border-top-left-radius: var(--x-size-base-10) !important;
|
|
2208
2172
|
}
|
|
2209
|
-
[dir="
|
|
2210
|
-
border-bottom-
|
|
2173
|
+
[dir="ltr"] .x-border-radius--bottom-10 {
|
|
2174
|
+
border-bottom-left-radius: var(--x-size-base-10) !important;
|
|
2211
2175
|
}
|
|
2212
|
-
[dir="
|
|
2213
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2176
|
+
[dir="rtl"] .x-border-radius--bottom-10 {
|
|
2177
|
+
border-bottom-right-radius: var(--x-size-base-10) !important;
|
|
2214
2178
|
}
|
|
2215
|
-
[dir="
|
|
2216
|
-
border-bottom-
|
|
2179
|
+
[dir="ltr"] .x-border-radius--bottom-10 {
|
|
2180
|
+
border-bottom-right-radius: var(--x-size-base-10) !important;
|
|
2217
2181
|
}
|
|
2218
|
-
[dir="
|
|
2219
|
-
border-
|
|
2182
|
+
[dir="rtl"] .x-border-radius--bottom-10 {
|
|
2183
|
+
border-bottom-left-radius: var(--x-size-base-10) !important;
|
|
2220
2184
|
}
|
|
2221
|
-
[dir="
|
|
2222
|
-
border-top-
|
|
2185
|
+
[dir="ltr"] .x-border-radius--right-10 {
|
|
2186
|
+
border-top-right-radius: var(--x-size-base-10) !important;
|
|
2223
2187
|
}
|
|
2224
|
-
[dir="
|
|
2225
|
-
border-
|
|
2188
|
+
[dir="rtl"] .x-border-radius--right-10 {
|
|
2189
|
+
border-top-left-radius: var(--x-size-base-10) !important;
|
|
2226
2190
|
}
|
|
2227
|
-
[dir="
|
|
2228
|
-
border-bottom-
|
|
2191
|
+
[dir="ltr"] .x-border-radius--right-10 {
|
|
2192
|
+
border-bottom-right-radius: var(--x-size-base-10) !important;
|
|
2229
2193
|
}
|
|
2230
|
-
[dir="
|
|
2231
|
-
border-
|
|
2194
|
+
[dir="rtl"] .x-border-radius--right-10 {
|
|
2195
|
+
border-bottom-left-radius: var(--x-size-base-10) !important;
|
|
2232
2196
|
}
|
|
2233
|
-
[dir="
|
|
2234
|
-
border-top-
|
|
2197
|
+
[dir="ltr"] .x-border-radius--left-10 {
|
|
2198
|
+
border-top-left-radius: var(--x-size-base-10) !important;
|
|
2235
2199
|
}
|
|
2236
|
-
[dir="
|
|
2237
|
-
border-
|
|
2200
|
+
[dir="rtl"] .x-border-radius--left-10 {
|
|
2201
|
+
border-top-right-radius: var(--x-size-base-10) !important;
|
|
2238
2202
|
}
|
|
2239
|
-
[dir="
|
|
2240
|
-
border-bottom-
|
|
2203
|
+
[dir="ltr"] .x-border-radius--left-10 {
|
|
2204
|
+
border-bottom-left-radius: var(--x-size-base-10) !important;
|
|
2241
2205
|
}
|
|
2242
|
-
[dir="
|
|
2243
|
-
border-
|
|
2206
|
+
[dir="rtl"] .x-border-radius--left-10 {
|
|
2207
|
+
border-bottom-right-radius: var(--x-size-base-10) !important;
|
|
2244
2208
|
}
|
|
2245
|
-
[dir="
|
|
2246
|
-
border-top-
|
|
2209
|
+
[dir="ltr"] .x-border-radius--top-left-10 {
|
|
2210
|
+
border-top-left-radius: var(--x-size-base-10) !important;
|
|
2247
2211
|
}
|
|
2248
|
-
[dir="
|
|
2249
|
-
border-top-right-radius: var(--x-size-base-
|
|
2212
|
+
[dir="rtl"] .x-border-radius--top-left-10 {
|
|
2213
|
+
border-top-right-radius: var(--x-size-base-10) !important;
|
|
2250
2214
|
}
|
|
2251
|
-
[dir="
|
|
2252
|
-
border-top-
|
|
2215
|
+
[dir="ltr"] .x-border-radius--top-right-10 {
|
|
2216
|
+
border-top-right-radius: var(--x-size-base-10) !important;
|
|
2253
2217
|
}
|
|
2254
|
-
[dir="
|
|
2255
|
-
border-
|
|
2218
|
+
[dir="rtl"] .x-border-radius--top-right-10 {
|
|
2219
|
+
border-top-left-radius: var(--x-size-base-10) !important;
|
|
2256
2220
|
}
|
|
2257
|
-
[dir="
|
|
2258
|
-
border-bottom-
|
|
2221
|
+
[dir="ltr"] .x-border-radius--bottom-left-10 {
|
|
2222
|
+
border-bottom-left-radius: var(--x-size-base-10) !important;
|
|
2259
2223
|
}
|
|
2260
|
-
[dir="
|
|
2261
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2224
|
+
[dir="rtl"] .x-border-radius--bottom-left-10 {
|
|
2225
|
+
border-bottom-right-radius: var(--x-size-base-10) !important;
|
|
2262
2226
|
}
|
|
2263
|
-
[dir="
|
|
2264
|
-
border-bottom-
|
|
2227
|
+
[dir="ltr"] .x-border-radius--bottom-right-10 {
|
|
2228
|
+
border-bottom-right-radius: var(--x-size-base-10) !important;
|
|
2265
2229
|
}
|
|
2266
|
-
.x-border-radius--
|
|
2267
|
-
border-radius: var(--x-size-base-
|
|
2230
|
+
[dir="rtl"] .x-border-radius--bottom-right-10 {
|
|
2231
|
+
border-bottom-left-radius: var(--x-size-base-10) !important;
|
|
2268
2232
|
}
|
|
2269
|
-
|
|
2270
|
-
border-
|
|
2233
|
+
.x-border-radius--11 {
|
|
2234
|
+
border-radius: var(--x-size-base-11) !important;
|
|
2271
2235
|
}
|
|
2272
|
-
[dir="
|
|
2273
|
-
border-top-
|
|
2236
|
+
[dir="ltr"] .x-border-radius--top-11 {
|
|
2237
|
+
border-top-left-radius: var(--x-size-base-11) !important;
|
|
2274
2238
|
}
|
|
2275
|
-
[dir="
|
|
2276
|
-
border-top-right-radius: var(--x-size-base-
|
|
2239
|
+
[dir="rtl"] .x-border-radius--top-11 {
|
|
2240
|
+
border-top-right-radius: var(--x-size-base-11) !important;
|
|
2277
2241
|
}
|
|
2278
|
-
[dir="
|
|
2279
|
-
border-top-
|
|
2242
|
+
[dir="ltr"] .x-border-radius--top-11 {
|
|
2243
|
+
border-top-right-radius: var(--x-size-base-11) !important;
|
|
2280
2244
|
}
|
|
2281
|
-
[dir="
|
|
2282
|
-
border-
|
|
2245
|
+
[dir="rtl"] .x-border-radius--top-11 {
|
|
2246
|
+
border-top-left-radius: var(--x-size-base-11) !important;
|
|
2283
2247
|
}
|
|
2284
|
-
[dir="
|
|
2285
|
-
border-bottom-
|
|
2248
|
+
[dir="ltr"] .x-border-radius--bottom-11 {
|
|
2249
|
+
border-bottom-left-radius: var(--x-size-base-11) !important;
|
|
2286
2250
|
}
|
|
2287
|
-
[dir="
|
|
2288
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2251
|
+
[dir="rtl"] .x-border-radius--bottom-11 {
|
|
2252
|
+
border-bottom-right-radius: var(--x-size-base-11) !important;
|
|
2289
2253
|
}
|
|
2290
|
-
[dir="
|
|
2291
|
-
border-bottom-
|
|
2254
|
+
[dir="ltr"] .x-border-radius--bottom-11 {
|
|
2255
|
+
border-bottom-right-radius: var(--x-size-base-11) !important;
|
|
2292
2256
|
}
|
|
2293
|
-
[dir="
|
|
2294
|
-
border-
|
|
2257
|
+
[dir="rtl"] .x-border-radius--bottom-11 {
|
|
2258
|
+
border-bottom-left-radius: var(--x-size-base-11) !important;
|
|
2295
2259
|
}
|
|
2296
|
-
[dir="
|
|
2297
|
-
border-top-
|
|
2260
|
+
[dir="ltr"] .x-border-radius--right-11 {
|
|
2261
|
+
border-top-right-radius: var(--x-size-base-11) !important;
|
|
2298
2262
|
}
|
|
2299
|
-
[dir="
|
|
2300
|
-
border-
|
|
2263
|
+
[dir="rtl"] .x-border-radius--right-11 {
|
|
2264
|
+
border-top-left-radius: var(--x-size-base-11) !important;
|
|
2301
2265
|
}
|
|
2302
|
-
[dir="
|
|
2303
|
-
border-bottom-
|
|
2266
|
+
[dir="ltr"] .x-border-radius--right-11 {
|
|
2267
|
+
border-bottom-right-radius: var(--x-size-base-11) !important;
|
|
2304
2268
|
}
|
|
2305
|
-
[dir="
|
|
2306
|
-
border-
|
|
2269
|
+
[dir="rtl"] .x-border-radius--right-11 {
|
|
2270
|
+
border-bottom-left-radius: var(--x-size-base-11) !important;
|
|
2307
2271
|
}
|
|
2308
|
-
[dir="
|
|
2309
|
-
border-top-
|
|
2272
|
+
[dir="ltr"] .x-border-radius--left-11 {
|
|
2273
|
+
border-top-left-radius: var(--x-size-base-11) !important;
|
|
2310
2274
|
}
|
|
2311
|
-
[dir="
|
|
2312
|
-
border-
|
|
2275
|
+
[dir="rtl"] .x-border-radius--left-11 {
|
|
2276
|
+
border-top-right-radius: var(--x-size-base-11) !important;
|
|
2313
2277
|
}
|
|
2314
|
-
[dir="
|
|
2315
|
-
border-bottom-
|
|
2278
|
+
[dir="ltr"] .x-border-radius--left-11 {
|
|
2279
|
+
border-bottom-left-radius: var(--x-size-base-11) !important;
|
|
2316
2280
|
}
|
|
2317
|
-
[dir="
|
|
2318
|
-
border-
|
|
2281
|
+
[dir="rtl"] .x-border-radius--left-11 {
|
|
2282
|
+
border-bottom-right-radius: var(--x-size-base-11) !important;
|
|
2319
2283
|
}
|
|
2320
|
-
[dir="
|
|
2321
|
-
border-top-
|
|
2284
|
+
[dir="ltr"] .x-border-radius--top-left-11 {
|
|
2285
|
+
border-top-left-radius: var(--x-size-base-11) !important;
|
|
2322
2286
|
}
|
|
2323
|
-
[dir="
|
|
2324
|
-
border-top-right-radius: var(--x-size-base-
|
|
2287
|
+
[dir="rtl"] .x-border-radius--top-left-11 {
|
|
2288
|
+
border-top-right-radius: var(--x-size-base-11) !important;
|
|
2325
2289
|
}
|
|
2326
|
-
[dir="
|
|
2327
|
-
border-top-
|
|
2290
|
+
[dir="ltr"] .x-border-radius--top-right-11 {
|
|
2291
|
+
border-top-right-radius: var(--x-size-base-11) !important;
|
|
2328
2292
|
}
|
|
2329
|
-
[dir="
|
|
2330
|
-
border-
|
|
2293
|
+
[dir="rtl"] .x-border-radius--top-right-11 {
|
|
2294
|
+
border-top-left-radius: var(--x-size-base-11) !important;
|
|
2331
2295
|
}
|
|
2332
|
-
[dir="
|
|
2333
|
-
border-bottom-
|
|
2296
|
+
[dir="ltr"] .x-border-radius--bottom-left-11 {
|
|
2297
|
+
border-bottom-left-radius: var(--x-size-base-11) !important;
|
|
2334
2298
|
}
|
|
2335
|
-
[dir="
|
|
2336
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2299
|
+
[dir="rtl"] .x-border-radius--bottom-left-11 {
|
|
2300
|
+
border-bottom-right-radius: var(--x-size-base-11) !important;
|
|
2337
2301
|
}
|
|
2338
|
-
[dir="
|
|
2339
|
-
border-bottom-
|
|
2302
|
+
[dir="ltr"] .x-border-radius--bottom-right-11 {
|
|
2303
|
+
border-bottom-right-radius: var(--x-size-base-11) !important;
|
|
2340
2304
|
}
|
|
2341
|
-
.x-border-radius--
|
|
2342
|
-
border-radius: var(--x-size-base-
|
|
2305
|
+
[dir="rtl"] .x-border-radius--bottom-right-11 {
|
|
2306
|
+
border-bottom-left-radius: var(--x-size-base-11) !important;
|
|
2343
2307
|
}
|
|
2344
|
-
|
|
2345
|
-
border-
|
|
2308
|
+
.x-border-radius--12 {
|
|
2309
|
+
border-radius: var(--x-size-base-12) !important;
|
|
2346
2310
|
}
|
|
2347
|
-
[dir="
|
|
2348
|
-
border-top-
|
|
2311
|
+
[dir="ltr"] .x-border-radius--top-12 {
|
|
2312
|
+
border-top-left-radius: var(--x-size-base-12) !important;
|
|
2349
2313
|
}
|
|
2350
|
-
[dir="
|
|
2351
|
-
border-top-right-radius: var(--x-size-base-
|
|
2314
|
+
[dir="rtl"] .x-border-radius--top-12 {
|
|
2315
|
+
border-top-right-radius: var(--x-size-base-12) !important;
|
|
2352
2316
|
}
|
|
2353
|
-
[dir="
|
|
2354
|
-
border-top-
|
|
2317
|
+
[dir="ltr"] .x-border-radius--top-12 {
|
|
2318
|
+
border-top-right-radius: var(--x-size-base-12) !important;
|
|
2355
2319
|
}
|
|
2356
|
-
[dir="
|
|
2357
|
-
border-
|
|
2320
|
+
[dir="rtl"] .x-border-radius--top-12 {
|
|
2321
|
+
border-top-left-radius: var(--x-size-base-12) !important;
|
|
2358
2322
|
}
|
|
2359
|
-
[dir="
|
|
2360
|
-
border-bottom-
|
|
2323
|
+
[dir="ltr"] .x-border-radius--bottom-12 {
|
|
2324
|
+
border-bottom-left-radius: var(--x-size-base-12) !important;
|
|
2361
2325
|
}
|
|
2362
|
-
[dir="
|
|
2363
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2326
|
+
[dir="rtl"] .x-border-radius--bottom-12 {
|
|
2327
|
+
border-bottom-right-radius: var(--x-size-base-12) !important;
|
|
2364
2328
|
}
|
|
2365
|
-
[dir="
|
|
2366
|
-
border-bottom-
|
|
2329
|
+
[dir="ltr"] .x-border-radius--bottom-12 {
|
|
2330
|
+
border-bottom-right-radius: var(--x-size-base-12) !important;
|
|
2367
2331
|
}
|
|
2368
|
-
[dir="
|
|
2369
|
-
border-
|
|
2332
|
+
[dir="rtl"] .x-border-radius--bottom-12 {
|
|
2333
|
+
border-bottom-left-radius: var(--x-size-base-12) !important;
|
|
2370
2334
|
}
|
|
2371
|
-
[dir="
|
|
2372
|
-
border-top-
|
|
2335
|
+
[dir="ltr"] .x-border-radius--right-12 {
|
|
2336
|
+
border-top-right-radius: var(--x-size-base-12) !important;
|
|
2373
2337
|
}
|
|
2374
|
-
[dir="
|
|
2375
|
-
border-
|
|
2338
|
+
[dir="rtl"] .x-border-radius--right-12 {
|
|
2339
|
+
border-top-left-radius: var(--x-size-base-12) !important;
|
|
2376
2340
|
}
|
|
2377
|
-
[dir="
|
|
2378
|
-
border-bottom-
|
|
2341
|
+
[dir="ltr"] .x-border-radius--right-12 {
|
|
2342
|
+
border-bottom-right-radius: var(--x-size-base-12) !important;
|
|
2379
2343
|
}
|
|
2380
|
-
[dir="
|
|
2381
|
-
border-
|
|
2344
|
+
[dir="rtl"] .x-border-radius--right-12 {
|
|
2345
|
+
border-bottom-left-radius: var(--x-size-base-12) !important;
|
|
2382
2346
|
}
|
|
2383
|
-
[dir="
|
|
2384
|
-
border-top-
|
|
2347
|
+
[dir="ltr"] .x-border-radius--left-12 {
|
|
2348
|
+
border-top-left-radius: var(--x-size-base-12) !important;
|
|
2385
2349
|
}
|
|
2386
|
-
[dir="
|
|
2387
|
-
border-
|
|
2350
|
+
[dir="rtl"] .x-border-radius--left-12 {
|
|
2351
|
+
border-top-right-radius: var(--x-size-base-12) !important;
|
|
2388
2352
|
}
|
|
2389
|
-
[dir="
|
|
2390
|
-
border-bottom-
|
|
2353
|
+
[dir="ltr"] .x-border-radius--left-12 {
|
|
2354
|
+
border-bottom-left-radius: var(--x-size-base-12) !important;
|
|
2391
2355
|
}
|
|
2392
|
-
[dir="
|
|
2393
|
-
border-
|
|
2356
|
+
[dir="rtl"] .x-border-radius--left-12 {
|
|
2357
|
+
border-bottom-right-radius: var(--x-size-base-12) !important;
|
|
2394
2358
|
}
|
|
2395
|
-
[dir="
|
|
2396
|
-
border-top-
|
|
2359
|
+
[dir="ltr"] .x-border-radius--top-left-12 {
|
|
2360
|
+
border-top-left-radius: var(--x-size-base-12) !important;
|
|
2397
2361
|
}
|
|
2398
|
-
[dir="
|
|
2399
|
-
border-top-right-radius: var(--x-size-base-
|
|
2362
|
+
[dir="rtl"] .x-border-radius--top-left-12 {
|
|
2363
|
+
border-top-right-radius: var(--x-size-base-12) !important;
|
|
2400
2364
|
}
|
|
2401
|
-
[dir="
|
|
2402
|
-
border-top-
|
|
2365
|
+
[dir="ltr"] .x-border-radius--top-right-12 {
|
|
2366
|
+
border-top-right-radius: var(--x-size-base-12) !important;
|
|
2403
2367
|
}
|
|
2404
|
-
[dir="
|
|
2405
|
-
border-
|
|
2368
|
+
[dir="rtl"] .x-border-radius--top-right-12 {
|
|
2369
|
+
border-top-left-radius: var(--x-size-base-12) !important;
|
|
2406
2370
|
}
|
|
2407
|
-
[dir="
|
|
2408
|
-
border-bottom-
|
|
2371
|
+
[dir="ltr"] .x-border-radius--bottom-left-12 {
|
|
2372
|
+
border-bottom-left-radius: var(--x-size-base-12) !important;
|
|
2409
2373
|
}
|
|
2410
|
-
[dir="
|
|
2411
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2374
|
+
[dir="rtl"] .x-border-radius--bottom-left-12 {
|
|
2375
|
+
border-bottom-right-radius: var(--x-size-base-12) !important;
|
|
2412
2376
|
}
|
|
2413
|
-
[dir="
|
|
2414
|
-
border-bottom-
|
|
2377
|
+
[dir="ltr"] .x-border-radius--bottom-right-12 {
|
|
2378
|
+
border-bottom-right-radius: var(--x-size-base-12) !important;
|
|
2415
2379
|
}
|
|
2416
|
-
.x-border-radius--
|
|
2417
|
-
border-radius: var(--x-size-base-
|
|
2380
|
+
[dir="rtl"] .x-border-radius--bottom-right-12 {
|
|
2381
|
+
border-bottom-left-radius: var(--x-size-base-12) !important;
|
|
2418
2382
|
}
|
|
2419
|
-
|
|
2420
|
-
border-
|
|
2383
|
+
.x-border-radius--13 {
|
|
2384
|
+
border-radius: var(--x-size-base-13) !important;
|
|
2421
2385
|
}
|
|
2422
|
-
[dir="
|
|
2423
|
-
border-top-
|
|
2386
|
+
[dir="ltr"] .x-border-radius--top-13 {
|
|
2387
|
+
border-top-left-radius: var(--x-size-base-13) !important;
|
|
2424
2388
|
}
|
|
2425
|
-
[dir="
|
|
2426
|
-
border-top-right-radius: var(--x-size-base-
|
|
2389
|
+
[dir="rtl"] .x-border-radius--top-13 {
|
|
2390
|
+
border-top-right-radius: var(--x-size-base-13) !important;
|
|
2427
2391
|
}
|
|
2428
|
-
[dir="
|
|
2429
|
-
border-top-
|
|
2392
|
+
[dir="ltr"] .x-border-radius--top-13 {
|
|
2393
|
+
border-top-right-radius: var(--x-size-base-13) !important;
|
|
2430
2394
|
}
|
|
2431
|
-
[dir="
|
|
2432
|
-
border-
|
|
2395
|
+
[dir="rtl"] .x-border-radius--top-13 {
|
|
2396
|
+
border-top-left-radius: var(--x-size-base-13) !important;
|
|
2433
2397
|
}
|
|
2434
|
-
[dir="
|
|
2435
|
-
border-bottom-
|
|
2398
|
+
[dir="ltr"] .x-border-radius--bottom-13 {
|
|
2399
|
+
border-bottom-left-radius: var(--x-size-base-13) !important;
|
|
2436
2400
|
}
|
|
2437
|
-
[dir="
|
|
2438
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2401
|
+
[dir="rtl"] .x-border-radius--bottom-13 {
|
|
2402
|
+
border-bottom-right-radius: var(--x-size-base-13) !important;
|
|
2439
2403
|
}
|
|
2440
|
-
[dir="
|
|
2441
|
-
border-bottom-
|
|
2404
|
+
[dir="ltr"] .x-border-radius--bottom-13 {
|
|
2405
|
+
border-bottom-right-radius: var(--x-size-base-13) !important;
|
|
2442
2406
|
}
|
|
2443
|
-
[dir="
|
|
2444
|
-
border-
|
|
2407
|
+
[dir="rtl"] .x-border-radius--bottom-13 {
|
|
2408
|
+
border-bottom-left-radius: var(--x-size-base-13) !important;
|
|
2445
2409
|
}
|
|
2446
|
-
[dir="
|
|
2447
|
-
border-top-
|
|
2410
|
+
[dir="ltr"] .x-border-radius--right-13 {
|
|
2411
|
+
border-top-right-radius: var(--x-size-base-13) !important;
|
|
2448
2412
|
}
|
|
2449
|
-
[dir="
|
|
2450
|
-
border-
|
|
2413
|
+
[dir="rtl"] .x-border-radius--right-13 {
|
|
2414
|
+
border-top-left-radius: var(--x-size-base-13) !important;
|
|
2451
2415
|
}
|
|
2452
|
-
[dir="
|
|
2453
|
-
border-bottom-
|
|
2416
|
+
[dir="ltr"] .x-border-radius--right-13 {
|
|
2417
|
+
border-bottom-right-radius: var(--x-size-base-13) !important;
|
|
2454
2418
|
}
|
|
2455
|
-
[dir="
|
|
2456
|
-
border-
|
|
2419
|
+
[dir="rtl"] .x-border-radius--right-13 {
|
|
2420
|
+
border-bottom-left-radius: var(--x-size-base-13) !important;
|
|
2457
2421
|
}
|
|
2458
|
-
[dir="
|
|
2459
|
-
border-top-
|
|
2422
|
+
[dir="ltr"] .x-border-radius--left-13 {
|
|
2423
|
+
border-top-left-radius: var(--x-size-base-13) !important;
|
|
2460
2424
|
}
|
|
2461
|
-
[dir="
|
|
2462
|
-
border-
|
|
2425
|
+
[dir="rtl"] .x-border-radius--left-13 {
|
|
2426
|
+
border-top-right-radius: var(--x-size-base-13) !important;
|
|
2463
2427
|
}
|
|
2464
|
-
[dir="
|
|
2465
|
-
border-bottom-
|
|
2428
|
+
[dir="ltr"] .x-border-radius--left-13 {
|
|
2429
|
+
border-bottom-left-radius: var(--x-size-base-13) !important;
|
|
2466
2430
|
}
|
|
2467
|
-
[dir="
|
|
2468
|
-
border-
|
|
2431
|
+
[dir="rtl"] .x-border-radius--left-13 {
|
|
2432
|
+
border-bottom-right-radius: var(--x-size-base-13) !important;
|
|
2469
2433
|
}
|
|
2470
|
-
[dir="
|
|
2471
|
-
border-top-
|
|
2434
|
+
[dir="ltr"] .x-border-radius--top-left-13 {
|
|
2435
|
+
border-top-left-radius: var(--x-size-base-13) !important;
|
|
2472
2436
|
}
|
|
2473
|
-
[dir="
|
|
2474
|
-
border-top-right-radius: var(--x-size-base-
|
|
2437
|
+
[dir="rtl"] .x-border-radius--top-left-13 {
|
|
2438
|
+
border-top-right-radius: var(--x-size-base-13) !important;
|
|
2475
2439
|
}
|
|
2476
|
-
[dir="
|
|
2477
|
-
border-top-
|
|
2440
|
+
[dir="ltr"] .x-border-radius--top-right-13 {
|
|
2441
|
+
border-top-right-radius: var(--x-size-base-13) !important;
|
|
2478
2442
|
}
|
|
2479
|
-
[dir="
|
|
2480
|
-
border-
|
|
2443
|
+
[dir="rtl"] .x-border-radius--top-right-13 {
|
|
2444
|
+
border-top-left-radius: var(--x-size-base-13) !important;
|
|
2481
2445
|
}
|
|
2482
|
-
[dir="
|
|
2483
|
-
border-bottom-
|
|
2446
|
+
[dir="ltr"] .x-border-radius--bottom-left-13 {
|
|
2447
|
+
border-bottom-left-radius: var(--x-size-base-13) !important;
|
|
2484
2448
|
}
|
|
2485
|
-
[dir="
|
|
2486
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2449
|
+
[dir="rtl"] .x-border-radius--bottom-left-13 {
|
|
2450
|
+
border-bottom-right-radius: var(--x-size-base-13) !important;
|
|
2487
2451
|
}
|
|
2488
|
-
[dir="
|
|
2489
|
-
border-bottom-
|
|
2452
|
+
[dir="ltr"] .x-border-radius--bottom-right-13 {
|
|
2453
|
+
border-bottom-right-radius: var(--x-size-base-13) !important;
|
|
2490
2454
|
}
|
|
2491
|
-
.x-border-radius--
|
|
2492
|
-
border-radius: var(--x-size-base-
|
|
2455
|
+
[dir="rtl"] .x-border-radius--bottom-right-13 {
|
|
2456
|
+
border-bottom-left-radius: var(--x-size-base-13) !important;
|
|
2493
2457
|
}
|
|
2494
|
-
|
|
2495
|
-
border-
|
|
2458
|
+
.x-border-radius--14 {
|
|
2459
|
+
border-radius: var(--x-size-base-14) !important;
|
|
2496
2460
|
}
|
|
2497
|
-
[dir="
|
|
2498
|
-
border-top-
|
|
2461
|
+
[dir="ltr"] .x-border-radius--top-14 {
|
|
2462
|
+
border-top-left-radius: var(--x-size-base-14) !important;
|
|
2499
2463
|
}
|
|
2500
|
-
[dir="
|
|
2501
|
-
border-top-right-radius: var(--x-size-base-
|
|
2464
|
+
[dir="rtl"] .x-border-radius--top-14 {
|
|
2465
|
+
border-top-right-radius: var(--x-size-base-14) !important;
|
|
2502
2466
|
}
|
|
2503
|
-
[dir="
|
|
2504
|
-
border-top-
|
|
2467
|
+
[dir="ltr"] .x-border-radius--top-14 {
|
|
2468
|
+
border-top-right-radius: var(--x-size-base-14) !important;
|
|
2505
2469
|
}
|
|
2506
|
-
[dir="
|
|
2507
|
-
border-
|
|
2470
|
+
[dir="rtl"] .x-border-radius--top-14 {
|
|
2471
|
+
border-top-left-radius: var(--x-size-base-14) !important;
|
|
2508
2472
|
}
|
|
2509
|
-
[dir="
|
|
2510
|
-
border-bottom-
|
|
2473
|
+
[dir="ltr"] .x-border-radius--bottom-14 {
|
|
2474
|
+
border-bottom-left-radius: var(--x-size-base-14) !important;
|
|
2511
2475
|
}
|
|
2512
|
-
[dir="
|
|
2513
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2476
|
+
[dir="rtl"] .x-border-radius--bottom-14 {
|
|
2477
|
+
border-bottom-right-radius: var(--x-size-base-14) !important;
|
|
2514
2478
|
}
|
|
2515
|
-
[dir="
|
|
2516
|
-
border-bottom-
|
|
2479
|
+
[dir="ltr"] .x-border-radius--bottom-14 {
|
|
2480
|
+
border-bottom-right-radius: var(--x-size-base-14) !important;
|
|
2517
2481
|
}
|
|
2518
|
-
[dir="
|
|
2519
|
-
border-
|
|
2482
|
+
[dir="rtl"] .x-border-radius--bottom-14 {
|
|
2483
|
+
border-bottom-left-radius: var(--x-size-base-14) !important;
|
|
2520
2484
|
}
|
|
2521
|
-
[dir="
|
|
2522
|
-
border-top-
|
|
2485
|
+
[dir="ltr"] .x-border-radius--right-14 {
|
|
2486
|
+
border-top-right-radius: var(--x-size-base-14) !important;
|
|
2523
2487
|
}
|
|
2524
|
-
[dir="
|
|
2525
|
-
border-
|
|
2488
|
+
[dir="rtl"] .x-border-radius--right-14 {
|
|
2489
|
+
border-top-left-radius: var(--x-size-base-14) !important;
|
|
2526
2490
|
}
|
|
2527
|
-
[dir="
|
|
2528
|
-
border-bottom-
|
|
2491
|
+
[dir="ltr"] .x-border-radius--right-14 {
|
|
2492
|
+
border-bottom-right-radius: var(--x-size-base-14) !important;
|
|
2529
2493
|
}
|
|
2530
|
-
[dir="
|
|
2531
|
-
border-
|
|
2494
|
+
[dir="rtl"] .x-border-radius--right-14 {
|
|
2495
|
+
border-bottom-left-radius: var(--x-size-base-14) !important;
|
|
2532
2496
|
}
|
|
2533
|
-
[dir="
|
|
2534
|
-
border-top-
|
|
2497
|
+
[dir="ltr"] .x-border-radius--left-14 {
|
|
2498
|
+
border-top-left-radius: var(--x-size-base-14) !important;
|
|
2535
2499
|
}
|
|
2536
|
-
[dir="
|
|
2537
|
-
border-
|
|
2500
|
+
[dir="rtl"] .x-border-radius--left-14 {
|
|
2501
|
+
border-top-right-radius: var(--x-size-base-14) !important;
|
|
2538
2502
|
}
|
|
2539
|
-
[dir="
|
|
2540
|
-
border-bottom-
|
|
2503
|
+
[dir="ltr"] .x-border-radius--left-14 {
|
|
2504
|
+
border-bottom-left-radius: var(--x-size-base-14) !important;
|
|
2541
2505
|
}
|
|
2542
|
-
[dir="
|
|
2543
|
-
border-
|
|
2506
|
+
[dir="rtl"] .x-border-radius--left-14 {
|
|
2507
|
+
border-bottom-right-radius: var(--x-size-base-14) !important;
|
|
2544
2508
|
}
|
|
2545
|
-
[dir="
|
|
2546
|
-
border-top-
|
|
2509
|
+
[dir="ltr"] .x-border-radius--top-left-14 {
|
|
2510
|
+
border-top-left-radius: var(--x-size-base-14) !important;
|
|
2547
2511
|
}
|
|
2548
|
-
[dir="
|
|
2549
|
-
border-top-right-radius: var(--x-size-base-
|
|
2512
|
+
[dir="rtl"] .x-border-radius--top-left-14 {
|
|
2513
|
+
border-top-right-radius: var(--x-size-base-14) !important;
|
|
2550
2514
|
}
|
|
2551
|
-
[dir="
|
|
2552
|
-
border-top-
|
|
2515
|
+
[dir="ltr"] .x-border-radius--top-right-14 {
|
|
2516
|
+
border-top-right-radius: var(--x-size-base-14) !important;
|
|
2553
2517
|
}
|
|
2554
|
-
[dir="
|
|
2555
|
-
border-
|
|
2518
|
+
[dir="rtl"] .x-border-radius--top-right-14 {
|
|
2519
|
+
border-top-left-radius: var(--x-size-base-14) !important;
|
|
2556
2520
|
}
|
|
2557
|
-
[dir="
|
|
2558
|
-
border-bottom-
|
|
2521
|
+
[dir="ltr"] .x-border-radius--bottom-left-14 {
|
|
2522
|
+
border-bottom-left-radius: var(--x-size-base-14) !important;
|
|
2559
2523
|
}
|
|
2560
|
-
[dir="
|
|
2561
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2524
|
+
[dir="rtl"] .x-border-radius--bottom-left-14 {
|
|
2525
|
+
border-bottom-right-radius: var(--x-size-base-14) !important;
|
|
2562
2526
|
}
|
|
2563
|
-
[dir="
|
|
2564
|
-
border-bottom-
|
|
2527
|
+
[dir="ltr"] .x-border-radius--bottom-right-14 {
|
|
2528
|
+
border-bottom-right-radius: var(--x-size-base-14) !important;
|
|
2565
2529
|
}
|
|
2566
|
-
.x-border-radius--
|
|
2567
|
-
border-radius: var(--x-size-base-
|
|
2530
|
+
[dir="rtl"] .x-border-radius--bottom-right-14 {
|
|
2531
|
+
border-bottom-left-radius: var(--x-size-base-14) !important;
|
|
2568
2532
|
}
|
|
2569
|
-
|
|
2570
|
-
border-
|
|
2533
|
+
.x-border-radius--15 {
|
|
2534
|
+
border-radius: var(--x-size-base-15) !important;
|
|
2571
2535
|
}
|
|
2572
|
-
[dir="
|
|
2573
|
-
border-top-
|
|
2536
|
+
[dir="ltr"] .x-border-radius--top-15 {
|
|
2537
|
+
border-top-left-radius: var(--x-size-base-15) !important;
|
|
2574
2538
|
}
|
|
2575
|
-
[dir="
|
|
2576
|
-
border-top-right-radius: var(--x-size-base-
|
|
2539
|
+
[dir="rtl"] .x-border-radius--top-15 {
|
|
2540
|
+
border-top-right-radius: var(--x-size-base-15) !important;
|
|
2577
2541
|
}
|
|
2578
|
-
[dir="
|
|
2579
|
-
border-top-
|
|
2542
|
+
[dir="ltr"] .x-border-radius--top-15 {
|
|
2543
|
+
border-top-right-radius: var(--x-size-base-15) !important;
|
|
2580
2544
|
}
|
|
2581
|
-
[dir="
|
|
2582
|
-
border-
|
|
2545
|
+
[dir="rtl"] .x-border-radius--top-15 {
|
|
2546
|
+
border-top-left-radius: var(--x-size-base-15) !important;
|
|
2583
2547
|
}
|
|
2584
|
-
[dir="
|
|
2585
|
-
border-bottom-
|
|
2548
|
+
[dir="ltr"] .x-border-radius--bottom-15 {
|
|
2549
|
+
border-bottom-left-radius: var(--x-size-base-15) !important;
|
|
2586
2550
|
}
|
|
2587
|
-
[dir="
|
|
2588
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2551
|
+
[dir="rtl"] .x-border-radius--bottom-15 {
|
|
2552
|
+
border-bottom-right-radius: var(--x-size-base-15) !important;
|
|
2589
2553
|
}
|
|
2590
|
-
[dir="
|
|
2591
|
-
border-bottom-
|
|
2554
|
+
[dir="ltr"] .x-border-radius--bottom-15 {
|
|
2555
|
+
border-bottom-right-radius: var(--x-size-base-15) !important;
|
|
2592
2556
|
}
|
|
2593
|
-
[dir="
|
|
2594
|
-
border-
|
|
2557
|
+
[dir="rtl"] .x-border-radius--bottom-15 {
|
|
2558
|
+
border-bottom-left-radius: var(--x-size-base-15) !important;
|
|
2595
2559
|
}
|
|
2596
|
-
[dir="
|
|
2597
|
-
border-top-
|
|
2560
|
+
[dir="ltr"] .x-border-radius--right-15 {
|
|
2561
|
+
border-top-right-radius: var(--x-size-base-15) !important;
|
|
2598
2562
|
}
|
|
2599
|
-
[dir="
|
|
2600
|
-
border-
|
|
2563
|
+
[dir="rtl"] .x-border-radius--right-15 {
|
|
2564
|
+
border-top-left-radius: var(--x-size-base-15) !important;
|
|
2601
2565
|
}
|
|
2602
|
-
[dir="
|
|
2603
|
-
border-bottom-
|
|
2566
|
+
[dir="ltr"] .x-border-radius--right-15 {
|
|
2567
|
+
border-bottom-right-radius: var(--x-size-base-15) !important;
|
|
2604
2568
|
}
|
|
2605
|
-
[dir="
|
|
2606
|
-
border-
|
|
2569
|
+
[dir="rtl"] .x-border-radius--right-15 {
|
|
2570
|
+
border-bottom-left-radius: var(--x-size-base-15) !important;
|
|
2607
2571
|
}
|
|
2608
|
-
[dir="
|
|
2609
|
-
border-top-
|
|
2572
|
+
[dir="ltr"] .x-border-radius--left-15 {
|
|
2573
|
+
border-top-left-radius: var(--x-size-base-15) !important;
|
|
2610
2574
|
}
|
|
2611
|
-
[dir="
|
|
2612
|
-
border-
|
|
2575
|
+
[dir="rtl"] .x-border-radius--left-15 {
|
|
2576
|
+
border-top-right-radius: var(--x-size-base-15) !important;
|
|
2613
2577
|
}
|
|
2614
|
-
[dir="
|
|
2615
|
-
border-bottom-
|
|
2578
|
+
[dir="ltr"] .x-border-radius--left-15 {
|
|
2579
|
+
border-bottom-left-radius: var(--x-size-base-15) !important;
|
|
2616
2580
|
}
|
|
2617
|
-
[dir="
|
|
2618
|
-
border-
|
|
2581
|
+
[dir="rtl"] .x-border-radius--left-15 {
|
|
2582
|
+
border-bottom-right-radius: var(--x-size-base-15) !important;
|
|
2619
2583
|
}
|
|
2620
|
-
[dir="
|
|
2621
|
-
border-top-
|
|
2584
|
+
[dir="ltr"] .x-border-radius--top-left-15 {
|
|
2585
|
+
border-top-left-radius: var(--x-size-base-15) !important;
|
|
2622
2586
|
}
|
|
2623
|
-
[dir="
|
|
2624
|
-
border-top-right-radius: var(--x-size-base-
|
|
2587
|
+
[dir="rtl"] .x-border-radius--top-left-15 {
|
|
2588
|
+
border-top-right-radius: var(--x-size-base-15) !important;
|
|
2625
2589
|
}
|
|
2626
|
-
[dir="
|
|
2627
|
-
border-top-
|
|
2590
|
+
[dir="ltr"] .x-border-radius--top-right-15 {
|
|
2591
|
+
border-top-right-radius: var(--x-size-base-15) !important;
|
|
2628
2592
|
}
|
|
2629
|
-
[dir="
|
|
2630
|
-
border-
|
|
2593
|
+
[dir="rtl"] .x-border-radius--top-right-15 {
|
|
2594
|
+
border-top-left-radius: var(--x-size-base-15) !important;
|
|
2631
2595
|
}
|
|
2632
|
-
[dir="
|
|
2633
|
-
border-bottom-
|
|
2596
|
+
[dir="ltr"] .x-border-radius--bottom-left-15 {
|
|
2597
|
+
border-bottom-left-radius: var(--x-size-base-15) !important;
|
|
2634
2598
|
}
|
|
2635
|
-
[dir="
|
|
2636
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2599
|
+
[dir="rtl"] .x-border-radius--bottom-left-15 {
|
|
2600
|
+
border-bottom-right-radius: var(--x-size-base-15) !important;
|
|
2637
2601
|
}
|
|
2638
|
-
[dir="
|
|
2639
|
-
border-bottom-
|
|
2602
|
+
[dir="ltr"] .x-border-radius--bottom-right-15 {
|
|
2603
|
+
border-bottom-right-radius: var(--x-size-base-15) !important;
|
|
2640
2604
|
}
|
|
2641
|
-
.x-border-radius--
|
|
2642
|
-
border-radius: var(--x-size-base-
|
|
2605
|
+
[dir="rtl"] .x-border-radius--bottom-right-15 {
|
|
2606
|
+
border-bottom-left-radius: var(--x-size-base-15) !important;
|
|
2643
2607
|
}
|
|
2644
|
-
|
|
2645
|
-
border-
|
|
2608
|
+
.x-border-radius--16 {
|
|
2609
|
+
border-radius: var(--x-size-base-16) !important;
|
|
2646
2610
|
}
|
|
2647
|
-
[dir="
|
|
2648
|
-
border-top-
|
|
2611
|
+
[dir="ltr"] .x-border-radius--top-16 {
|
|
2612
|
+
border-top-left-radius: var(--x-size-base-16) !important;
|
|
2649
2613
|
}
|
|
2650
|
-
[dir="
|
|
2651
|
-
border-top-right-radius: var(--x-size-base-
|
|
2614
|
+
[dir="rtl"] .x-border-radius--top-16 {
|
|
2615
|
+
border-top-right-radius: var(--x-size-base-16) !important;
|
|
2652
2616
|
}
|
|
2653
|
-
[dir="
|
|
2654
|
-
border-top-
|
|
2617
|
+
[dir="ltr"] .x-border-radius--top-16 {
|
|
2618
|
+
border-top-right-radius: var(--x-size-base-16) !important;
|
|
2655
2619
|
}
|
|
2656
|
-
[dir="
|
|
2657
|
-
border-
|
|
2620
|
+
[dir="rtl"] .x-border-radius--top-16 {
|
|
2621
|
+
border-top-left-radius: var(--x-size-base-16) !important;
|
|
2658
2622
|
}
|
|
2659
|
-
[dir="
|
|
2660
|
-
border-bottom-
|
|
2623
|
+
[dir="ltr"] .x-border-radius--bottom-16 {
|
|
2624
|
+
border-bottom-left-radius: var(--x-size-base-16) !important;
|
|
2661
2625
|
}
|
|
2662
|
-
[dir="
|
|
2663
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2626
|
+
[dir="rtl"] .x-border-radius--bottom-16 {
|
|
2627
|
+
border-bottom-right-radius: var(--x-size-base-16) !important;
|
|
2664
2628
|
}
|
|
2665
|
-
[dir="
|
|
2666
|
-
border-bottom-
|
|
2629
|
+
[dir="ltr"] .x-border-radius--bottom-16 {
|
|
2630
|
+
border-bottom-right-radius: var(--x-size-base-16) !important;
|
|
2667
2631
|
}
|
|
2668
|
-
[dir="
|
|
2669
|
-
border-
|
|
2632
|
+
[dir="rtl"] .x-border-radius--bottom-16 {
|
|
2633
|
+
border-bottom-left-radius: var(--x-size-base-16) !important;
|
|
2670
2634
|
}
|
|
2671
|
-
[dir="
|
|
2672
|
-
border-top-
|
|
2635
|
+
[dir="ltr"] .x-border-radius--right-16 {
|
|
2636
|
+
border-top-right-radius: var(--x-size-base-16) !important;
|
|
2673
2637
|
}
|
|
2674
|
-
[dir="
|
|
2675
|
-
border-
|
|
2638
|
+
[dir="rtl"] .x-border-radius--right-16 {
|
|
2639
|
+
border-top-left-radius: var(--x-size-base-16) !important;
|
|
2676
2640
|
}
|
|
2677
|
-
[dir="
|
|
2678
|
-
border-bottom-
|
|
2641
|
+
[dir="ltr"] .x-border-radius--right-16 {
|
|
2642
|
+
border-bottom-right-radius: var(--x-size-base-16) !important;
|
|
2679
2643
|
}
|
|
2680
|
-
[dir="
|
|
2681
|
-
border-
|
|
2644
|
+
[dir="rtl"] .x-border-radius--right-16 {
|
|
2645
|
+
border-bottom-left-radius: var(--x-size-base-16) !important;
|
|
2682
2646
|
}
|
|
2683
|
-
[dir="
|
|
2684
|
-
border-top-
|
|
2647
|
+
[dir="ltr"] .x-border-radius--left-16 {
|
|
2648
|
+
border-top-left-radius: var(--x-size-base-16) !important;
|
|
2685
2649
|
}
|
|
2686
|
-
[dir="
|
|
2687
|
-
border-
|
|
2650
|
+
[dir="rtl"] .x-border-radius--left-16 {
|
|
2651
|
+
border-top-right-radius: var(--x-size-base-16) !important;
|
|
2688
2652
|
}
|
|
2689
|
-
[dir="
|
|
2690
|
-
border-bottom-
|
|
2653
|
+
[dir="ltr"] .x-border-radius--left-16 {
|
|
2654
|
+
border-bottom-left-radius: var(--x-size-base-16) !important;
|
|
2691
2655
|
}
|
|
2692
|
-
[dir="
|
|
2693
|
-
border-
|
|
2656
|
+
[dir="rtl"] .x-border-radius--left-16 {
|
|
2657
|
+
border-bottom-right-radius: var(--x-size-base-16) !important;
|
|
2694
2658
|
}
|
|
2695
|
-
[dir="
|
|
2696
|
-
border-top-
|
|
2659
|
+
[dir="ltr"] .x-border-radius--top-left-16 {
|
|
2660
|
+
border-top-left-radius: var(--x-size-base-16) !important;
|
|
2697
2661
|
}
|
|
2698
|
-
[dir="
|
|
2699
|
-
border-top-right-radius: var(--x-size-base-
|
|
2662
|
+
[dir="rtl"] .x-border-radius--top-left-16 {
|
|
2663
|
+
border-top-right-radius: var(--x-size-base-16) !important;
|
|
2700
2664
|
}
|
|
2701
|
-
[dir="
|
|
2702
|
-
border-top-
|
|
2665
|
+
[dir="ltr"] .x-border-radius--top-right-16 {
|
|
2666
|
+
border-top-right-radius: var(--x-size-base-16) !important;
|
|
2703
2667
|
}
|
|
2704
|
-
[dir="
|
|
2705
|
-
border-
|
|
2668
|
+
[dir="rtl"] .x-border-radius--top-right-16 {
|
|
2669
|
+
border-top-left-radius: var(--x-size-base-16) !important;
|
|
2706
2670
|
}
|
|
2707
|
-
[dir="
|
|
2708
|
-
border-bottom-
|
|
2671
|
+
[dir="ltr"] .x-border-radius--bottom-left-16 {
|
|
2672
|
+
border-bottom-left-radius: var(--x-size-base-16) !important;
|
|
2709
2673
|
}
|
|
2710
|
-
[dir="
|
|
2711
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2674
|
+
[dir="rtl"] .x-border-radius--bottom-left-16 {
|
|
2675
|
+
border-bottom-right-radius: var(--x-size-base-16) !important;
|
|
2712
2676
|
}
|
|
2713
|
-
[dir="
|
|
2714
|
-
border-bottom-
|
|
2677
|
+
[dir="ltr"] .x-border-radius--bottom-right-16 {
|
|
2678
|
+
border-bottom-right-radius: var(--x-size-base-16) !important;
|
|
2715
2679
|
}
|
|
2716
|
-
.x-border-radius--
|
|
2717
|
-
border-radius: var(--x-size-base-
|
|
2680
|
+
[dir="rtl"] .x-border-radius--bottom-right-16 {
|
|
2681
|
+
border-bottom-left-radius: var(--x-size-base-16) !important;
|
|
2718
2682
|
}
|
|
2719
|
-
|
|
2720
|
-
border-
|
|
2683
|
+
.x-border-radius--17 {
|
|
2684
|
+
border-radius: var(--x-size-base-17) !important;
|
|
2721
2685
|
}
|
|
2722
|
-
[dir="
|
|
2723
|
-
border-top-
|
|
2686
|
+
[dir="ltr"] .x-border-radius--top-17 {
|
|
2687
|
+
border-top-left-radius: var(--x-size-base-17) !important;
|
|
2724
2688
|
}
|
|
2725
|
-
[dir="
|
|
2726
|
-
border-top-right-radius: var(--x-size-base-
|
|
2689
|
+
[dir="rtl"] .x-border-radius--top-17 {
|
|
2690
|
+
border-top-right-radius: var(--x-size-base-17) !important;
|
|
2727
2691
|
}
|
|
2728
|
-
[dir="
|
|
2729
|
-
border-top-
|
|
2692
|
+
[dir="ltr"] .x-border-radius--top-17 {
|
|
2693
|
+
border-top-right-radius: var(--x-size-base-17) !important;
|
|
2730
2694
|
}
|
|
2731
|
-
[dir="
|
|
2732
|
-
border-
|
|
2695
|
+
[dir="rtl"] .x-border-radius--top-17 {
|
|
2696
|
+
border-top-left-radius: var(--x-size-base-17) !important;
|
|
2733
2697
|
}
|
|
2734
|
-
[dir="
|
|
2735
|
-
border-bottom-
|
|
2698
|
+
[dir="ltr"] .x-border-radius--bottom-17 {
|
|
2699
|
+
border-bottom-left-radius: var(--x-size-base-17) !important;
|
|
2736
2700
|
}
|
|
2737
|
-
[dir="
|
|
2738
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2701
|
+
[dir="rtl"] .x-border-radius--bottom-17 {
|
|
2702
|
+
border-bottom-right-radius: var(--x-size-base-17) !important;
|
|
2739
2703
|
}
|
|
2740
|
-
[dir="
|
|
2741
|
-
border-bottom-
|
|
2704
|
+
[dir="ltr"] .x-border-radius--bottom-17 {
|
|
2705
|
+
border-bottom-right-radius: var(--x-size-base-17) !important;
|
|
2742
2706
|
}
|
|
2743
|
-
[dir="
|
|
2744
|
-
border-
|
|
2707
|
+
[dir="rtl"] .x-border-radius--bottom-17 {
|
|
2708
|
+
border-bottom-left-radius: var(--x-size-base-17) !important;
|
|
2745
2709
|
}
|
|
2746
|
-
[dir="
|
|
2747
|
-
border-top-
|
|
2710
|
+
[dir="ltr"] .x-border-radius--right-17 {
|
|
2711
|
+
border-top-right-radius: var(--x-size-base-17) !important;
|
|
2748
2712
|
}
|
|
2749
|
-
[dir="
|
|
2750
|
-
border-
|
|
2713
|
+
[dir="rtl"] .x-border-radius--right-17 {
|
|
2714
|
+
border-top-left-radius: var(--x-size-base-17) !important;
|
|
2751
2715
|
}
|
|
2752
|
-
[dir="
|
|
2753
|
-
border-bottom-
|
|
2716
|
+
[dir="ltr"] .x-border-radius--right-17 {
|
|
2717
|
+
border-bottom-right-radius: var(--x-size-base-17) !important;
|
|
2754
2718
|
}
|
|
2755
|
-
[dir="
|
|
2756
|
-
border-
|
|
2719
|
+
[dir="rtl"] .x-border-radius--right-17 {
|
|
2720
|
+
border-bottom-left-radius: var(--x-size-base-17) !important;
|
|
2757
2721
|
}
|
|
2758
|
-
[dir="
|
|
2759
|
-
border-top-
|
|
2722
|
+
[dir="ltr"] .x-border-radius--left-17 {
|
|
2723
|
+
border-top-left-radius: var(--x-size-base-17) !important;
|
|
2760
2724
|
}
|
|
2761
|
-
[dir="
|
|
2762
|
-
border-
|
|
2725
|
+
[dir="rtl"] .x-border-radius--left-17 {
|
|
2726
|
+
border-top-right-radius: var(--x-size-base-17) !important;
|
|
2763
2727
|
}
|
|
2764
|
-
[dir="
|
|
2765
|
-
border-bottom-
|
|
2728
|
+
[dir="ltr"] .x-border-radius--left-17 {
|
|
2729
|
+
border-bottom-left-radius: var(--x-size-base-17) !important;
|
|
2766
2730
|
}
|
|
2767
|
-
[dir="
|
|
2768
|
-
border-
|
|
2731
|
+
[dir="rtl"] .x-border-radius--left-17 {
|
|
2732
|
+
border-bottom-right-radius: var(--x-size-base-17) !important;
|
|
2769
2733
|
}
|
|
2770
|
-
[dir="
|
|
2771
|
-
border-top-
|
|
2734
|
+
[dir="ltr"] .x-border-radius--top-left-17 {
|
|
2735
|
+
border-top-left-radius: var(--x-size-base-17) !important;
|
|
2772
2736
|
}
|
|
2773
|
-
[dir="
|
|
2774
|
-
border-top-right-radius: var(--x-size-base-
|
|
2737
|
+
[dir="rtl"] .x-border-radius--top-left-17 {
|
|
2738
|
+
border-top-right-radius: var(--x-size-base-17) !important;
|
|
2775
2739
|
}
|
|
2776
|
-
[dir="
|
|
2777
|
-
border-top-
|
|
2740
|
+
[dir="ltr"] .x-border-radius--top-right-17 {
|
|
2741
|
+
border-top-right-radius: var(--x-size-base-17) !important;
|
|
2778
2742
|
}
|
|
2779
|
-
[dir="
|
|
2780
|
-
border-
|
|
2743
|
+
[dir="rtl"] .x-border-radius--top-right-17 {
|
|
2744
|
+
border-top-left-radius: var(--x-size-base-17) !important;
|
|
2781
2745
|
}
|
|
2782
|
-
[dir="
|
|
2783
|
-
border-bottom-
|
|
2746
|
+
[dir="ltr"] .x-border-radius--bottom-left-17 {
|
|
2747
|
+
border-bottom-left-radius: var(--x-size-base-17) !important;
|
|
2784
2748
|
}
|
|
2785
|
-
[dir="
|
|
2786
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2749
|
+
[dir="rtl"] .x-border-radius--bottom-left-17 {
|
|
2750
|
+
border-bottom-right-radius: var(--x-size-base-17) !important;
|
|
2787
2751
|
}
|
|
2788
|
-
[dir="
|
|
2789
|
-
border-bottom-
|
|
2752
|
+
[dir="ltr"] .x-border-radius--bottom-right-17 {
|
|
2753
|
+
border-bottom-right-radius: var(--x-size-base-17) !important;
|
|
2790
2754
|
}
|
|
2791
|
-
.x-border-radius--
|
|
2792
|
-
border-radius: var(--x-size-base-
|
|
2755
|
+
[dir="rtl"] .x-border-radius--bottom-right-17 {
|
|
2756
|
+
border-bottom-left-radius: var(--x-size-base-17) !important;
|
|
2793
2757
|
}
|
|
2794
|
-
|
|
2795
|
-
border-
|
|
2758
|
+
.x-border-radius--18 {
|
|
2759
|
+
border-radius: var(--x-size-base-18) !important;
|
|
2796
2760
|
}
|
|
2797
|
-
[dir="
|
|
2798
|
-
border-top-
|
|
2761
|
+
[dir="ltr"] .x-border-radius--top-18 {
|
|
2762
|
+
border-top-left-radius: var(--x-size-base-18) !important;
|
|
2799
2763
|
}
|
|
2800
|
-
[dir="
|
|
2801
|
-
border-top-right-radius: var(--x-size-base-
|
|
2764
|
+
[dir="rtl"] .x-border-radius--top-18 {
|
|
2765
|
+
border-top-right-radius: var(--x-size-base-18) !important;
|
|
2802
2766
|
}
|
|
2803
|
-
[dir="
|
|
2804
|
-
border-top-
|
|
2767
|
+
[dir="ltr"] .x-border-radius--top-18 {
|
|
2768
|
+
border-top-right-radius: var(--x-size-base-18) !important;
|
|
2805
2769
|
}
|
|
2806
|
-
[dir="
|
|
2807
|
-
border-
|
|
2770
|
+
[dir="rtl"] .x-border-radius--top-18 {
|
|
2771
|
+
border-top-left-radius: var(--x-size-base-18) !important;
|
|
2808
2772
|
}
|
|
2809
|
-
[dir="
|
|
2810
|
-
border-bottom-
|
|
2773
|
+
[dir="ltr"] .x-border-radius--bottom-18 {
|
|
2774
|
+
border-bottom-left-radius: var(--x-size-base-18) !important;
|
|
2811
2775
|
}
|
|
2812
|
-
[dir="
|
|
2813
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2776
|
+
[dir="rtl"] .x-border-radius--bottom-18 {
|
|
2777
|
+
border-bottom-right-radius: var(--x-size-base-18) !important;
|
|
2814
2778
|
}
|
|
2815
|
-
[dir="
|
|
2816
|
-
border-bottom-
|
|
2779
|
+
[dir="ltr"] .x-border-radius--bottom-18 {
|
|
2780
|
+
border-bottom-right-radius: var(--x-size-base-18) !important;
|
|
2817
2781
|
}
|
|
2818
|
-
[dir="
|
|
2819
|
-
border-
|
|
2782
|
+
[dir="rtl"] .x-border-radius--bottom-18 {
|
|
2783
|
+
border-bottom-left-radius: var(--x-size-base-18) !important;
|
|
2820
2784
|
}
|
|
2821
|
-
[dir="
|
|
2822
|
-
border-top-
|
|
2785
|
+
[dir="ltr"] .x-border-radius--right-18 {
|
|
2786
|
+
border-top-right-radius: var(--x-size-base-18) !important;
|
|
2823
2787
|
}
|
|
2824
|
-
[dir="
|
|
2825
|
-
border-
|
|
2788
|
+
[dir="rtl"] .x-border-radius--right-18 {
|
|
2789
|
+
border-top-left-radius: var(--x-size-base-18) !important;
|
|
2826
2790
|
}
|
|
2827
|
-
[dir="
|
|
2828
|
-
border-bottom-
|
|
2791
|
+
[dir="ltr"] .x-border-radius--right-18 {
|
|
2792
|
+
border-bottom-right-radius: var(--x-size-base-18) !important;
|
|
2829
2793
|
}
|
|
2830
|
-
[dir="
|
|
2831
|
-
border-
|
|
2794
|
+
[dir="rtl"] .x-border-radius--right-18 {
|
|
2795
|
+
border-bottom-left-radius: var(--x-size-base-18) !important;
|
|
2832
2796
|
}
|
|
2833
|
-
[dir="
|
|
2834
|
-
border-top-
|
|
2797
|
+
[dir="ltr"] .x-border-radius--left-18 {
|
|
2798
|
+
border-top-left-radius: var(--x-size-base-18) !important;
|
|
2835
2799
|
}
|
|
2836
|
-
[dir="
|
|
2837
|
-
border-
|
|
2800
|
+
[dir="rtl"] .x-border-radius--left-18 {
|
|
2801
|
+
border-top-right-radius: var(--x-size-base-18) !important;
|
|
2838
2802
|
}
|
|
2839
|
-
[dir="
|
|
2840
|
-
border-bottom-
|
|
2803
|
+
[dir="ltr"] .x-border-radius--left-18 {
|
|
2804
|
+
border-bottom-left-radius: var(--x-size-base-18) !important;
|
|
2841
2805
|
}
|
|
2842
|
-
[dir="
|
|
2843
|
-
border-
|
|
2806
|
+
[dir="rtl"] .x-border-radius--left-18 {
|
|
2807
|
+
border-bottom-right-radius: var(--x-size-base-18) !important;
|
|
2844
2808
|
}
|
|
2845
|
-
[dir="
|
|
2846
|
-
border-top-
|
|
2809
|
+
[dir="ltr"] .x-border-radius--top-left-18 {
|
|
2810
|
+
border-top-left-radius: var(--x-size-base-18) !important;
|
|
2847
2811
|
}
|
|
2848
|
-
[dir="
|
|
2849
|
-
border-top-right-radius: var(--x-size-base-
|
|
2812
|
+
[dir="rtl"] .x-border-radius--top-left-18 {
|
|
2813
|
+
border-top-right-radius: var(--x-size-base-18) !important;
|
|
2850
2814
|
}
|
|
2851
|
-
[dir="
|
|
2852
|
-
border-top-
|
|
2815
|
+
[dir="ltr"] .x-border-radius--top-right-18 {
|
|
2816
|
+
border-top-right-radius: var(--x-size-base-18) !important;
|
|
2853
2817
|
}
|
|
2854
|
-
[dir="
|
|
2855
|
-
border-
|
|
2818
|
+
[dir="rtl"] .x-border-radius--top-right-18 {
|
|
2819
|
+
border-top-left-radius: var(--x-size-base-18) !important;
|
|
2856
2820
|
}
|
|
2857
|
-
[dir="
|
|
2858
|
-
border-bottom-
|
|
2821
|
+
[dir="ltr"] .x-border-radius--bottom-left-18 {
|
|
2822
|
+
border-bottom-left-radius: var(--x-size-base-18) !important;
|
|
2859
2823
|
}
|
|
2860
|
-
[dir="
|
|
2861
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2824
|
+
[dir="rtl"] .x-border-radius--bottom-left-18 {
|
|
2825
|
+
border-bottom-right-radius: var(--x-size-base-18) !important;
|
|
2862
2826
|
}
|
|
2863
|
-
[dir="
|
|
2864
|
-
border-bottom-
|
|
2827
|
+
[dir="ltr"] .x-border-radius--bottom-right-18 {
|
|
2828
|
+
border-bottom-right-radius: var(--x-size-base-18) !important;
|
|
2865
2829
|
}
|
|
2866
|
-
.x-border-radius--
|
|
2867
|
-
border-radius: var(--x-size-base-
|
|
2830
|
+
[dir="rtl"] .x-border-radius--bottom-right-18 {
|
|
2831
|
+
border-bottom-left-radius: var(--x-size-base-18) !important;
|
|
2868
2832
|
}
|
|
2869
|
-
|
|
2870
|
-
border-
|
|
2833
|
+
.x-border-radius--19 {
|
|
2834
|
+
border-radius: var(--x-size-base-19) !important;
|
|
2871
2835
|
}
|
|
2872
|
-
[dir="
|
|
2873
|
-
border-top-
|
|
2836
|
+
[dir="ltr"] .x-border-radius--top-19 {
|
|
2837
|
+
border-top-left-radius: var(--x-size-base-19) !important;
|
|
2874
2838
|
}
|
|
2875
|
-
[dir="
|
|
2876
|
-
border-top-right-radius: var(--x-size-base-
|
|
2839
|
+
[dir="rtl"] .x-border-radius--top-19 {
|
|
2840
|
+
border-top-right-radius: var(--x-size-base-19) !important;
|
|
2877
2841
|
}
|
|
2878
|
-
[dir="
|
|
2879
|
-
border-top-
|
|
2842
|
+
[dir="ltr"] .x-border-radius--top-19 {
|
|
2843
|
+
border-top-right-radius: var(--x-size-base-19) !important;
|
|
2880
2844
|
}
|
|
2881
|
-
[dir="
|
|
2882
|
-
border-
|
|
2845
|
+
[dir="rtl"] .x-border-radius--top-19 {
|
|
2846
|
+
border-top-left-radius: var(--x-size-base-19) !important;
|
|
2883
2847
|
}
|
|
2884
|
-
[dir="
|
|
2885
|
-
border-bottom-
|
|
2848
|
+
[dir="ltr"] .x-border-radius--bottom-19 {
|
|
2849
|
+
border-bottom-left-radius: var(--x-size-base-19) !important;
|
|
2886
2850
|
}
|
|
2887
|
-
[dir="
|
|
2888
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2851
|
+
[dir="rtl"] .x-border-radius--bottom-19 {
|
|
2852
|
+
border-bottom-right-radius: var(--x-size-base-19) !important;
|
|
2889
2853
|
}
|
|
2890
|
-
[dir="
|
|
2891
|
-
border-bottom-
|
|
2854
|
+
[dir="ltr"] .x-border-radius--bottom-19 {
|
|
2855
|
+
border-bottom-right-radius: var(--x-size-base-19) !important;
|
|
2892
2856
|
}
|
|
2893
|
-
[dir="
|
|
2894
|
-
border-
|
|
2857
|
+
[dir="rtl"] .x-border-radius--bottom-19 {
|
|
2858
|
+
border-bottom-left-radius: var(--x-size-base-19) !important;
|
|
2895
2859
|
}
|
|
2896
|
-
[dir="
|
|
2897
|
-
border-top-
|
|
2860
|
+
[dir="ltr"] .x-border-radius--right-19 {
|
|
2861
|
+
border-top-right-radius: var(--x-size-base-19) !important;
|
|
2898
2862
|
}
|
|
2899
|
-
[dir="
|
|
2900
|
-
border-
|
|
2863
|
+
[dir="rtl"] .x-border-radius--right-19 {
|
|
2864
|
+
border-top-left-radius: var(--x-size-base-19) !important;
|
|
2901
2865
|
}
|
|
2902
|
-
[dir="
|
|
2903
|
-
border-bottom-
|
|
2866
|
+
[dir="ltr"] .x-border-radius--right-19 {
|
|
2867
|
+
border-bottom-right-radius: var(--x-size-base-19) !important;
|
|
2904
2868
|
}
|
|
2905
|
-
[dir="
|
|
2906
|
-
border-
|
|
2869
|
+
[dir="rtl"] .x-border-radius--right-19 {
|
|
2870
|
+
border-bottom-left-radius: var(--x-size-base-19) !important;
|
|
2907
2871
|
}
|
|
2908
|
-
[dir="
|
|
2909
|
-
border-top-
|
|
2872
|
+
[dir="ltr"] .x-border-radius--left-19 {
|
|
2873
|
+
border-top-left-radius: var(--x-size-base-19) !important;
|
|
2910
2874
|
}
|
|
2911
|
-
[dir="
|
|
2912
|
-
border-
|
|
2875
|
+
[dir="rtl"] .x-border-radius--left-19 {
|
|
2876
|
+
border-top-right-radius: var(--x-size-base-19) !important;
|
|
2913
2877
|
}
|
|
2914
|
-
[dir="
|
|
2915
|
-
border-bottom-
|
|
2878
|
+
[dir="ltr"] .x-border-radius--left-19 {
|
|
2879
|
+
border-bottom-left-radius: var(--x-size-base-19) !important;
|
|
2916
2880
|
}
|
|
2917
|
-
[dir="
|
|
2918
|
-
border-
|
|
2881
|
+
[dir="rtl"] .x-border-radius--left-19 {
|
|
2882
|
+
border-bottom-right-radius: var(--x-size-base-19) !important;
|
|
2919
2883
|
}
|
|
2920
|
-
[dir="
|
|
2921
|
-
border-top-
|
|
2884
|
+
[dir="ltr"] .x-border-radius--top-left-19 {
|
|
2885
|
+
border-top-left-radius: var(--x-size-base-19) !important;
|
|
2922
2886
|
}
|
|
2923
|
-
[dir="
|
|
2924
|
-
border-top-right-radius: var(--x-size-base-
|
|
2887
|
+
[dir="rtl"] .x-border-radius--top-left-19 {
|
|
2888
|
+
border-top-right-radius: var(--x-size-base-19) !important;
|
|
2925
2889
|
}
|
|
2926
|
-
[dir="
|
|
2927
|
-
border-top-
|
|
2890
|
+
[dir="ltr"] .x-border-radius--top-right-19 {
|
|
2891
|
+
border-top-right-radius: var(--x-size-base-19) !important;
|
|
2928
2892
|
}
|
|
2929
|
-
[dir="
|
|
2930
|
-
border-
|
|
2893
|
+
[dir="rtl"] .x-border-radius--top-right-19 {
|
|
2894
|
+
border-top-left-radius: var(--x-size-base-19) !important;
|
|
2931
2895
|
}
|
|
2932
|
-
[dir="
|
|
2933
|
-
border-bottom-
|
|
2896
|
+
[dir="ltr"] .x-border-radius--bottom-left-19 {
|
|
2897
|
+
border-bottom-left-radius: var(--x-size-base-19) !important;
|
|
2934
2898
|
}
|
|
2935
|
-
[dir="
|
|
2936
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2899
|
+
[dir="rtl"] .x-border-radius--bottom-left-19 {
|
|
2900
|
+
border-bottom-right-radius: var(--x-size-base-19) !important;
|
|
2937
2901
|
}
|
|
2938
|
-
[dir="
|
|
2939
|
-
border-bottom-
|
|
2902
|
+
[dir="ltr"] .x-border-radius--bottom-right-19 {
|
|
2903
|
+
border-bottom-right-radius: var(--x-size-base-19) !important;
|
|
2940
2904
|
}
|
|
2941
|
-
.x-border-radius--
|
|
2942
|
-
border-radius: var(--x-size-base-
|
|
2905
|
+
[dir="rtl"] .x-border-radius--bottom-right-19 {
|
|
2906
|
+
border-bottom-left-radius: var(--x-size-base-19) !important;
|
|
2943
2907
|
}
|
|
2944
|
-
|
|
2945
|
-
border-
|
|
2908
|
+
.x-border-radius--20 {
|
|
2909
|
+
border-radius: var(--x-size-base-20) !important;
|
|
2946
2910
|
}
|
|
2947
|
-
[dir="
|
|
2948
|
-
border-top-
|
|
2911
|
+
[dir="ltr"] .x-border-radius--top-20 {
|
|
2912
|
+
border-top-left-radius: var(--x-size-base-20) !important;
|
|
2949
2913
|
}
|
|
2950
|
-
[dir="
|
|
2951
|
-
border-top-right-radius: var(--x-size-base-
|
|
2914
|
+
[dir="rtl"] .x-border-radius--top-20 {
|
|
2915
|
+
border-top-right-radius: var(--x-size-base-20) !important;
|
|
2952
2916
|
}
|
|
2953
|
-
[dir="
|
|
2954
|
-
border-top-
|
|
2917
|
+
[dir="ltr"] .x-border-radius--top-20 {
|
|
2918
|
+
border-top-right-radius: var(--x-size-base-20) !important;
|
|
2955
2919
|
}
|
|
2956
|
-
[dir="
|
|
2957
|
-
border-
|
|
2920
|
+
[dir="rtl"] .x-border-radius--top-20 {
|
|
2921
|
+
border-top-left-radius: var(--x-size-base-20) !important;
|
|
2958
2922
|
}
|
|
2959
|
-
[dir="
|
|
2960
|
-
border-bottom-
|
|
2923
|
+
[dir="ltr"] .x-border-radius--bottom-20 {
|
|
2924
|
+
border-bottom-left-radius: var(--x-size-base-20) !important;
|
|
2961
2925
|
}
|
|
2962
|
-
[dir="
|
|
2963
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2926
|
+
[dir="rtl"] .x-border-radius--bottom-20 {
|
|
2927
|
+
border-bottom-right-radius: var(--x-size-base-20) !important;
|
|
2964
2928
|
}
|
|
2965
|
-
[dir="
|
|
2966
|
-
border-bottom-
|
|
2929
|
+
[dir="ltr"] .x-border-radius--bottom-20 {
|
|
2930
|
+
border-bottom-right-radius: var(--x-size-base-20) !important;
|
|
2967
2931
|
}
|
|
2968
|
-
[dir="
|
|
2969
|
-
border-
|
|
2932
|
+
[dir="rtl"] .x-border-radius--bottom-20 {
|
|
2933
|
+
border-bottom-left-radius: var(--x-size-base-20) !important;
|
|
2970
2934
|
}
|
|
2971
|
-
[dir="
|
|
2972
|
-
border-top-
|
|
2935
|
+
[dir="ltr"] .x-border-radius--right-20 {
|
|
2936
|
+
border-top-right-radius: var(--x-size-base-20) !important;
|
|
2973
2937
|
}
|
|
2974
|
-
[dir="
|
|
2975
|
-
border-
|
|
2938
|
+
[dir="rtl"] .x-border-radius--right-20 {
|
|
2939
|
+
border-top-left-radius: var(--x-size-base-20) !important;
|
|
2976
2940
|
}
|
|
2977
|
-
[dir="
|
|
2978
|
-
border-bottom-
|
|
2941
|
+
[dir="ltr"] .x-border-radius--right-20 {
|
|
2942
|
+
border-bottom-right-radius: var(--x-size-base-20) !important;
|
|
2979
2943
|
}
|
|
2980
|
-
[dir="
|
|
2981
|
-
border-
|
|
2944
|
+
[dir="rtl"] .x-border-radius--right-20 {
|
|
2945
|
+
border-bottom-left-radius: var(--x-size-base-20) !important;
|
|
2982
2946
|
}
|
|
2983
|
-
[dir="
|
|
2984
|
-
border-top-
|
|
2947
|
+
[dir="ltr"] .x-border-radius--left-20 {
|
|
2948
|
+
border-top-left-radius: var(--x-size-base-20) !important;
|
|
2985
2949
|
}
|
|
2986
|
-
[dir="
|
|
2987
|
-
border-
|
|
2950
|
+
[dir="rtl"] .x-border-radius--left-20 {
|
|
2951
|
+
border-top-right-radius: var(--x-size-base-20) !important;
|
|
2988
2952
|
}
|
|
2989
|
-
[dir="
|
|
2990
|
-
border-bottom-
|
|
2953
|
+
[dir="ltr"] .x-border-radius--left-20 {
|
|
2954
|
+
border-bottom-left-radius: var(--x-size-base-20) !important;
|
|
2991
2955
|
}
|
|
2992
|
-
[dir="
|
|
2993
|
-
border-
|
|
2956
|
+
[dir="rtl"] .x-border-radius--left-20 {
|
|
2957
|
+
border-bottom-right-radius: var(--x-size-base-20) !important;
|
|
2994
2958
|
}
|
|
2995
|
-
[dir="
|
|
2996
|
-
border-top-
|
|
2959
|
+
[dir="ltr"] .x-border-radius--top-left-20 {
|
|
2960
|
+
border-top-left-radius: var(--x-size-base-20) !important;
|
|
2997
2961
|
}
|
|
2998
|
-
[dir="
|
|
2999
|
-
border-top-right-radius: var(--x-size-base-
|
|
2962
|
+
[dir="rtl"] .x-border-radius--top-left-20 {
|
|
2963
|
+
border-top-right-radius: var(--x-size-base-20) !important;
|
|
3000
2964
|
}
|
|
3001
|
-
[dir="
|
|
3002
|
-
border-top-
|
|
2965
|
+
[dir="ltr"] .x-border-radius--top-right-20 {
|
|
2966
|
+
border-top-right-radius: var(--x-size-base-20) !important;
|
|
3003
2967
|
}
|
|
3004
|
-
[dir="
|
|
3005
|
-
border-
|
|
2968
|
+
[dir="rtl"] .x-border-radius--top-right-20 {
|
|
2969
|
+
border-top-left-radius: var(--x-size-base-20) !important;
|
|
3006
2970
|
}
|
|
3007
|
-
[dir="
|
|
3008
|
-
border-bottom-
|
|
2971
|
+
[dir="ltr"] .x-border-radius--bottom-left-20 {
|
|
2972
|
+
border-bottom-left-radius: var(--x-size-base-20) !important;
|
|
3009
2973
|
}
|
|
3010
|
-
[dir="
|
|
3011
|
-
border-bottom-right-radius: var(--x-size-base-
|
|
2974
|
+
[dir="rtl"] .x-border-radius--bottom-left-20 {
|
|
2975
|
+
border-bottom-right-radius: var(--x-size-base-20) !important;
|
|
3012
2976
|
}
|
|
3013
|
-
[dir="
|
|
3014
|
-
border-bottom-
|
|
2977
|
+
[dir="ltr"] .x-border-radius--bottom-right-20 {
|
|
2978
|
+
border-bottom-right-radius: var(--x-size-base-20) !important;
|
|
3015
2979
|
}
|
|
3016
|
-
.x-border-radius--
|
|
3017
|
-
border-radius: var(--x-size-base-
|
|
2980
|
+
[dir="rtl"] .x-border-radius--bottom-right-20 {
|
|
2981
|
+
border-bottom-left-radius: var(--x-size-base-20) !important;
|
|
3018
2982
|
}
|
|
3019
|
-
[
|
|
3020
|
-
border-
|
|
2983
|
+
*[class*=x-border-width--] {
|
|
2984
|
+
border-width: 0;
|
|
3021
2985
|
}
|
|
3022
|
-
|
|
3023
|
-
|
|
2986
|
+
|
|
2987
|
+
.x-border-width--00 {
|
|
2988
|
+
border-width: 0px !important;
|
|
2989
|
+
border-style: solid !important;
|
|
3024
2990
|
}
|
|
3025
|
-
|
|
3026
|
-
border-top-
|
|
2991
|
+
.x-border-width--top-00 {
|
|
2992
|
+
border-top-width: 0px !important;
|
|
2993
|
+
border-style: solid !important;
|
|
3027
2994
|
}
|
|
3028
|
-
|
|
3029
|
-
border-
|
|
2995
|
+
.x-border-width--bottom-00 {
|
|
2996
|
+
border-bottom-width: 0px !important;
|
|
2997
|
+
border-style: solid !important;
|
|
3030
2998
|
}
|
|
3031
|
-
[dir="ltr"] .x-border-
|
|
3032
|
-
border-
|
|
2999
|
+
[dir="ltr"] .x-border-width--right-00 {
|
|
3000
|
+
border-right-width: 0px !important;
|
|
3033
3001
|
}
|
|
3034
|
-
[dir="rtl"] .x-border-
|
|
3035
|
-
border-
|
|
3002
|
+
[dir="rtl"] .x-border-width--right-00 {
|
|
3003
|
+
border-left-width: 0px !important;
|
|
3036
3004
|
}
|
|
3037
|
-
|
|
3038
|
-
border-
|
|
3005
|
+
.x-border-width--right-00 {
|
|
3006
|
+
border-style: solid !important;
|
|
3039
3007
|
}
|
|
3040
|
-
[dir="
|
|
3041
|
-
border-
|
|
3008
|
+
[dir="ltr"] .x-border-width--left-00 {
|
|
3009
|
+
border-left-width: 0px !important;
|
|
3042
3010
|
}
|
|
3043
|
-
[dir="
|
|
3044
|
-
border-
|
|
3011
|
+
[dir="rtl"] .x-border-width--left-00 {
|
|
3012
|
+
border-right-width: 0px !important;
|
|
3045
3013
|
}
|
|
3046
|
-
|
|
3047
|
-
border-
|
|
3014
|
+
.x-border-width--left-00 {
|
|
3015
|
+
border-style: solid !important;
|
|
3048
3016
|
}
|
|
3049
|
-
|
|
3050
|
-
border-
|
|
3017
|
+
.x-border-width--01 {
|
|
3018
|
+
border-width: 1px !important;
|
|
3019
|
+
border-style: solid !important;
|
|
3051
3020
|
}
|
|
3052
|
-
|
|
3053
|
-
border-
|
|
3021
|
+
.x-border-width--top-01 {
|
|
3022
|
+
border-top-width: 1px !important;
|
|
3023
|
+
border-style: solid !important;
|
|
3054
3024
|
}
|
|
3055
|
-
|
|
3056
|
-
border-
|
|
3025
|
+
.x-border-width--bottom-01 {
|
|
3026
|
+
border-bottom-width: 1px !important;
|
|
3027
|
+
border-style: solid !important;
|
|
3057
3028
|
}
|
|
3058
|
-
[dir="
|
|
3059
|
-
border-
|
|
3029
|
+
[dir="ltr"] .x-border-width--right-01 {
|
|
3030
|
+
border-right-width: 1px !important;
|
|
3060
3031
|
}
|
|
3061
|
-
[dir="
|
|
3062
|
-
border-
|
|
3032
|
+
[dir="rtl"] .x-border-width--right-01 {
|
|
3033
|
+
border-left-width: 1px !important;
|
|
3063
3034
|
}
|
|
3064
|
-
|
|
3065
|
-
border-
|
|
3035
|
+
.x-border-width--right-01 {
|
|
3036
|
+
border-style: solid !important;
|
|
3066
3037
|
}
|
|
3067
|
-
[dir="ltr"] .x-border-
|
|
3068
|
-
border-
|
|
3038
|
+
[dir="ltr"] .x-border-width--left-01 {
|
|
3039
|
+
border-left-width: 1px !important;
|
|
3069
3040
|
}
|
|
3070
|
-
[dir="rtl"] .x-border-
|
|
3071
|
-
border-
|
|
3041
|
+
[dir="rtl"] .x-border-width--left-01 {
|
|
3042
|
+
border-right-width: 1px !important;
|
|
3072
3043
|
}
|
|
3073
|
-
|
|
3074
|
-
border-
|
|
3044
|
+
.x-border-width--left-01 {
|
|
3045
|
+
border-style: solid !important;
|
|
3075
3046
|
}
|
|
3076
|
-
|
|
3077
|
-
border-
|
|
3047
|
+
.x-border-width--02 {
|
|
3048
|
+
border-width: 2px !important;
|
|
3049
|
+
border-style: solid !important;
|
|
3078
3050
|
}
|
|
3079
|
-
|
|
3080
|
-
border-
|
|
3051
|
+
.x-border-width--top-02 {
|
|
3052
|
+
border-top-width: 2px !important;
|
|
3053
|
+
border-style: solid !important;
|
|
3081
3054
|
}
|
|
3082
|
-
|
|
3083
|
-
border-bottom-
|
|
3055
|
+
.x-border-width--bottom-02 {
|
|
3056
|
+
border-bottom-width: 2px !important;
|
|
3057
|
+
border-style: solid !important;
|
|
3084
3058
|
}
|
|
3085
|
-
[dir="ltr"] .x-border-
|
|
3086
|
-
border-
|
|
3059
|
+
[dir="ltr"] .x-border-width--right-02 {
|
|
3060
|
+
border-right-width: 2px !important;
|
|
3087
3061
|
}
|
|
3088
|
-
[dir="rtl"] .x-border-
|
|
3089
|
-
border-
|
|
3062
|
+
[dir="rtl"] .x-border-width--right-02 {
|
|
3063
|
+
border-left-width: 2px !important;
|
|
3090
3064
|
}
|
|
3091
|
-
.x-border-
|
|
3092
|
-
border-
|
|
3065
|
+
.x-border-width--right-02 {
|
|
3066
|
+
border-style: solid !important;
|
|
3093
3067
|
}
|
|
3094
|
-
[dir="ltr"] .x-border-
|
|
3095
|
-
border-
|
|
3068
|
+
[dir="ltr"] .x-border-width--left-02 {
|
|
3069
|
+
border-left-width: 2px !important;
|
|
3070
|
+
}
|
|
3071
|
+
[dir="rtl"] .x-border-width--left-02 {
|
|
3072
|
+
border-right-width: 2px !important;
|
|
3096
3073
|
}
|
|
3097
|
-
|
|
3098
|
-
border-
|
|
3074
|
+
.x-border-width--left-02 {
|
|
3075
|
+
border-style: solid !important;
|
|
3099
3076
|
}
|
|
3100
|
-
|
|
3101
|
-
border-
|
|
3077
|
+
.x-border-width--03 {
|
|
3078
|
+
border-width: 3px !important;
|
|
3079
|
+
border-style: solid !important;
|
|
3102
3080
|
}
|
|
3103
|
-
|
|
3104
|
-
border-top-
|
|
3081
|
+
.x-border-width--top-03 {
|
|
3082
|
+
border-top-width: 3px !important;
|
|
3083
|
+
border-style: solid !important;
|
|
3105
3084
|
}
|
|
3106
|
-
|
|
3107
|
-
border-bottom-
|
|
3085
|
+
.x-border-width--bottom-03 {
|
|
3086
|
+
border-bottom-width: 3px !important;
|
|
3087
|
+
border-style: solid !important;
|
|
3108
3088
|
}
|
|
3109
|
-
[dir="
|
|
3110
|
-
border-
|
|
3089
|
+
[dir="ltr"] .x-border-width--right-03 {
|
|
3090
|
+
border-right-width: 3px !important;
|
|
3111
3091
|
}
|
|
3112
|
-
[dir="
|
|
3113
|
-
border-
|
|
3092
|
+
[dir="rtl"] .x-border-width--right-03 {
|
|
3093
|
+
border-left-width: 3px !important;
|
|
3114
3094
|
}
|
|
3115
|
-
|
|
3116
|
-
border-
|
|
3095
|
+
.x-border-width--right-03 {
|
|
3096
|
+
border-style: solid !important;
|
|
3117
3097
|
}
|
|
3118
|
-
[dir="ltr"] .x-border-
|
|
3119
|
-
border-
|
|
3098
|
+
[dir="ltr"] .x-border-width--left-03 {
|
|
3099
|
+
border-left-width: 3px !important;
|
|
3120
3100
|
}
|
|
3121
|
-
[dir="rtl"] .x-border-
|
|
3122
|
-
border-
|
|
3101
|
+
[dir="rtl"] .x-border-width--left-03 {
|
|
3102
|
+
border-right-width: 3px !important;
|
|
3123
3103
|
}
|
|
3124
|
-
|
|
3125
|
-
border-
|
|
3104
|
+
.x-border-width--left-03 {
|
|
3105
|
+
border-style: solid !important;
|
|
3126
3106
|
}
|
|
3127
|
-
|
|
3128
|
-
border-
|
|
3107
|
+
.x-border-width--04 {
|
|
3108
|
+
border-width: 4px !important;
|
|
3109
|
+
border-style: solid !important;
|
|
3129
3110
|
}
|
|
3130
|
-
|
|
3131
|
-
border-top-
|
|
3111
|
+
.x-border-width--top-04 {
|
|
3112
|
+
border-top-width: 4px !important;
|
|
3113
|
+
border-style: solid !important;
|
|
3132
3114
|
}
|
|
3133
|
-
|
|
3134
|
-
border-
|
|
3115
|
+
.x-border-width--bottom-04 {
|
|
3116
|
+
border-bottom-width: 4px !important;
|
|
3117
|
+
border-style: solid !important;
|
|
3135
3118
|
}
|
|
3136
|
-
[dir="ltr"] .x-border-
|
|
3137
|
-
border-
|
|
3119
|
+
[dir="ltr"] .x-border-width--right-04 {
|
|
3120
|
+
border-right-width: 4px !important;
|
|
3138
3121
|
}
|
|
3139
|
-
[dir="rtl"] .x-border-
|
|
3140
|
-
border-
|
|
3122
|
+
[dir="rtl"] .x-border-width--right-04 {
|
|
3123
|
+
border-left-width: 4px !important;
|
|
3141
3124
|
}
|
|
3142
|
-
|
|
3143
|
-
border-
|
|
3125
|
+
.x-border-width--right-04 {
|
|
3126
|
+
border-style: solid !important;
|
|
3144
3127
|
}
|
|
3145
|
-
[dir="
|
|
3146
|
-
border-
|
|
3128
|
+
[dir="ltr"] .x-border-width--left-04 {
|
|
3129
|
+
border-left-width: 4px !important;
|
|
3147
3130
|
}
|
|
3148
|
-
[dir="
|
|
3149
|
-
border-
|
|
3131
|
+
[dir="rtl"] .x-border-width--left-04 {
|
|
3132
|
+
border-right-width: 4px !important;
|
|
3150
3133
|
}
|
|
3151
|
-
|
|
3152
|
-
border-
|
|
3134
|
+
.x-border-width--left-04 {
|
|
3135
|
+
border-style: solid !important;
|
|
3153
3136
|
}
|
|
3154
|
-
|
|
3155
|
-
border-
|
|
3137
|
+
.x-border-width--05 {
|
|
3138
|
+
border-width: 5px !important;
|
|
3139
|
+
border-style: solid !important;
|
|
3156
3140
|
}
|
|
3157
|
-
|
|
3158
|
-
border-
|
|
3141
|
+
.x-border-width--top-05 {
|
|
3142
|
+
border-top-width: 5px !important;
|
|
3143
|
+
border-style: solid !important;
|
|
3159
3144
|
}
|
|
3160
|
-
|
|
3161
|
-
border-bottom-
|
|
3145
|
+
.x-border-width--bottom-05 {
|
|
3146
|
+
border-bottom-width: 5px !important;
|
|
3147
|
+
border-style: solid !important;
|
|
3162
3148
|
}
|
|
3163
|
-
[dir="
|
|
3164
|
-
border-
|
|
3149
|
+
[dir="ltr"] .x-border-width--right-05 {
|
|
3150
|
+
border-right-width: 5px !important;
|
|
3165
3151
|
}
|
|
3166
|
-
.x-border-
|
|
3167
|
-
border-
|
|
3152
|
+
[dir="rtl"] .x-border-width--right-05 {
|
|
3153
|
+
border-left-width: 5px !important;
|
|
3168
3154
|
}
|
|
3169
|
-
|
|
3170
|
-
border-
|
|
3155
|
+
.x-border-width--right-05 {
|
|
3156
|
+
border-style: solid !important;
|
|
3171
3157
|
}
|
|
3172
|
-
[dir="
|
|
3173
|
-
border-
|
|
3158
|
+
[dir="ltr"] .x-border-width--left-05 {
|
|
3159
|
+
border-left-width: 5px !important;
|
|
3174
3160
|
}
|
|
3175
|
-
[dir="
|
|
3176
|
-
border-
|
|
3161
|
+
[dir="rtl"] .x-border-width--left-05 {
|
|
3162
|
+
border-right-width: 5px !important;
|
|
3177
3163
|
}
|
|
3178
|
-
|
|
3179
|
-
border-
|
|
3164
|
+
.x-border-width--left-05 {
|
|
3165
|
+
border-style: solid !important;
|
|
3180
3166
|
}
|
|
3181
|
-
|
|
3182
|
-
border-
|
|
3167
|
+
.x-border-width--06 {
|
|
3168
|
+
border-width: 6px !important;
|
|
3169
|
+
border-style: solid !important;
|
|
3183
3170
|
}
|
|
3184
|
-
|
|
3185
|
-
border-
|
|
3171
|
+
.x-border-width--top-06 {
|
|
3172
|
+
border-top-width: 6px !important;
|
|
3173
|
+
border-style: solid !important;
|
|
3186
3174
|
}
|
|
3187
|
-
|
|
3188
|
-
border-bottom-
|
|
3175
|
+
.x-border-width--bottom-06 {
|
|
3176
|
+
border-bottom-width: 6px !important;
|
|
3177
|
+
border-style: solid !important;
|
|
3189
3178
|
}
|
|
3190
|
-
[dir="
|
|
3191
|
-
border-
|
|
3179
|
+
[dir="ltr"] .x-border-width--right-06 {
|
|
3180
|
+
border-right-width: 6px !important;
|
|
3192
3181
|
}
|
|
3193
|
-
[dir="
|
|
3194
|
-
border-
|
|
3182
|
+
[dir="rtl"] .x-border-width--right-06 {
|
|
3183
|
+
border-left-width: 6px !important;
|
|
3195
3184
|
}
|
|
3196
|
-
|
|
3197
|
-
border-
|
|
3185
|
+
.x-border-width--right-06 {
|
|
3186
|
+
border-style: solid !important;
|
|
3198
3187
|
}
|
|
3199
|
-
[dir="ltr"] .x-border-
|
|
3200
|
-
border-
|
|
3188
|
+
[dir="ltr"] .x-border-width--left-06 {
|
|
3189
|
+
border-left-width: 6px !important;
|
|
3201
3190
|
}
|
|
3202
|
-
[dir="rtl"] .x-border-
|
|
3203
|
-
border-
|
|
3191
|
+
[dir="rtl"] .x-border-width--left-06 {
|
|
3192
|
+
border-right-width: 6px !important;
|
|
3204
3193
|
}
|
|
3205
|
-
|
|
3206
|
-
border-
|
|
3194
|
+
.x-border-width--left-06 {
|
|
3195
|
+
border-style: solid !important;
|
|
3207
3196
|
}
|
|
3208
|
-
|
|
3209
|
-
border-
|
|
3197
|
+
.x-border-width--07 {
|
|
3198
|
+
border-width: 7px !important;
|
|
3199
|
+
border-style: solid !important;
|
|
3210
3200
|
}
|
|
3211
|
-
|
|
3212
|
-
border-
|
|
3201
|
+
.x-border-width--top-07 {
|
|
3202
|
+
border-top-width: 7px !important;
|
|
3203
|
+
border-style: solid !important;
|
|
3213
3204
|
}
|
|
3214
|
-
|
|
3215
|
-
border-bottom-
|
|
3205
|
+
.x-border-width--bottom-07 {
|
|
3206
|
+
border-bottom-width: 7px !important;
|
|
3207
|
+
border-style: solid !important;
|
|
3216
3208
|
}
|
|
3217
|
-
[dir="ltr"] .x-border-
|
|
3218
|
-
border-
|
|
3209
|
+
[dir="ltr"] .x-border-width--right-07 {
|
|
3210
|
+
border-right-width: 7px !important;
|
|
3219
3211
|
}
|
|
3220
|
-
[dir="rtl"] .x-border-
|
|
3221
|
-
border-
|
|
3212
|
+
[dir="rtl"] .x-border-width--right-07 {
|
|
3213
|
+
border-left-width: 7px !important;
|
|
3222
3214
|
}
|
|
3223
|
-
|
|
3224
|
-
border-
|
|
3215
|
+
.x-border-width--right-07 {
|
|
3216
|
+
border-style: solid !important;
|
|
3225
3217
|
}
|
|
3226
|
-
[dir="
|
|
3227
|
-
border-
|
|
3218
|
+
[dir="ltr"] .x-border-width--left-07 {
|
|
3219
|
+
border-left-width: 7px !important;
|
|
3228
3220
|
}
|
|
3229
|
-
[dir="
|
|
3230
|
-
border-
|
|
3221
|
+
[dir="rtl"] .x-border-width--left-07 {
|
|
3222
|
+
border-right-width: 7px !important;
|
|
3231
3223
|
}
|
|
3232
|
-
|
|
3233
|
-
border-
|
|
3224
|
+
.x-border-width--left-07 {
|
|
3225
|
+
border-style: solid !important;
|
|
3234
3226
|
}
|
|
3235
|
-
|
|
3236
|
-
border-
|
|
3227
|
+
.x-border-width--08 {
|
|
3228
|
+
border-width: 8px !important;
|
|
3229
|
+
border-style: solid !important;
|
|
3237
3230
|
}
|
|
3238
|
-
|
|
3239
|
-
border-
|
|
3231
|
+
.x-border-width--top-08 {
|
|
3232
|
+
border-top-width: 8px !important;
|
|
3233
|
+
border-style: solid !important;
|
|
3240
3234
|
}
|
|
3241
|
-
.x-border-
|
|
3242
|
-
border-
|
|
3235
|
+
.x-border-width--bottom-08 {
|
|
3236
|
+
border-bottom-width: 8px !important;
|
|
3237
|
+
border-style: solid !important;
|
|
3243
3238
|
}
|
|
3244
|
-
[dir="ltr"] .x-border-
|
|
3245
|
-
border-
|
|
3239
|
+
[dir="ltr"] .x-border-width--right-08 {
|
|
3240
|
+
border-right-width: 8px !important;
|
|
3246
3241
|
}
|
|
3247
|
-
[dir="rtl"] .x-border-
|
|
3248
|
-
border-
|
|
3242
|
+
[dir="rtl"] .x-border-width--right-08 {
|
|
3243
|
+
border-left-width: 8px !important;
|
|
3249
3244
|
}
|
|
3250
|
-
|
|
3251
|
-
border-
|
|
3245
|
+
.x-border-width--right-08 {
|
|
3246
|
+
border-style: solid !important;
|
|
3252
3247
|
}
|
|
3253
|
-
[dir="
|
|
3254
|
-
border-
|
|
3248
|
+
[dir="ltr"] .x-border-width--left-08 {
|
|
3249
|
+
border-left-width: 8px !important;
|
|
3255
3250
|
}
|
|
3256
|
-
[dir="
|
|
3257
|
-
border-
|
|
3251
|
+
[dir="rtl"] .x-border-width--left-08 {
|
|
3252
|
+
border-right-width: 8px !important;
|
|
3258
3253
|
}
|
|
3259
|
-
|
|
3260
|
-
border-
|
|
3254
|
+
.x-border-width--left-08 {
|
|
3255
|
+
border-style: solid !important;
|
|
3261
3256
|
}
|
|
3262
|
-
|
|
3263
|
-
border-
|
|
3257
|
+
.x-border-width--09 {
|
|
3258
|
+
border-width: 9px !important;
|
|
3259
|
+
border-style: solid !important;
|
|
3264
3260
|
}
|
|
3265
|
-
|
|
3266
|
-
border-
|
|
3261
|
+
.x-border-width--top-09 {
|
|
3262
|
+
border-top-width: 9px !important;
|
|
3263
|
+
border-style: solid !important;
|
|
3267
3264
|
}
|
|
3268
|
-
|
|
3269
|
-
border-
|
|
3265
|
+
.x-border-width--bottom-09 {
|
|
3266
|
+
border-bottom-width: 9px !important;
|
|
3267
|
+
border-style: solid !important;
|
|
3270
3268
|
}
|
|
3271
|
-
[dir="
|
|
3272
|
-
border-
|
|
3269
|
+
[dir="ltr"] .x-border-width--right-09 {
|
|
3270
|
+
border-right-width: 9px !important;
|
|
3273
3271
|
}
|
|
3274
|
-
[dir="
|
|
3275
|
-
border-
|
|
3272
|
+
[dir="rtl"] .x-border-width--right-09 {
|
|
3273
|
+
border-left-width: 9px !important;
|
|
3276
3274
|
}
|
|
3277
|
-
|
|
3278
|
-
border-
|
|
3275
|
+
.x-border-width--right-09 {
|
|
3276
|
+
border-style: solid !important;
|
|
3279
3277
|
}
|
|
3280
|
-
[dir="ltr"] .x-border-
|
|
3281
|
-
border-
|
|
3278
|
+
[dir="ltr"] .x-border-width--left-09 {
|
|
3279
|
+
border-left-width: 9px !important;
|
|
3282
3280
|
}
|
|
3283
|
-
[dir="rtl"] .x-border-
|
|
3284
|
-
border-
|
|
3281
|
+
[dir="rtl"] .x-border-width--left-09 {
|
|
3282
|
+
border-right-width: 9px !important;
|
|
3285
3283
|
}
|
|
3286
|
-
|
|
3287
|
-
border-
|
|
3284
|
+
.x-border-width--left-09 {
|
|
3285
|
+
border-style: solid !important;
|
|
3288
3286
|
}
|
|
3289
|
-
|
|
3290
|
-
border-
|
|
3287
|
+
.x-border-width--10 {
|
|
3288
|
+
border-width: 10px !important;
|
|
3289
|
+
border-style: solid !important;
|
|
3291
3290
|
}
|
|
3292
|
-
|
|
3293
|
-
border-top-
|
|
3291
|
+
.x-border-width--top-10 {
|
|
3292
|
+
border-top-width: 10px !important;
|
|
3293
|
+
border-style: solid !important;
|
|
3294
3294
|
}
|
|
3295
|
-
|
|
3296
|
-
border-
|
|
3295
|
+
.x-border-width--bottom-10 {
|
|
3296
|
+
border-bottom-width: 10px !important;
|
|
3297
|
+
border-style: solid !important;
|
|
3297
3298
|
}
|
|
3298
|
-
[dir="ltr"] .x-border-
|
|
3299
|
-
border-
|
|
3299
|
+
[dir="ltr"] .x-border-width--right-10 {
|
|
3300
|
+
border-right-width: 10px !important;
|
|
3300
3301
|
}
|
|
3301
|
-
[dir="rtl"] .x-border-
|
|
3302
|
-
border-
|
|
3302
|
+
[dir="rtl"] .x-border-width--right-10 {
|
|
3303
|
+
border-left-width: 10px !important;
|
|
3303
3304
|
}
|
|
3304
|
-
|
|
3305
|
-
border-
|
|
3305
|
+
.x-border-width--right-10 {
|
|
3306
|
+
border-style: solid !important;
|
|
3306
3307
|
}
|
|
3307
|
-
[dir="
|
|
3308
|
-
border-
|
|
3308
|
+
[dir="ltr"] .x-border-width--left-10 {
|
|
3309
|
+
border-left-width: 10px !important;
|
|
3309
3310
|
}
|
|
3310
|
-
[dir="
|
|
3311
|
-
border-
|
|
3311
|
+
[dir="rtl"] .x-border-width--left-10 {
|
|
3312
|
+
border-right-width: 10px !important;
|
|
3312
3313
|
}
|
|
3313
|
-
|
|
3314
|
-
border-
|
|
3314
|
+
.x-border-width--left-10 {
|
|
3315
|
+
border-style: solid !important;
|
|
3315
3316
|
}
|
|
3316
3317
|
.x-border-color--lead {
|
|
3317
3318
|
border-color: var(--x-color-base-lead) !important;
|
|
@@ -3414,6 +3415,9 @@
|
|
|
3414
3415
|
.x-text--stroke.x-small {
|
|
3415
3416
|
--x-string-text-decoration-small: line-through;
|
|
3416
3417
|
}
|
|
3418
|
+
.x-text--secondary {
|
|
3419
|
+
--x-color-text-default: var(--x-color-text-secondary);
|
|
3420
|
+
}
|
|
3417
3421
|
:root {
|
|
3418
3422
|
--x-color-text-secondary: var(--x-color-base-neutral-35);
|
|
3419
3423
|
}
|
|
@@ -3432,9 +3436,6 @@
|
|
|
3432
3436
|
.x-text--light.x-small {
|
|
3433
3437
|
--x-number-font-weight-small: var(--x-number-font-weight-base-light);
|
|
3434
3438
|
}
|
|
3435
|
-
.x-text--secondary {
|
|
3436
|
-
--x-color-text-default: var(--x-color-text-secondary);
|
|
3437
|
-
}
|
|
3438
3439
|
:root {
|
|
3439
3440
|
--x-font-family-base: "Montserrat", sans-serif;
|
|
3440
3441
|
--x-size-font-base-xs: 12px;
|
|
@@ -3998,6 +3999,96 @@
|
|
|
3998
3999
|
--x-size-line-height-suggestion-group-default: var(--x-size-line-height-suggestion-default);
|
|
3999
4000
|
--x-number-font-weight-suggestion-group-default: var(--x-number-font-weight-suggestion-default);
|
|
4000
4001
|
}
|
|
4002
|
+
:root {
|
|
4003
|
+
--x-string-align-items-suggestion-default: center;
|
|
4004
|
+
--x-color-text-suggestion-default: var(--x-color-text-default);
|
|
4005
|
+
--x-color-text-suggestion-matching-part-default: var(--x-color-base-neutral-35);
|
|
4006
|
+
--x-color-text-suggestion-default-matching: var(--x-color-text-suggestion-default);
|
|
4007
|
+
--x-color-text-suggestion-filter-default: var(--x-color-base-neutral-35);
|
|
4008
|
+
--x-color-background-suggestion-default: transparent;
|
|
4009
|
+
--x-color-border-suggestion-default: var(--x-color-text-suggestion-default);
|
|
4010
|
+
--x-color-text-suggestion-default-curated: var(--x-color-text-suggestion-default);
|
|
4011
|
+
--x-color-text-suggestion-matching-part-default-curated: var(
|
|
4012
|
+
--x-color-text-suggestion-matching-part-default
|
|
4013
|
+
);
|
|
4014
|
+
--x-color-text-suggestion-default-matching-curated: var(
|
|
4015
|
+
--x-color-text-suggestion-default-matching
|
|
4016
|
+
);
|
|
4017
|
+
--x-color-background-suggestion-default-curated: var(--x-color-background-suggestion-default);
|
|
4018
|
+
--x-color-border-suggestion-default-curated: var(--x-color-border-suggestion-default);
|
|
4019
|
+
--x-size-padding-top-suggestion-default: var(--x-size-base-01);
|
|
4020
|
+
--x-size-padding-right-suggestion-default: 0;
|
|
4021
|
+
--x-size-padding-bottom-suggestion-default: var(--x-size-base-02);
|
|
4022
|
+
--x-size-padding-left-suggestion-default: 0;
|
|
4023
|
+
--x-size-gap-suggestion-default: var(--x-size-base-03);
|
|
4024
|
+
--x-size-border-width-suggestion-default: 0;
|
|
4025
|
+
--x-size-border-width-top-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4026
|
+
--x-size-border-width-right-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4027
|
+
--x-size-border-width-bottom-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4028
|
+
--x-size-border-width-left-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4029
|
+
--x-size-border-radius-suggestion-default: var(--x-size-border-radius-base-none);
|
|
4030
|
+
--x-size-border-radius-top-left-suggestion-default: var(
|
|
4031
|
+
--x-size-border-radius-suggestion-default
|
|
4032
|
+
);
|
|
4033
|
+
--x-size-border-radius-top-right-suggestion-default: var(
|
|
4034
|
+
--x-size-border-radius-suggestion-default
|
|
4035
|
+
);
|
|
4036
|
+
--x-size-border-radius-bottom-right-suggestion-default: var(
|
|
4037
|
+
--x-size-border-radius-suggestion-default
|
|
4038
|
+
);
|
|
4039
|
+
--x-size-border-radius-bottom-left-suggestion-default: var(
|
|
4040
|
+
--x-size-border-radius-suggestion-default
|
|
4041
|
+
);
|
|
4042
|
+
--x-font-family-suggestion-default: var(--x-font-family-text);
|
|
4043
|
+
--x-size-font-suggestion-default: var(--x-size-font-text);
|
|
4044
|
+
--x-size-line-height-suggestion-default: var(--x-size-line-height-text);
|
|
4045
|
+
--x-number-font-weight-suggestion-default: var(--x-number-font-weight-text);
|
|
4046
|
+
--x-font-family-suggestion-matching-part-default: var(--x-font-family-suggestion-default);
|
|
4047
|
+
--x-size-font-suggestion-matching-part-default: var(--x-size-font-suggestion-default);
|
|
4048
|
+
--x-size-line-height-suggestion-matching-part-default: var(
|
|
4049
|
+
--x-size-line-height-suggestion-default
|
|
4050
|
+
);
|
|
4051
|
+
--x-number-font-weight-suggestion-matching-part-default: var(
|
|
4052
|
+
--x-number-font-weight-suggestion-default
|
|
4053
|
+
);
|
|
4054
|
+
--x-font-family-suggestion-default-matching: var(--x-font-family-suggestion-default);
|
|
4055
|
+
--x-size-font-suggestion-default-matching: var(--x-size-font-suggestion-default);
|
|
4056
|
+
--x-size-line-height-suggestion-default-matching: var(--x-size-line-height-suggestion-default);
|
|
4057
|
+
--x-number-font-weight-suggestion-default-matching: var(
|
|
4058
|
+
--x-number-font-weight-suggestion-default
|
|
4059
|
+
);
|
|
4060
|
+
--x-font-family-suggestion-filter-default: var(--x-font-family-suggestion-default);
|
|
4061
|
+
--x-size-font-suggestion-filter-default: var(--x-size-font-suggestion-default);
|
|
4062
|
+
--x-size-line-height-suggestion-filter-default: var(--x-size-line-height-suggestion-default);
|
|
4063
|
+
--x-number-font-weight-suggestion-filter-default: var(--x-number-font-weight-suggestion-default);
|
|
4064
|
+
--x-text-transform-suggestion-filter-default: none;
|
|
4065
|
+
--x-font-family-suggestion-default-curated: var(--x-font-family-suggestion-default);
|
|
4066
|
+
--x-size-font-suggestion-default-curated: var(--x-size-font-suggestion-default);
|
|
4067
|
+
--x-size-line-height-suggestion-default-curated: var(--x-size-line-height-suggestion-default);
|
|
4068
|
+
--x-number-font-weight-suggestion-default-curated: var(--x-number-font-weight-suggestion-default);
|
|
4069
|
+
--x-font-family-suggestion-matching-part-default-curated: var(
|
|
4070
|
+
--x-font-family-suggestion-matching-part-default
|
|
4071
|
+
);
|
|
4072
|
+
--x-size-font-suggestion-matching-part-default-curated: var(
|
|
4073
|
+
--x-size-font-suggestion-matching-part-default
|
|
4074
|
+
);
|
|
4075
|
+
--x-size-line-height-suggestion-matching-part-default-curated: var(
|
|
4076
|
+
--x-size-line-height-suggestion-matching-part-default
|
|
4077
|
+
);
|
|
4078
|
+
--x-number-font-weight-suggestion-matching-part-default-curated: var(
|
|
4079
|
+
--x-number-font-weight-suggestion-matching-part-default
|
|
4080
|
+
);
|
|
4081
|
+
--x-font-family-suggestion-default-matching-curated: var(
|
|
4082
|
+
--x-font-family-suggestion-default-matching
|
|
4083
|
+
);
|
|
4084
|
+
--x-size-font-suggestion-default-matching-curated: var(--x-size-font-suggestion-default-matching);
|
|
4085
|
+
--x-size-line-height-suggestion-default-matching-curated: var(
|
|
4086
|
+
--x-size-line-height-suggestion-default-matching
|
|
4087
|
+
);
|
|
4088
|
+
--x-number-font-weight-suggestion-default-matching-curated: var(
|
|
4089
|
+
--x-number-font-weight-suggestion-default-matching
|
|
4090
|
+
);
|
|
4091
|
+
}
|
|
4001
4092
|
:root {
|
|
4002
4093
|
--x-color-text-suggestion-group-default: var(--x-color-text-suggestion-default);
|
|
4003
4094
|
--x-color-text-suggestion-group-matching-part-default: var(
|
|
@@ -4105,105 +4196,15 @@
|
|
|
4105
4196
|
flex: 1 1 auto;
|
|
4106
4197
|
border: none;
|
|
4107
4198
|
}
|
|
4108
|
-
.x-suggestion-group .x-button {
|
|
4109
|
-
--x-color-background-button-default: transparent;
|
|
4110
|
-
--x-color-border-button-default: transparent;
|
|
4111
|
-
--x-color-text-button-default: var(--x-color-text-suggestion-group-default);
|
|
4112
|
-
--x-size-height-button-default: var(--x-size-line-height-suggestion-group-default);
|
|
4113
|
-
--x-size-padding-right-button-default: 0;
|
|
4114
|
-
--x-size-padding-left-button-default: 0;
|
|
4115
|
-
border: none;
|
|
4116
|
-
}
|
|
4117
|
-
:root {
|
|
4118
|
-
--x-string-align-items-suggestion-default: center;
|
|
4119
|
-
--x-color-text-suggestion-default: var(--x-color-text-default);
|
|
4120
|
-
--x-color-text-suggestion-matching-part-default: var(--x-color-base-neutral-35);
|
|
4121
|
-
--x-color-text-suggestion-default-matching: var(--x-color-text-suggestion-default);
|
|
4122
|
-
--x-color-text-suggestion-filter-default: var(--x-color-base-neutral-35);
|
|
4123
|
-
--x-color-background-suggestion-default: transparent;
|
|
4124
|
-
--x-color-border-suggestion-default: var(--x-color-text-suggestion-default);
|
|
4125
|
-
--x-color-text-suggestion-default-curated: var(--x-color-text-suggestion-default);
|
|
4126
|
-
--x-color-text-suggestion-matching-part-default-curated: var(
|
|
4127
|
-
--x-color-text-suggestion-matching-part-default
|
|
4128
|
-
);
|
|
4129
|
-
--x-color-text-suggestion-default-matching-curated: var(
|
|
4130
|
-
--x-color-text-suggestion-default-matching
|
|
4131
|
-
);
|
|
4132
|
-
--x-color-background-suggestion-default-curated: var(--x-color-background-suggestion-default);
|
|
4133
|
-
--x-color-border-suggestion-default-curated: var(--x-color-border-suggestion-default);
|
|
4134
|
-
--x-size-padding-top-suggestion-default: var(--x-size-base-01);
|
|
4135
|
-
--x-size-padding-right-suggestion-default: 0;
|
|
4136
|
-
--x-size-padding-bottom-suggestion-default: var(--x-size-base-02);
|
|
4137
|
-
--x-size-padding-left-suggestion-default: 0;
|
|
4138
|
-
--x-size-gap-suggestion-default: var(--x-size-base-03);
|
|
4139
|
-
--x-size-border-width-suggestion-default: 0;
|
|
4140
|
-
--x-size-border-width-top-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4141
|
-
--x-size-border-width-right-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4142
|
-
--x-size-border-width-bottom-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4143
|
-
--x-size-border-width-left-suggestion-default: var(--x-size-border-width-suggestion-default);
|
|
4144
|
-
--x-size-border-radius-suggestion-default: var(--x-size-border-radius-base-none);
|
|
4145
|
-
--x-size-border-radius-top-left-suggestion-default: var(
|
|
4146
|
-
--x-size-border-radius-suggestion-default
|
|
4147
|
-
);
|
|
4148
|
-
--x-size-border-radius-top-right-suggestion-default: var(
|
|
4149
|
-
--x-size-border-radius-suggestion-default
|
|
4150
|
-
);
|
|
4151
|
-
--x-size-border-radius-bottom-right-suggestion-default: var(
|
|
4152
|
-
--x-size-border-radius-suggestion-default
|
|
4153
|
-
);
|
|
4154
|
-
--x-size-border-radius-bottom-left-suggestion-default: var(
|
|
4155
|
-
--x-size-border-radius-suggestion-default
|
|
4156
|
-
);
|
|
4157
|
-
--x-font-family-suggestion-default: var(--x-font-family-text);
|
|
4158
|
-
--x-size-font-suggestion-default: var(--x-size-font-text);
|
|
4159
|
-
--x-size-line-height-suggestion-default: var(--x-size-line-height-text);
|
|
4160
|
-
--x-number-font-weight-suggestion-default: var(--x-number-font-weight-text);
|
|
4161
|
-
--x-font-family-suggestion-matching-part-default: var(--x-font-family-suggestion-default);
|
|
4162
|
-
--x-size-font-suggestion-matching-part-default: var(--x-size-font-suggestion-default);
|
|
4163
|
-
--x-size-line-height-suggestion-matching-part-default: var(
|
|
4164
|
-
--x-size-line-height-suggestion-default
|
|
4165
|
-
);
|
|
4166
|
-
--x-number-font-weight-suggestion-matching-part-default: var(
|
|
4167
|
-
--x-number-font-weight-suggestion-default
|
|
4168
|
-
);
|
|
4169
|
-
--x-font-family-suggestion-default-matching: var(--x-font-family-suggestion-default);
|
|
4170
|
-
--x-size-font-suggestion-default-matching: var(--x-size-font-suggestion-default);
|
|
4171
|
-
--x-size-line-height-suggestion-default-matching: var(--x-size-line-height-suggestion-default);
|
|
4172
|
-
--x-number-font-weight-suggestion-default-matching: var(
|
|
4173
|
-
--x-number-font-weight-suggestion-default
|
|
4174
|
-
);
|
|
4175
|
-
--x-font-family-suggestion-filter-default: var(--x-font-family-suggestion-default);
|
|
4176
|
-
--x-size-font-suggestion-filter-default: var(--x-size-font-suggestion-default);
|
|
4177
|
-
--x-size-line-height-suggestion-filter-default: var(--x-size-line-height-suggestion-default);
|
|
4178
|
-
--x-number-font-weight-suggestion-filter-default: var(--x-number-font-weight-suggestion-default);
|
|
4179
|
-
--x-text-transform-suggestion-filter-default: none;
|
|
4180
|
-
--x-font-family-suggestion-default-curated: var(--x-font-family-suggestion-default);
|
|
4181
|
-
--x-size-font-suggestion-default-curated: var(--x-size-font-suggestion-default);
|
|
4182
|
-
--x-size-line-height-suggestion-default-curated: var(--x-size-line-height-suggestion-default);
|
|
4183
|
-
--x-number-font-weight-suggestion-default-curated: var(--x-number-font-weight-suggestion-default);
|
|
4184
|
-
--x-font-family-suggestion-matching-part-default-curated: var(
|
|
4185
|
-
--x-font-family-suggestion-matching-part-default
|
|
4186
|
-
);
|
|
4187
|
-
--x-size-font-suggestion-matching-part-default-curated: var(
|
|
4188
|
-
--x-size-font-suggestion-matching-part-default
|
|
4189
|
-
);
|
|
4190
|
-
--x-size-line-height-suggestion-matching-part-default-curated: var(
|
|
4191
|
-
--x-size-line-height-suggestion-matching-part-default
|
|
4192
|
-
);
|
|
4193
|
-
--x-number-font-weight-suggestion-matching-part-default-curated: var(
|
|
4194
|
-
--x-number-font-weight-suggestion-matching-part-default
|
|
4195
|
-
);
|
|
4196
|
-
--x-font-family-suggestion-default-matching-curated: var(
|
|
4197
|
-
--x-font-family-suggestion-default-matching
|
|
4198
|
-
);
|
|
4199
|
-
--x-size-font-suggestion-default-matching-curated: var(--x-size-font-suggestion-default-matching);
|
|
4200
|
-
--x-size-line-height-suggestion-default-matching-curated: var(
|
|
4201
|
-
--x-size-line-height-suggestion-default-matching
|
|
4202
|
-
);
|
|
4203
|
-
--x-number-font-weight-suggestion-default-matching-curated: var(
|
|
4204
|
-
--x-number-font-weight-suggestion-default-matching
|
|
4205
|
-
);
|
|
4206
|
-
}
|
|
4199
|
+
.x-suggestion-group .x-button {
|
|
4200
|
+
--x-color-background-button-default: transparent;
|
|
4201
|
+
--x-color-border-button-default: transparent;
|
|
4202
|
+
--x-color-text-button-default: var(--x-color-text-suggestion-group-default);
|
|
4203
|
+
--x-size-height-button-default: var(--x-size-line-height-suggestion-group-default);
|
|
4204
|
+
--x-size-padding-right-button-default: 0;
|
|
4205
|
+
--x-size-padding-left-button-default: 0;
|
|
4206
|
+
border: none;
|
|
4207
|
+
}
|
|
4207
4208
|
:root {
|
|
4208
4209
|
--x-string-align-items-suggestion-default: center;
|
|
4209
4210
|
--x-color-text-suggestion-default: var(--x-color-text-default);
|
|
@@ -4918,14 +4919,14 @@
|
|
|
4918
4919
|
:root {
|
|
4919
4920
|
--x-size-border-radius-result-card: var(--x-size-border-radius-base-s);
|
|
4920
4921
|
}
|
|
4921
|
-
:root {
|
|
4922
|
-
--x-size-border-radius-result-card: var(--x-size-border-radius-base-s);
|
|
4923
|
-
}
|
|
4924
4922
|
|
|
4925
4923
|
.x-result.x-result--card {
|
|
4926
4924
|
overflow: hidden;
|
|
4927
4925
|
--x-size-border-radius-result-default: var(--x-size-border-radius-result-card);
|
|
4928
4926
|
}
|
|
4927
|
+
:root {
|
|
4928
|
+
--x-size-border-radius-result-card: var(--x-size-border-radius-base-s);
|
|
4929
|
+
}
|
|
4929
4930
|
:root {
|
|
4930
4931
|
--x-size-height-progress-bar-line-default: var(--x-size-base-02);
|
|
4931
4932
|
--x-size-width-progress-bar-line-default: var(--x-size-base-20);
|
|
@@ -4964,9 +4965,6 @@
|
|
|
4964
4965
|
--x-number-zoom-scale-picture: 1.1;
|
|
4965
4966
|
--x-number-zoom-duration-picture: 0.3s;
|
|
4966
4967
|
}
|
|
4967
|
-
:root {
|
|
4968
|
-
--x-number-aspect-ratio-picture: 1;
|
|
4969
|
-
}
|
|
4970
4968
|
:root {
|
|
4971
4969
|
--x-number-zoom-scale-picture: 1.1;
|
|
4972
4970
|
--x-number-zoom-duration-picture: 0.3s;
|
|
@@ -4981,6 +4979,9 @@
|
|
|
4981
4979
|
:root {
|
|
4982
4980
|
--x-number-aspect-ratio-picture: 1;
|
|
4983
4981
|
}
|
|
4982
|
+
:root {
|
|
4983
|
+
--x-number-aspect-ratio-picture: 1;
|
|
4984
|
+
}
|
|
4984
4985
|
|
|
4985
4986
|
.x-picture--fixed-ratio.x-picture {
|
|
4986
4987
|
aspect-ratio: var(--x-number-aspect-ratio-picture);
|
|
@@ -5064,10 +5065,6 @@
|
|
|
5064
5065
|
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
5065
5066
|
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
5066
5067
|
}
|
|
5067
|
-
:root {
|
|
5068
|
-
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
5069
|
-
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
5070
|
-
}
|
|
5071
5068
|
|
|
5072
5069
|
.x-picture--cover.x-picture {
|
|
5073
5070
|
position: relative;
|
|
@@ -5084,6 +5081,10 @@
|
|
|
5084
5081
|
width: 100%;
|
|
5085
5082
|
height: 100%;
|
|
5086
5083
|
}
|
|
5084
|
+
:root {
|
|
5085
|
+
--x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
|
|
5086
|
+
--x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
|
|
5087
|
+
}
|
|
5087
5088
|
:root {
|
|
5088
5089
|
--x-color-background-picture-colored: var(--x-color-base-neutral-95);
|
|
5089
5090
|
--x-mix-blend-mode-picture-colored: multiply;
|
|
@@ -5448,51 +5449,6 @@
|
|
|
5448
5449
|
--x-number-font-weight-base-regular
|
|
5449
5450
|
);
|
|
5450
5451
|
}
|
|
5451
|
-
:root {
|
|
5452
|
-
--x-color-text-option-list-button-bottom-hover: var(--x-color-base-neutral-10);
|
|
5453
|
-
--x-color-text-option-list-button-bottom-selected-hover: var(
|
|
5454
|
-
--x-color-text-option-list-button-bottom-selected
|
|
5455
|
-
);
|
|
5456
|
-
--x-color-text-option-list-button-bottom: var(--x-color-base-neutral-35);
|
|
5457
|
-
--x-color-text-option-list-button-bottom-selected: var(--x-color-text-default);
|
|
5458
|
-
--x-color-border-option-list-item-bottom: transparent;
|
|
5459
|
-
--x-color-border-top-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5460
|
-
--x-color-border-right-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5461
|
-
--x-color-border-bottom-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5462
|
-
--x-color-border-left-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5463
|
-
--x-color-border-option-list-item-bottom-selected: var(--x-color-base-neutral-10);
|
|
5464
|
-
--x-color-border-top-option-list-item-bottom-selected: var(
|
|
5465
|
-
--x-color-border-option-list-item-bottom
|
|
5466
|
-
);
|
|
5467
|
-
--x-color-border-right-option-list-item-bottom-selected: var(
|
|
5468
|
-
--x-color-border-option-list-item-bottom
|
|
5469
|
-
);
|
|
5470
|
-
--x-color-border-bottom-option-list-item-bottom-selected: var(
|
|
5471
|
-
--x-color-border-option-list-item-bottom-selected
|
|
5472
|
-
);
|
|
5473
|
-
--x-color-border-left-option-list-item-bottom-selected: var(
|
|
5474
|
-
--x-color-border-option-list-item-bottom
|
|
5475
|
-
);
|
|
5476
|
-
--x-size-border-width-option-list-item-bottom: var(--x-size-border-width-base);
|
|
5477
|
-
--x-size-border-width-top-option-list-item-bottom: 0;
|
|
5478
|
-
--x-size-border-width-right-option-list-item-bottom: 0;
|
|
5479
|
-
--x-size-border-width-bottom-option-list-item-bottom: var(
|
|
5480
|
-
--x-size-border-width-option-list-item-bottom
|
|
5481
|
-
);
|
|
5482
|
-
--x-size-border-width-left-option-list-item-bottom: 0;
|
|
5483
|
-
--x-size-border-width-top-option-list-item-bottom-selected: 0;
|
|
5484
|
-
--x-size-border-width-right-option-list-item-bottom-selected: 0;
|
|
5485
|
-
--x-size-border-width-bottom-option-list-item-bottom-selected: var(
|
|
5486
|
-
--x-size-border-width-option-list-item-bottom
|
|
5487
|
-
);
|
|
5488
|
-
--x-size-border-width-left-option-list-item-bottom-selected: 0;
|
|
5489
|
-
--x-size-font-option-list-button-bottom: var(--x-size-font-text);
|
|
5490
|
-
--x-font-decoration-option-list-button-bottom-hover: none;
|
|
5491
|
-
--x-number-font-weight-option-list-button-bottom: var(--x-number-font-weight-base-regular);
|
|
5492
|
-
--x-number-font-weight-option-list-button-bottom-selected: var(
|
|
5493
|
-
--x-number-font-weight-base-regular
|
|
5494
|
-
);
|
|
5495
|
-
}
|
|
5496
5452
|
|
|
5497
5453
|
.x-option-list--bottom.x-option-list,
|
|
5498
5454
|
.x-option-list--bottom .x-option-list {
|
|
@@ -5579,6 +5535,51 @@
|
|
|
5579
5535
|
--x-size-border-width-bottom-option-list-item-default: inherit;
|
|
5580
5536
|
--x-size-border-width-left-option-list-item-default: inherit;
|
|
5581
5537
|
}
|
|
5538
|
+
:root {
|
|
5539
|
+
--x-color-text-option-list-button-bottom-hover: var(--x-color-base-neutral-10);
|
|
5540
|
+
--x-color-text-option-list-button-bottom-selected-hover: var(
|
|
5541
|
+
--x-color-text-option-list-button-bottom-selected
|
|
5542
|
+
);
|
|
5543
|
+
--x-color-text-option-list-button-bottom: var(--x-color-base-neutral-35);
|
|
5544
|
+
--x-color-text-option-list-button-bottom-selected: var(--x-color-text-default);
|
|
5545
|
+
--x-color-border-option-list-item-bottom: transparent;
|
|
5546
|
+
--x-color-border-top-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5547
|
+
--x-color-border-right-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5548
|
+
--x-color-border-bottom-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5549
|
+
--x-color-border-left-option-list-item-bottom: var(--x-color-border-option-list-item-bottom);
|
|
5550
|
+
--x-color-border-option-list-item-bottom-selected: var(--x-color-base-neutral-10);
|
|
5551
|
+
--x-color-border-top-option-list-item-bottom-selected: var(
|
|
5552
|
+
--x-color-border-option-list-item-bottom
|
|
5553
|
+
);
|
|
5554
|
+
--x-color-border-right-option-list-item-bottom-selected: var(
|
|
5555
|
+
--x-color-border-option-list-item-bottom
|
|
5556
|
+
);
|
|
5557
|
+
--x-color-border-bottom-option-list-item-bottom-selected: var(
|
|
5558
|
+
--x-color-border-option-list-item-bottom-selected
|
|
5559
|
+
);
|
|
5560
|
+
--x-color-border-left-option-list-item-bottom-selected: var(
|
|
5561
|
+
--x-color-border-option-list-item-bottom
|
|
5562
|
+
);
|
|
5563
|
+
--x-size-border-width-option-list-item-bottom: var(--x-size-border-width-base);
|
|
5564
|
+
--x-size-border-width-top-option-list-item-bottom: 0;
|
|
5565
|
+
--x-size-border-width-right-option-list-item-bottom: 0;
|
|
5566
|
+
--x-size-border-width-bottom-option-list-item-bottom: var(
|
|
5567
|
+
--x-size-border-width-option-list-item-bottom
|
|
5568
|
+
);
|
|
5569
|
+
--x-size-border-width-left-option-list-item-bottom: 0;
|
|
5570
|
+
--x-size-border-width-top-option-list-item-bottom-selected: 0;
|
|
5571
|
+
--x-size-border-width-right-option-list-item-bottom-selected: 0;
|
|
5572
|
+
--x-size-border-width-bottom-option-list-item-bottom-selected: var(
|
|
5573
|
+
--x-size-border-width-option-list-item-bottom
|
|
5574
|
+
);
|
|
5575
|
+
--x-size-border-width-left-option-list-item-bottom-selected: 0;
|
|
5576
|
+
--x-size-font-option-list-button-bottom: var(--x-size-font-text);
|
|
5577
|
+
--x-font-decoration-option-list-button-bottom-hover: none;
|
|
5578
|
+
--x-number-font-weight-option-list-button-bottom: var(--x-number-font-weight-base-regular);
|
|
5579
|
+
--x-number-font-weight-option-list-button-bottom-selected: var(
|
|
5580
|
+
--x-number-font-weight-base-regular
|
|
5581
|
+
);
|
|
5582
|
+
}
|
|
5582
5583
|
:root {
|
|
5583
5584
|
--x-modal-overlay-color: rgb(0, 0, 0);
|
|
5584
5585
|
--x-modal-overlay-opacity: 0.7;
|
|
@@ -5700,22 +5701,6 @@
|
|
|
5700
5701
|
--x-size-padding-list-12: var(--x-size-base-12);
|
|
5701
5702
|
--x-size-padding-list-13: var(--x-size-base-13);
|
|
5702
5703
|
}
|
|
5703
|
-
/* @deprecated */
|
|
5704
|
-
:root {
|
|
5705
|
-
--x-size-padding-list-01: var(--x-size-base-01);
|
|
5706
|
-
--x-size-padding-list-02: var(--x-size-base-02);
|
|
5707
|
-
--x-size-padding-list-03: var(--x-size-base-03);
|
|
5708
|
-
--x-size-padding-list-04: var(--x-size-base-04);
|
|
5709
|
-
--x-size-padding-list-05: var(--x-size-base-05);
|
|
5710
|
-
--x-size-padding-list-06: var(--x-size-base-06);
|
|
5711
|
-
--x-size-padding-list-07: var(--x-size-base-07);
|
|
5712
|
-
--x-size-padding-list-08: var(--x-size-base-08);
|
|
5713
|
-
--x-size-padding-list-09: var(--x-size-base-09);
|
|
5714
|
-
--x-size-padding-list-10: var(--x-size-base-10);
|
|
5715
|
-
--x-size-padding-list-11: var(--x-size-base-11);
|
|
5716
|
-
--x-size-padding-list-12: var(--x-size-base-12);
|
|
5717
|
-
--x-size-padding-list-13: var(--x-size-base-13);
|
|
5718
|
-
}
|
|
5719
5704
|
|
|
5720
5705
|
/* @deprecated */
|
|
5721
5706
|
[class*=x-list--padding-].x-list.x-list--padding-top:not(.x-list--padding-right) {
|
|
@@ -6062,6 +6047,22 @@
|
|
|
6062
6047
|
--x-size-gap-list-19: var(--x-size-base-19);
|
|
6063
6048
|
--x-size-gap-list-20: var(--x-size-base-20);
|
|
6064
6049
|
}
|
|
6050
|
+
/* @deprecated */
|
|
6051
|
+
:root {
|
|
6052
|
+
--x-size-padding-list-01: var(--x-size-base-01);
|
|
6053
|
+
--x-size-padding-list-02: var(--x-size-base-02);
|
|
6054
|
+
--x-size-padding-list-03: var(--x-size-base-03);
|
|
6055
|
+
--x-size-padding-list-04: var(--x-size-base-04);
|
|
6056
|
+
--x-size-padding-list-05: var(--x-size-base-05);
|
|
6057
|
+
--x-size-padding-list-06: var(--x-size-base-06);
|
|
6058
|
+
--x-size-padding-list-07: var(--x-size-base-07);
|
|
6059
|
+
--x-size-padding-list-08: var(--x-size-base-08);
|
|
6060
|
+
--x-size-padding-list-09: var(--x-size-base-09);
|
|
6061
|
+
--x-size-padding-list-10: var(--x-size-base-10);
|
|
6062
|
+
--x-size-padding-list-11: var(--x-size-base-11);
|
|
6063
|
+
--x-size-padding-list-12: var(--x-size-base-12);
|
|
6064
|
+
--x-size-padding-list-13: var(--x-size-base-13);
|
|
6065
|
+
}
|
|
6065
6066
|
:root {
|
|
6066
6067
|
--x-size-gap-list-01: var(--x-size-base-01);
|
|
6067
6068
|
--x-size-gap-list-02: var(--x-size-base-02);
|
|
@@ -7103,6 +7104,16 @@
|
|
|
7103
7104
|
--x-size-border-radius-bottom-right-input-pill: var(--x-size-border-radius-input-pill);
|
|
7104
7105
|
--x-size-border-radius-bottom-left-input-pill: var(--x-size-border-radius-input-pill);
|
|
7105
7106
|
}
|
|
7107
|
+
:root {
|
|
7108
|
+
--x-size-padding-top-input-line: var(--x-size-base-03);
|
|
7109
|
+
--x-size-padding-right-input-line: 0;
|
|
7110
|
+
--x-size-padding-bottom-input-line: var(--x-size-base-03);
|
|
7111
|
+
--x-size-padding-left-input-line: 0;
|
|
7112
|
+
--x-size-border-width-top-input-line: 0;
|
|
7113
|
+
--x-size-border-width-right-input-line: 0;
|
|
7114
|
+
--x-size-border-width-bottom-input-line: var(--x-size-border-width-base);
|
|
7115
|
+
--x-size-border-width-left-input-line: 0;
|
|
7116
|
+
}
|
|
7106
7117
|
:root {
|
|
7107
7118
|
--x-size-border-radius-input-pill: var(--x-size-border-radius-base-pill);
|
|
7108
7119
|
--x-size-border-radius-top-left-input-pill: var(--x-size-border-radius-input-pill);
|
|
@@ -7129,16 +7140,6 @@
|
|
|
7129
7140
|
--x-size-border-width-bottom-input-line: var(--x-size-border-width-base);
|
|
7130
7141
|
--x-size-border-width-left-input-line: 0;
|
|
7131
7142
|
}
|
|
7132
|
-
:root {
|
|
7133
|
-
--x-size-padding-top-input-line: var(--x-size-base-03);
|
|
7134
|
-
--x-size-padding-right-input-line: 0;
|
|
7135
|
-
--x-size-padding-bottom-input-line: var(--x-size-base-03);
|
|
7136
|
-
--x-size-padding-left-input-line: 0;
|
|
7137
|
-
--x-size-border-width-top-input-line: 0;
|
|
7138
|
-
--x-size-border-width-right-input-line: 0;
|
|
7139
|
-
--x-size-border-width-bottom-input-line: var(--x-size-border-width-base);
|
|
7140
|
-
--x-size-border-width-left-input-line: 0;
|
|
7141
|
-
}
|
|
7142
7143
|
|
|
7143
7144
|
.x-input--line .x-input,
|
|
7144
7145
|
.x-input--line.x-input {
|
|
@@ -7179,6 +7180,13 @@
|
|
|
7179
7180
|
--x-size-line-height-input-placeholder-default: var(--x-size-line-height-input-default);
|
|
7180
7181
|
--x-number-font-weight-input-placeholder-default: var(--x-number-font-weight-input-default);
|
|
7181
7182
|
}
|
|
7183
|
+
:root {
|
|
7184
|
+
--x-size-border-radius-input-card: var(--x-size-border-radius-base-s);
|
|
7185
|
+
--x-size-border-radius-top-left-input-card: var(--x-size-border-radius-input-card);
|
|
7186
|
+
--x-size-border-radius-top-right-input-card: var(--x-size-border-radius-input-card);
|
|
7187
|
+
--x-size-border-radius-bottom-right-input-card: var(--x-size-border-radius-input-card);
|
|
7188
|
+
--x-size-border-radius-bottom-left-input-card: var(--x-size-border-radius-input-card);
|
|
7189
|
+
}
|
|
7182
7190
|
:root {
|
|
7183
7191
|
--x-color-background-input-default: var(--x-color-base-neutral-100);
|
|
7184
7192
|
--x-color-border-input-default: var(--x-color-base-neutral-70);
|
|
@@ -7288,11 +7296,8 @@
|
|
|
7288
7296
|
line-height: var(--x-size-line-height-input-placeholder-default);
|
|
7289
7297
|
}
|
|
7290
7298
|
:root {
|
|
7291
|
-
--x-size-
|
|
7292
|
-
--x-size-
|
|
7293
|
-
--x-size-border-radius-top-right-input-card: var(--x-size-border-radius-input-card);
|
|
7294
|
-
--x-size-border-radius-bottom-right-input-card: var(--x-size-border-radius-input-card);
|
|
7295
|
-
--x-size-border-radius-bottom-left-input-card: var(--x-size-border-radius-input-card);
|
|
7299
|
+
--x-size-width-icon-xl: var(--x-size-base-07);
|
|
7300
|
+
--x-size-height-icon-xl: var(--x-size-base-07);
|
|
7296
7301
|
}
|
|
7297
7302
|
:root {
|
|
7298
7303
|
--x-size-border-radius-input-card: var(--x-size-border-radius-base-s);
|
|
@@ -7318,10 +7323,6 @@
|
|
|
7318
7323
|
--x-size-width-icon-xl: var(--x-size-base-07);
|
|
7319
7324
|
--x-size-height-icon-xl: var(--x-size-base-07);
|
|
7320
7325
|
}
|
|
7321
|
-
:root {
|
|
7322
|
-
--x-size-width-icon-xl: var(--x-size-base-07);
|
|
7323
|
-
--x-size-height-icon-xl: var(--x-size-base-07);
|
|
7324
|
-
}
|
|
7325
7326
|
|
|
7326
7327
|
.x-icon--xl {
|
|
7327
7328
|
--x-size-width-icon-default: var(--x-size-width-icon-xl);
|
|
@@ -7410,11 +7411,6 @@
|
|
|
7410
7411
|
--x-size-gap-grid: var(--x-size-base-03);
|
|
7411
7412
|
--x-size-min-width-grid-item: 150px;
|
|
7412
7413
|
}
|
|
7413
|
-
:root {
|
|
7414
|
-
--x-size-padding-grid: 0;
|
|
7415
|
-
--x-size-gap-grid: var(--x-size-base-03);
|
|
7416
|
-
--x-size-min-width-grid-item: 150px;
|
|
7417
|
-
}
|
|
7418
7414
|
|
|
7419
7415
|
.x-grid-list {
|
|
7420
7416
|
margin: 0;
|
|
@@ -7442,6 +7438,11 @@
|
|
|
7442
7438
|
.x-filter--justified .x-facet-filter > *:last-child:not(.x-filter__label) {
|
|
7443
7439
|
margin-left: auto;
|
|
7444
7440
|
}
|
|
7441
|
+
:root {
|
|
7442
|
+
--x-size-padding-grid: 0;
|
|
7443
|
+
--x-size-gap-grid: var(--x-size-base-03);
|
|
7444
|
+
--x-size-min-width-grid-item: 150px;
|
|
7445
|
+
}
|
|
7445
7446
|
:root {
|
|
7446
7447
|
--x-size-margin-filter-children: 0;
|
|
7447
7448
|
--x-size-padding-top-filter-children: 0;
|
|
@@ -7692,6 +7693,14 @@
|
|
|
7692
7693
|
--x-size-border-width-bottom-facet-header-line: var(--x-size-border-width-facet-header-line);
|
|
7693
7694
|
--x-size-border-width-left-facet-header-line: 0;
|
|
7694
7695
|
}
|
|
7696
|
+
:root {
|
|
7697
|
+
--x-color-border-facet-header-line: var(--x-color-base-neutral-10);
|
|
7698
|
+
--x-size-border-width-facet-header-line: var(--x-size-border-width-base);
|
|
7699
|
+
--x-size-border-width-top-facet-header-line: 0;
|
|
7700
|
+
--x-size-border-width-right-facet-header-line: 0;
|
|
7701
|
+
--x-size-border-width-bottom-facet-header-line: var(--x-size-border-width-facet-header-line);
|
|
7702
|
+
--x-size-border-width-left-facet-header-line: 0;
|
|
7703
|
+
}
|
|
7695
7704
|
|
|
7696
7705
|
.x-facet--line.x-facet,
|
|
7697
7706
|
.x-facet--line .x-facet {
|
|
@@ -7708,14 +7717,6 @@
|
|
|
7708
7717
|
--x-size-border-width-left-facet-header-line
|
|
7709
7718
|
);
|
|
7710
7719
|
}
|
|
7711
|
-
:root {
|
|
7712
|
-
--x-color-border-facet-header-line: var(--x-color-base-neutral-10);
|
|
7713
|
-
--x-size-border-width-facet-header-line: var(--x-size-border-width-base);
|
|
7714
|
-
--x-size-border-width-top-facet-header-line: 0;
|
|
7715
|
-
--x-size-border-width-right-facet-header-line: 0;
|
|
7716
|
-
--x-size-border-width-bottom-facet-header-line: var(--x-size-border-width-facet-header-line);
|
|
7717
|
-
--x-size-border-width-left-facet-header-line: 0;
|
|
7718
|
-
}
|
|
7719
7720
|
:root {
|
|
7720
7721
|
--x-color-background-facet-default: transparent;
|
|
7721
7722
|
--x-color-border-facet-default: var(--x-color-background-facet-default);
|
|
@@ -7749,6 +7750,18 @@
|
|
|
7749
7750
|
--x-number-font-weight-facet-default: var(--x-number-font-weight-title3);
|
|
7750
7751
|
--x-size-line-height-facet-default: var(--x-size-line-height-title3);
|
|
7751
7752
|
}
|
|
7753
|
+
:root {
|
|
7754
|
+
--x-size-border-radius-facet-card: var(--x-size-border-radius-base-s);
|
|
7755
|
+
--x-size-border-radius-top-left-facet-card: var(--x-size-border-radius-facet-card);
|
|
7756
|
+
--x-size-border-radius-top-right-facet-card: var(--x-size-border-radius-facet-card);
|
|
7757
|
+
--x-size-border-radius-bottom-right-facet-card: var(--x-size-border-radius-facet-card);
|
|
7758
|
+
--x-size-border-radius-bottom-left-facet-card: var(--x-size-border-radius-facet-card);
|
|
7759
|
+
--x-size-padding-facet-header-card: var(--x-size-base-03);
|
|
7760
|
+
--x-size-padding-top-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7761
|
+
--x-size-padding-right-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7762
|
+
--x-size-padding-bottom-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7763
|
+
--x-size-padding-left-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7764
|
+
}
|
|
7752
7765
|
:root {
|
|
7753
7766
|
--x-color-background-facet-default: transparent;
|
|
7754
7767
|
--x-color-border-facet-default: var(--x-color-background-facet-default);
|
|
@@ -7888,18 +7901,6 @@
|
|
|
7888
7901
|
--x-size-padding-bottom-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7889
7902
|
--x-size-padding-left-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7890
7903
|
}
|
|
7891
|
-
:root {
|
|
7892
|
-
--x-size-border-radius-facet-card: var(--x-size-border-radius-base-s);
|
|
7893
|
-
--x-size-border-radius-top-left-facet-card: var(--x-size-border-radius-facet-card);
|
|
7894
|
-
--x-size-border-radius-top-right-facet-card: var(--x-size-border-radius-facet-card);
|
|
7895
|
-
--x-size-border-radius-bottom-right-facet-card: var(--x-size-border-radius-facet-card);
|
|
7896
|
-
--x-size-border-radius-bottom-left-facet-card: var(--x-size-border-radius-facet-card);
|
|
7897
|
-
--x-size-padding-facet-header-card: var(--x-size-base-03);
|
|
7898
|
-
--x-size-padding-top-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7899
|
-
--x-size-padding-right-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7900
|
-
--x-size-padding-bottom-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7901
|
-
--x-size-padding-left-facet-header-card: var(--x-size-padding-facet-header-card);
|
|
7902
|
-
}
|
|
7903
7904
|
|
|
7904
7905
|
.x-facet--card.x-facet,
|
|
7905
7906
|
.x-facet--card .x-facet {
|
|
@@ -7917,13 +7918,13 @@
|
|
|
7917
7918
|
:root {
|
|
7918
7919
|
--x-size-width-dropdown-xl: 282px;
|
|
7919
7920
|
}
|
|
7921
|
+
:root {
|
|
7922
|
+
--x-size-width-dropdown-xl: 282px;
|
|
7923
|
+
}
|
|
7920
7924
|
|
|
7921
7925
|
.x-dropdown.x-dropdown--xl {
|
|
7922
7926
|
--x-size-width-dropdown-toggle-default: var(--x-size-width-dropdown-xl);
|
|
7923
7927
|
}
|
|
7924
|
-
:root {
|
|
7925
|
-
--x-size-width-dropdown-xl: 282px;
|
|
7926
|
-
}
|
|
7927
7928
|
:root {
|
|
7928
7929
|
--x-size-width-dropdown-s: 74px;
|
|
7929
7930
|
}
|
|
@@ -8624,11 +8625,6 @@
|
|
|
8624
8625
|
--x-color-border-button-ghost: transparent;
|
|
8625
8626
|
--x-color-text-button-ghost: var(--x-color-base-lead);
|
|
8626
8627
|
}
|
|
8627
|
-
:root {
|
|
8628
|
-
--x-color-background-button-ghost: transparent;
|
|
8629
|
-
--x-color-border-button-ghost: transparent;
|
|
8630
|
-
--x-color-text-button-ghost: var(--x-color-base-lead);
|
|
8631
|
-
}
|
|
8632
8628
|
|
|
8633
8629
|
.x-button--ghost.x-button,
|
|
8634
8630
|
.x-button--ghost .x-button {
|
|
@@ -8646,6 +8642,11 @@
|
|
|
8646
8642
|
.x-button--ghost.x-button--ghost-end .x-button {
|
|
8647
8643
|
--x-size-padding-right-button-default: 0;
|
|
8648
8644
|
}
|
|
8645
|
+
:root {
|
|
8646
|
+
--x-color-background-button-ghost: transparent;
|
|
8647
|
+
--x-color-border-button-ghost: transparent;
|
|
8648
|
+
--x-color-text-button-ghost: var(--x-color-base-lead);
|
|
8649
|
+
}
|
|
8649
8650
|
:root {
|
|
8650
8651
|
--x-color-background-button-default: var(--x-color-base-lead);
|
|
8651
8652
|
--x-color-border-button-default: var(--x-color-background-button-default);
|
|
@@ -8883,4 +8884,4 @@
|
|
|
8883
8884
|
--x-size-border-radius-base-m: var(--x-size-base-06);
|
|
8884
8885
|
--x-size-border-radius-base-pill: 99999px;
|
|
8885
8886
|
--x-size-border-width-base: 1px;
|
|
8886
|
-
}
|
|
8887
|
+
}
|