@useblu/ocean-core 1.30.0 → 1.30.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/ocean.css +771 -568
- package/ocean.css.map +1 -1
- package/ocean.min.css +1 -1
- package/ocean.min.css.map +1 -1
- package/package.json +1 -1
package/ocean.css
CHANGED
|
@@ -1187,6 +1187,7 @@
|
|
|
1187
1187
|
outline: none;
|
|
1188
1188
|
padding: 16px;
|
|
1189
1189
|
resize: none;
|
|
1190
|
+
width: 100%;
|
|
1190
1191
|
}
|
|
1191
1192
|
.ods-textarea::-moz-placeholder {
|
|
1192
1193
|
color: #d8dae8;
|
|
@@ -1522,84 +1523,6 @@
|
|
|
1522
1523
|
font-weight: 400;
|
|
1523
1524
|
}
|
|
1524
1525
|
|
|
1525
|
-
.ods-typography {
|
|
1526
|
-
margin: 0;
|
|
1527
|
-
}
|
|
1528
|
-
.ods-typography__heading1 {
|
|
1529
|
-
color: #0c0d14;
|
|
1530
|
-
font-family: "Avenir";
|
|
1531
|
-
font-weight: 800;
|
|
1532
|
-
line-height: 1.1;
|
|
1533
|
-
font-size: 32px;
|
|
1534
|
-
}
|
|
1535
|
-
.ods-typography__heading2 {
|
|
1536
|
-
color: #0c0d14;
|
|
1537
|
-
font-family: "Avenir";
|
|
1538
|
-
font-weight: 800;
|
|
1539
|
-
line-height: 1.1;
|
|
1540
|
-
font-size: 24px;
|
|
1541
|
-
}
|
|
1542
|
-
.ods-typography__heading3 {
|
|
1543
|
-
color: #0c0d14;
|
|
1544
|
-
font-family: "Avenir";
|
|
1545
|
-
font-weight: 800;
|
|
1546
|
-
line-height: 1.1;
|
|
1547
|
-
font-size: 20px;
|
|
1548
|
-
}
|
|
1549
|
-
.ods-typography__heading4 {
|
|
1550
|
-
color: #0c0d14;
|
|
1551
|
-
font-family: "Avenir";
|
|
1552
|
-
font-weight: 800;
|
|
1553
|
-
line-height: 1.1;
|
|
1554
|
-
font-size: 16px;
|
|
1555
|
-
font-weight: 700;
|
|
1556
|
-
line-height: 1.1;
|
|
1557
|
-
}
|
|
1558
|
-
.ods-typography__subtitle1 {
|
|
1559
|
-
color: #67697a;
|
|
1560
|
-
font-family: "Nunito Sans";
|
|
1561
|
-
font-weight: 400;
|
|
1562
|
-
line-height: 1.1;
|
|
1563
|
-
font-size: 24px;
|
|
1564
|
-
}
|
|
1565
|
-
.ods-typography__subtitle2 {
|
|
1566
|
-
color: #67697a;
|
|
1567
|
-
font-family: "Nunito Sans";
|
|
1568
|
-
font-weight: 400;
|
|
1569
|
-
line-height: 1.1;
|
|
1570
|
-
font-size: 20px;
|
|
1571
|
-
}
|
|
1572
|
-
.ods-typography__paragraph {
|
|
1573
|
-
color: #67697a;
|
|
1574
|
-
font-family: "Nunito Sans";
|
|
1575
|
-
font-weight: 400;
|
|
1576
|
-
line-height: 1.5;
|
|
1577
|
-
font-size: 16px;
|
|
1578
|
-
}
|
|
1579
|
-
.ods-typography__lead {
|
|
1580
|
-
color: #393b47;
|
|
1581
|
-
font-family: "Nunito Sans";
|
|
1582
|
-
font-size: 20px;
|
|
1583
|
-
font-weight: 700;
|
|
1584
|
-
}
|
|
1585
|
-
.ods-typography__description {
|
|
1586
|
-
color: #67697a;
|
|
1587
|
-
font-family: "Nunito Sans";
|
|
1588
|
-
font-weight: 400;
|
|
1589
|
-
line-height: 1.5;
|
|
1590
|
-
font-size: 14px;
|
|
1591
|
-
}
|
|
1592
|
-
.ods-typography__caption {
|
|
1593
|
-
color: #67697a;
|
|
1594
|
-
font-family: "Nunito Sans";
|
|
1595
|
-
font-weight: 400;
|
|
1596
|
-
line-height: 1.5;
|
|
1597
|
-
font-size: 12px;
|
|
1598
|
-
}
|
|
1599
|
-
.ods-typography--inverse {
|
|
1600
|
-
color: white;
|
|
1601
|
-
}
|
|
1602
|
-
|
|
1603
1526
|
.ods-alert {
|
|
1604
1527
|
align-items: center;
|
|
1605
1528
|
background-color: #f7f9ff;
|
|
@@ -1662,236 +1585,93 @@
|
|
|
1662
1585
|
line-height: 1.5;
|
|
1663
1586
|
}
|
|
1664
1587
|
|
|
1665
|
-
.ods-
|
|
1666
|
-
|
|
1588
|
+
.ods-badge {
|
|
1589
|
+
display: flex;
|
|
1590
|
+
font-family: "Nunito Sans";
|
|
1667
1591
|
}
|
|
1668
|
-
.ods-
|
|
1669
|
-
|
|
1592
|
+
.ods-badge__content {
|
|
1593
|
+
align-items: center;
|
|
1594
|
+
background-color: #ff726e;
|
|
1595
|
+
border-radius: 40px;
|
|
1596
|
+
box-sizing: border-box;
|
|
1597
|
+
color: white;
|
|
1598
|
+
display: flex;
|
|
1599
|
+
font-weight: 700;
|
|
1600
|
+
justify-content: center;
|
|
1601
|
+
white-space: nowrap;
|
|
1602
|
+
width: auto;
|
|
1670
1603
|
}
|
|
1671
|
-
.ods-
|
|
1672
|
-
|
|
1673
|
-
|
|
1604
|
+
.ods-badge--medium .ods-badge__content {
|
|
1605
|
+
font-size: 12px;
|
|
1606
|
+
height: 24px;
|
|
1607
|
+
line-height: 24px;
|
|
1608
|
+
min-width: 24px;
|
|
1609
|
+
width: 24px;
|
|
1674
1610
|
}
|
|
1675
|
-
.ods-
|
|
1676
|
-
|
|
1677
|
-
|
|
1611
|
+
.ods-badge--small .ods-badge__content {
|
|
1612
|
+
font-size: 10px;
|
|
1613
|
+
height: 16px;
|
|
1614
|
+
line-height: 16px;
|
|
1615
|
+
min-width: 16px;
|
|
1678
1616
|
}
|
|
1679
|
-
|
|
1680
|
-
.slick-slider {
|
|
1681
|
-
box-sizing: border-box;
|
|
1617
|
+
.ods-badge--tiny .ods-badge__content {
|
|
1682
1618
|
display: block;
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
-ms-user-select: none;
|
|
1690
|
-
user-select: none;
|
|
1619
|
+
font-size: 10px;
|
|
1620
|
+
height: 8px;
|
|
1621
|
+
line-height: 8px;
|
|
1622
|
+
min-width: 8px;
|
|
1623
|
+
overflow: hidden;
|
|
1624
|
+
width: 8px;
|
|
1691
1625
|
}
|
|
1692
|
-
.
|
|
1693
|
-
|
|
1626
|
+
.ods-badge--small .ods-badge__text {
|
|
1627
|
+
border-radius: 40px;
|
|
1628
|
+
box-shadow: 0 4px 10px #ff726e3d;
|
|
1629
|
+
padding: 0 4px;
|
|
1630
|
+
width: auto;
|
|
1694
1631
|
}
|
|
1695
|
-
.
|
|
1696
|
-
|
|
1632
|
+
.ods-badge--overflow .ods-badge__content {
|
|
1633
|
+
padding: 0 4px;
|
|
1634
|
+
width: auto;
|
|
1697
1635
|
}
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
}
|
|
1636
|
+
.ods-badge--overflow .ods-badge__content {
|
|
1637
|
+
padding: 0 4px;
|
|
1638
|
+
width: auto;
|
|
1702
1639
|
}
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
border-radius: 8px;
|
|
1706
|
-
box-shadow: 0 4px 8px rgba(12, 13, 20, 0.08);
|
|
1707
|
-
display: block;
|
|
1708
|
-
margin: 0;
|
|
1709
|
-
margin-bottom: 15px;
|
|
1710
|
-
overflow: hidden;
|
|
1711
|
-
padding: 0;
|
|
1712
|
-
position: relative;
|
|
1640
|
+
.ods-badge--brand .ods-badge__content {
|
|
1641
|
+
background-color: #0025e0;
|
|
1713
1642
|
}
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
.slick-slider .slick-list {
|
|
1717
|
-
transform: translate3d(0, 0, 0);
|
|
1643
|
+
.ods-badge--brand .ods-badge__text.ods-badge__content {
|
|
1644
|
+
box-shadow: 0 4px 10px #0025e03d;
|
|
1718
1645
|
}
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
display: flex;
|
|
1722
|
-
left: 0;
|
|
1723
|
-
margin-left: auto;
|
|
1724
|
-
margin-right: auto;
|
|
1725
|
-
position: relative;
|
|
1726
|
-
top: 0;
|
|
1646
|
+
.ods-badge--complementary .ods-badge__content {
|
|
1647
|
+
background-color: #13bdbd;
|
|
1727
1648
|
}
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
display: block;
|
|
1731
|
-
float: left;
|
|
1732
|
-
height: 100%;
|
|
1733
|
-
min-height: 1px;
|
|
1649
|
+
.ods-badge--complementary .ods-badge__text.ods-badge__content {
|
|
1650
|
+
box-shadow: 0 4px 10px #13bdbd3d;
|
|
1734
1651
|
}
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
box-shadow: 0 4px 8px rgba(12, 13, 20, 0.08);
|
|
1652
|
+
.ods-badge--alert .ods-badge__content {
|
|
1653
|
+
background-color: #ff8a14;
|
|
1738
1654
|
}
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
display: none !important;
|
|
1742
|
-
}
|
|
1655
|
+
.ods-badge--alert .ods-badge__text.ods-badge__content {
|
|
1656
|
+
box-shadow: 0 4px 10px #ff8a143d;
|
|
1743
1657
|
}
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
background: white;
|
|
1747
|
-
border: 1px solid #d8dae8;
|
|
1748
|
-
border-radius: 100%;
|
|
1749
|
-
color: #0025e0;
|
|
1750
|
-
font-size: 0;
|
|
1751
|
-
height: 30px;
|
|
1752
|
-
line-height: 0;
|
|
1753
|
-
margin-top: -10px;
|
|
1754
|
-
outline: none;
|
|
1755
|
-
padding: 0;
|
|
1756
|
-
position: absolute;
|
|
1757
|
-
right: 8px;
|
|
1758
|
-
top: 45%;
|
|
1759
|
-
transform: translate(0, -50%);
|
|
1760
|
-
width: 30px;
|
|
1658
|
+
.ods-badge--neutral .ods-badge__content {
|
|
1659
|
+
background-color: #b6b9cc;
|
|
1761
1660
|
}
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
background: white;
|
|
1765
|
-
border: 1px solid #d8dae8;
|
|
1766
|
-
border-radius: 100%;
|
|
1767
|
-
color: #0025e0;
|
|
1768
|
-
font-size: 0;
|
|
1769
|
-
height: 30px;
|
|
1770
|
-
left: 8px;
|
|
1771
|
-
line-height: 0;
|
|
1772
|
-
margin-top: -10px;
|
|
1773
|
-
outline: none;
|
|
1774
|
-
padding: 0;
|
|
1775
|
-
position: absolute;
|
|
1776
|
-
right: -10px;
|
|
1777
|
-
top: 45%;
|
|
1778
|
-
transform: translate(0, -50%);
|
|
1779
|
-
width: 30px;
|
|
1780
|
-
z-index: 1;
|
|
1661
|
+
.ods-badge--neutral .ods-badge__text.ods-badge__content {
|
|
1662
|
+
box-shadow: 0 4px 10px #b6b9cc3d;
|
|
1781
1663
|
}
|
|
1782
1664
|
|
|
1783
|
-
.
|
|
1784
|
-
|
|
1785
|
-
|
|
1665
|
+
.ods-btn {
|
|
1666
|
+
border: 0;
|
|
1667
|
+
border-radius: 500px;
|
|
1786
1668
|
cursor: pointer;
|
|
1669
|
+
font-family: "Nunito Sans";
|
|
1670
|
+
font-weight: 700;
|
|
1671
|
+
line-height: 1;
|
|
1787
1672
|
outline: none;
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
.slick-prev:active,
|
|
1791
|
-
.slick-next:active {
|
|
1792
|
-
background: #ebecf5;
|
|
1793
|
-
}
|
|
1794
|
-
|
|
1795
|
-
.slick-prev::before,
|
|
1796
|
-
.slick-next::before {
|
|
1797
|
-
-webkit-font-smoothing: antialiased;
|
|
1798
|
-
-moz-osx-font-smoothing: grayscale;
|
|
1799
|
-
line-height: 1;
|
|
1800
|
-
}
|
|
1801
|
-
|
|
1802
|
-
.slick-arrow > path {
|
|
1803
|
-
transform: scale(0.9);
|
|
1804
|
-
}
|
|
1805
|
-
|
|
1806
|
-
.slick-prev > path {
|
|
1807
|
-
transform-origin: left;
|
|
1808
|
-
}
|
|
1809
|
-
|
|
1810
|
-
.slick-next > path {
|
|
1811
|
-
transform-origin: right;
|
|
1812
|
-
}
|
|
1813
|
-
|
|
1814
|
-
.ods-carousel-dots {
|
|
1815
|
-
align-items: center;
|
|
1816
|
-
display: flex;
|
|
1817
|
-
justify-content: center;
|
|
1818
|
-
list-style: none;
|
|
1819
|
-
width: 100%;
|
|
1820
|
-
}
|
|
1821
|
-
|
|
1822
|
-
.ods-carousel-dots ul {
|
|
1823
|
-
align-items: center;
|
|
1824
|
-
display: flex;
|
|
1825
|
-
justify-content: center;
|
|
1826
|
-
-webkit-margin-after: 0;
|
|
1827
|
-
margin-block-end: 0;
|
|
1828
|
-
-webkit-margin-before: 0;
|
|
1829
|
-
margin-block-start: 0;
|
|
1830
|
-
-webkit-padding-start: 0;
|
|
1831
|
-
padding-inline-start: 0;
|
|
1832
|
-
}
|
|
1833
|
-
|
|
1834
|
-
.ods-carousel-dots li {
|
|
1835
|
-
cursor: pointer;
|
|
1836
|
-
display: inline-block;
|
|
1837
|
-
height: 20px;
|
|
1838
|
-
position: relative;
|
|
1839
|
-
width: 12px;
|
|
1840
|
-
}
|
|
1841
|
-
|
|
1842
|
-
.ods-carousel-dots li button {
|
|
1843
|
-
align-items: center;
|
|
1844
|
-
background: transparent;
|
|
1845
|
-
border: 0;
|
|
1846
|
-
color: transparent;
|
|
1847
|
-
cursor: pointer;
|
|
1848
|
-
display: flex;
|
|
1849
|
-
display: block;
|
|
1850
|
-
font-size: 0;
|
|
1851
|
-
height: 20px;
|
|
1852
|
-
justify-content: center;
|
|
1853
|
-
line-height: 0;
|
|
1854
|
-
outline: none;
|
|
1855
|
-
padding: 5px;
|
|
1856
|
-
width: 8px;
|
|
1857
|
-
}
|
|
1858
|
-
|
|
1859
|
-
.ods-carousel-dots li button::before {
|
|
1860
|
-
align-items: center;
|
|
1861
|
-
background: #d8dae8;
|
|
1862
|
-
border-radius: 16px;
|
|
1863
|
-
content: " ";
|
|
1864
|
-
display: flex;
|
|
1865
|
-
font-size: 24px;
|
|
1866
|
-
height: 4px;
|
|
1867
|
-
left: 0;
|
|
1868
|
-
padding: 0;
|
|
1869
|
-
position: absolute;
|
|
1870
|
-
text-align: center;
|
|
1871
|
-
top: 0;
|
|
1872
|
-
width: 4px;
|
|
1873
|
-
}
|
|
1874
|
-
|
|
1875
|
-
.ods-carousel-dots .slick-active button::before {
|
|
1876
|
-
background: #0025e0;
|
|
1877
|
-
}
|
|
1878
|
-
|
|
1879
|
-
.ods-divider {
|
|
1880
|
-
border: 0;
|
|
1881
|
-
border-top: 1px solid #ebecf5;
|
|
1882
|
-
margin: 0;
|
|
1883
|
-
}
|
|
1884
|
-
|
|
1885
|
-
.ods-btn {
|
|
1886
|
-
border: 0;
|
|
1887
|
-
border-radius: 500px;
|
|
1888
|
-
cursor: pointer;
|
|
1889
|
-
font-family: "Nunito Sans";
|
|
1890
|
-
font-weight: 700;
|
|
1891
|
-
line-height: 1;
|
|
1892
|
-
outline: none;
|
|
1893
|
-
text-align: center;
|
|
1894
|
-
transition: background-color 0.1s ease-out;
|
|
1673
|
+
text-align: center;
|
|
1674
|
+
transition: background-color 0.1s ease-out;
|
|
1895
1675
|
}
|
|
1896
1676
|
.ods-btn--sm {
|
|
1897
1677
|
font-size: 14px;
|
|
@@ -1998,125 +1778,347 @@
|
|
|
1998
1778
|
cursor: not-allowed;
|
|
1999
1779
|
}
|
|
2000
1780
|
|
|
2001
|
-
.ods-
|
|
2002
|
-
|
|
2003
|
-
background: transparent;
|
|
2004
|
-
border: 0;
|
|
2005
|
-
border-radius: 50%;
|
|
2006
|
-
cursor: pointer;
|
|
2007
|
-
display: flex;
|
|
2008
|
-
height: 48px;
|
|
2009
|
-
justify-content: center;
|
|
2010
|
-
line-height: 1;
|
|
2011
|
-
outline: none;
|
|
2012
|
-
transition: background-color 0.1s ease-out;
|
|
2013
|
-
width: 48px;
|
|
2014
|
-
}
|
|
2015
|
-
.ods-icon-btn:hover {
|
|
2016
|
-
background: #f7f9ff;
|
|
2017
|
-
color: #0025e0;
|
|
2018
|
-
}
|
|
2019
|
-
.ods-icon-btn:active {
|
|
2020
|
-
background: #ebecf5;
|
|
2021
|
-
}
|
|
2022
|
-
.ods-icon-btn--sm {
|
|
2023
|
-
font-size: 16px;
|
|
2024
|
-
height: 40px;
|
|
2025
|
-
width: 40px;
|
|
2026
|
-
}
|
|
2027
|
-
.ods-icon-btn--sm :first-child {
|
|
2028
|
-
height: 20px;
|
|
2029
|
-
width: 20px;
|
|
1781
|
+
.ods-carousel.columns-5, .ods-carousel.columns-4, .ods-carousel.columns-3, .ods-carousel.columns-2 {
|
|
1782
|
+
overflow: hidden;
|
|
2030
1783
|
}
|
|
2031
|
-
.ods-
|
|
2032
|
-
|
|
2033
|
-
height: 48px;
|
|
2034
|
-
width: 48px;
|
|
1784
|
+
.ods-carousel.columns-5 .slick-track, .ods-carousel.columns-4 .slick-track, .ods-carousel.columns-3 .slick-track, .ods-carousel.columns-2 .slick-track {
|
|
1785
|
+
gap: 8px;
|
|
2035
1786
|
}
|
|
2036
|
-
.ods-
|
|
2037
|
-
|
|
2038
|
-
|
|
1787
|
+
.ods-carousel.columns-5 .slick-list, .ods-carousel.columns-4 .slick-list, .ods-carousel.columns-3 .slick-list, .ods-carousel.columns-2 .slick-list {
|
|
1788
|
+
box-shadow: none;
|
|
1789
|
+
overflow: inherit;
|
|
2039
1790
|
}
|
|
2040
|
-
.ods-
|
|
2041
|
-
|
|
2042
|
-
|
|
1791
|
+
.ods-carousel.columns-5 .slick-slide, .ods-carousel.columns-4 .slick-slide, .ods-carousel.columns-3 .slick-slide, .ods-carousel.columns-2 .slick-slide {
|
|
1792
|
+
border-radius: 8px;
|
|
1793
|
+
box-shadow: 0 4px 8px rgba(12, 13, 20, 0.08);
|
|
2043
1794
|
}
|
|
2044
1795
|
|
|
2045
|
-
.
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
.ods-lnk--inverse {
|
|
2057
|
-
color: #6ae5e5;
|
|
1796
|
+
.slick-slider {
|
|
1797
|
+
box-sizing: border-box;
|
|
1798
|
+
display: block;
|
|
1799
|
+
position: relative;
|
|
1800
|
+
-webkit-tap-highlight-color: transparent;
|
|
1801
|
+
touch-action: pan-y;
|
|
1802
|
+
-webkit-touch-callout: none;
|
|
1803
|
+
-webkit-user-select: none;
|
|
1804
|
+
-moz-user-select: none;
|
|
1805
|
+
-ms-user-select: none;
|
|
1806
|
+
user-select: none;
|
|
2058
1807
|
}
|
|
2059
|
-
.
|
|
2060
|
-
|
|
1808
|
+
.slick-slider .slick-arrow {
|
|
1809
|
+
display: none !important;
|
|
2061
1810
|
}
|
|
2062
|
-
.
|
|
2063
|
-
|
|
1811
|
+
.slick-slider:hover .slick-arrow {
|
|
1812
|
+
display: block !important;
|
|
2064
1813
|
}
|
|
2065
|
-
|
|
2066
|
-
|
|
1814
|
+
@media (max-width: 767.98px) {
|
|
1815
|
+
.slick-slider:hover .slick-arrow {
|
|
1816
|
+
display: none !important;
|
|
1817
|
+
}
|
|
2067
1818
|
}
|
|
2068
1819
|
|
|
2069
|
-
.
|
|
2070
|
-
background: white;
|
|
2071
|
-
border: 1px solid #ebecf5;
|
|
1820
|
+
.slick-list {
|
|
2072
1821
|
border-radius: 8px;
|
|
2073
|
-
box-
|
|
1822
|
+
box-shadow: 0 4px 8px rgba(12, 13, 20, 0.08);
|
|
1823
|
+
display: block;
|
|
1824
|
+
margin: 0;
|
|
1825
|
+
margin-bottom: 15px;
|
|
2074
1826
|
overflow: hidden;
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
border-bottom: 1px solid #ebecf5;
|
|
2078
|
-
}
|
|
2079
|
-
.ods-list .ods-transaction-list-item__sub-itens .ods-transaction-list-item {
|
|
2080
|
-
border: 0;
|
|
1827
|
+
padding: 0;
|
|
1828
|
+
position: relative;
|
|
2081
1829
|
}
|
|
2082
1830
|
|
|
2083
|
-
.
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
border-radius: 40px;
|
|
2087
|
-
color: #b6b9cc;
|
|
2088
|
-
display: flex;
|
|
2089
|
-
height: 40px;
|
|
2090
|
-
justify-content: center;
|
|
2091
|
-
min-width: 40px;
|
|
2092
|
-
width: 40px;
|
|
2093
|
-
}
|
|
2094
|
-
@media (max-width: 575.98px) {
|
|
2095
|
-
.ods-transaction-list-item__icon {
|
|
2096
|
-
display: none;
|
|
2097
|
-
}
|
|
1831
|
+
.slick-slider .slick-track,
|
|
1832
|
+
.slick-slider .slick-list {
|
|
1833
|
+
transform: translate3d(0, 0, 0);
|
|
2098
1834
|
}
|
|
2099
1835
|
|
|
2100
|
-
.
|
|
2101
|
-
background-color: white;
|
|
2102
|
-
cursor: pointer;
|
|
1836
|
+
.slick-track {
|
|
2103
1837
|
display: flex;
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
1838
|
+
left: 0;
|
|
1839
|
+
margin-left: auto;
|
|
1840
|
+
margin-right: auto;
|
|
1841
|
+
position: relative;
|
|
1842
|
+
top: 0;
|
|
2109
1843
|
}
|
|
2110
|
-
|
|
2111
|
-
|
|
1844
|
+
|
|
1845
|
+
.slick-slide {
|
|
1846
|
+
display: block;
|
|
1847
|
+
float: left;
|
|
1848
|
+
height: 100%;
|
|
1849
|
+
min-height: 1px;
|
|
2112
1850
|
}
|
|
2113
|
-
|
|
2114
|
-
|
|
1851
|
+
|
|
1852
|
+
.slick-arrow {
|
|
1853
|
+
box-shadow: 0 4px 8px rgba(12, 13, 20, 0.08);
|
|
2115
1854
|
}
|
|
2116
|
-
|
|
2117
|
-
|
|
1855
|
+
@media (max-width: 767.98px) {
|
|
1856
|
+
.slick-arrow {
|
|
1857
|
+
display: none !important;
|
|
1858
|
+
}
|
|
2118
1859
|
}
|
|
2119
|
-
|
|
1860
|
+
|
|
1861
|
+
.slick-next {
|
|
1862
|
+
background: white;
|
|
1863
|
+
border: 1px solid #d8dae8;
|
|
1864
|
+
border-radius: 100%;
|
|
1865
|
+
color: #0025e0;
|
|
1866
|
+
font-size: 0;
|
|
1867
|
+
height: 30px;
|
|
1868
|
+
line-height: 0;
|
|
1869
|
+
margin-top: -10px;
|
|
1870
|
+
outline: none;
|
|
1871
|
+
padding: 0;
|
|
1872
|
+
position: absolute;
|
|
1873
|
+
right: 8px;
|
|
1874
|
+
top: 45%;
|
|
1875
|
+
transform: translate(0, -50%);
|
|
1876
|
+
width: 30px;
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
.slick-prev {
|
|
1880
|
+
background: white;
|
|
1881
|
+
border: 1px solid #d8dae8;
|
|
1882
|
+
border-radius: 100%;
|
|
1883
|
+
color: #0025e0;
|
|
1884
|
+
font-size: 0;
|
|
1885
|
+
height: 30px;
|
|
1886
|
+
left: 8px;
|
|
1887
|
+
line-height: 0;
|
|
1888
|
+
margin-top: -10px;
|
|
1889
|
+
outline: none;
|
|
1890
|
+
padding: 0;
|
|
1891
|
+
position: absolute;
|
|
1892
|
+
right: -10px;
|
|
1893
|
+
top: 45%;
|
|
1894
|
+
transform: translate(0, -50%);
|
|
1895
|
+
width: 30px;
|
|
1896
|
+
z-index: 1;
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
.slick-prev:hover,
|
|
1900
|
+
.slick-next:hover {
|
|
1901
|
+
background: #f7f9ff;
|
|
1902
|
+
cursor: pointer;
|
|
1903
|
+
outline: none;
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1906
|
+
.slick-prev:active,
|
|
1907
|
+
.slick-next:active {
|
|
1908
|
+
background: #ebecf5;
|
|
1909
|
+
}
|
|
1910
|
+
|
|
1911
|
+
.slick-prev::before,
|
|
1912
|
+
.slick-next::before {
|
|
1913
|
+
-webkit-font-smoothing: antialiased;
|
|
1914
|
+
-moz-osx-font-smoothing: grayscale;
|
|
1915
|
+
line-height: 1;
|
|
1916
|
+
}
|
|
1917
|
+
|
|
1918
|
+
.slick-arrow > path {
|
|
1919
|
+
transform: scale(0.9);
|
|
1920
|
+
}
|
|
1921
|
+
|
|
1922
|
+
.slick-prev > path {
|
|
1923
|
+
transform-origin: left;
|
|
1924
|
+
}
|
|
1925
|
+
|
|
1926
|
+
.slick-next > path {
|
|
1927
|
+
transform-origin: right;
|
|
1928
|
+
}
|
|
1929
|
+
|
|
1930
|
+
.ods-carousel-dots {
|
|
1931
|
+
align-items: center;
|
|
1932
|
+
display: flex;
|
|
1933
|
+
justify-content: center;
|
|
1934
|
+
list-style: none;
|
|
1935
|
+
width: 100%;
|
|
1936
|
+
}
|
|
1937
|
+
|
|
1938
|
+
.ods-carousel-dots ul {
|
|
1939
|
+
align-items: center;
|
|
1940
|
+
display: flex;
|
|
1941
|
+
justify-content: center;
|
|
1942
|
+
-webkit-margin-after: 0;
|
|
1943
|
+
margin-block-end: 0;
|
|
1944
|
+
-webkit-margin-before: 0;
|
|
1945
|
+
margin-block-start: 0;
|
|
1946
|
+
-webkit-padding-start: 0;
|
|
1947
|
+
padding-inline-start: 0;
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1950
|
+
.ods-carousel-dots li {
|
|
1951
|
+
cursor: pointer;
|
|
1952
|
+
display: inline-block;
|
|
1953
|
+
height: 20px;
|
|
1954
|
+
position: relative;
|
|
1955
|
+
width: 12px;
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
.ods-carousel-dots li button {
|
|
1959
|
+
align-items: center;
|
|
1960
|
+
background: transparent;
|
|
1961
|
+
border: 0;
|
|
1962
|
+
color: transparent;
|
|
1963
|
+
cursor: pointer;
|
|
1964
|
+
display: flex;
|
|
1965
|
+
display: block;
|
|
1966
|
+
font-size: 0;
|
|
1967
|
+
height: 20px;
|
|
1968
|
+
justify-content: center;
|
|
1969
|
+
line-height: 0;
|
|
1970
|
+
outline: none;
|
|
1971
|
+
padding: 5px;
|
|
1972
|
+
width: 8px;
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1975
|
+
.ods-carousel-dots li button::before {
|
|
1976
|
+
align-items: center;
|
|
1977
|
+
background: #d8dae8;
|
|
1978
|
+
border-radius: 16px;
|
|
1979
|
+
content: " ";
|
|
1980
|
+
display: flex;
|
|
1981
|
+
font-size: 24px;
|
|
1982
|
+
height: 4px;
|
|
1983
|
+
left: 0;
|
|
1984
|
+
padding: 0;
|
|
1985
|
+
position: absolute;
|
|
1986
|
+
text-align: center;
|
|
1987
|
+
top: 0;
|
|
1988
|
+
width: 4px;
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
.ods-carousel-dots .slick-active button::before {
|
|
1992
|
+
background: #0025e0;
|
|
1993
|
+
}
|
|
1994
|
+
|
|
1995
|
+
.ods-divider {
|
|
1996
|
+
border: 0;
|
|
1997
|
+
border-top: 1px solid #ebecf5;
|
|
1998
|
+
margin: 0;
|
|
1999
|
+
}
|
|
2000
|
+
|
|
2001
|
+
.ods-icon-btn {
|
|
2002
|
+
align-items: center;
|
|
2003
|
+
background: transparent;
|
|
2004
|
+
border: 0;
|
|
2005
|
+
border-radius: 50%;
|
|
2006
|
+
cursor: pointer;
|
|
2007
|
+
display: flex;
|
|
2008
|
+
height: 48px;
|
|
2009
|
+
justify-content: center;
|
|
2010
|
+
line-height: 1;
|
|
2011
|
+
outline: none;
|
|
2012
|
+
transition: background-color 0.1s ease-out;
|
|
2013
|
+
width: 48px;
|
|
2014
|
+
}
|
|
2015
|
+
.ods-icon-btn:hover {
|
|
2016
|
+
background: #f7f9ff;
|
|
2017
|
+
color: #0025e0;
|
|
2018
|
+
}
|
|
2019
|
+
.ods-icon-btn:active {
|
|
2020
|
+
background: #ebecf5;
|
|
2021
|
+
}
|
|
2022
|
+
.ods-icon-btn--sm {
|
|
2023
|
+
font-size: 16px;
|
|
2024
|
+
height: 40px;
|
|
2025
|
+
min-width: 40px;
|
|
2026
|
+
width: 40px;
|
|
2027
|
+
}
|
|
2028
|
+
.ods-icon-btn--sm :first-child {
|
|
2029
|
+
height: 20px;
|
|
2030
|
+
width: 20px;
|
|
2031
|
+
}
|
|
2032
|
+
.ods-icon-btn--md {
|
|
2033
|
+
font-size: 20px;
|
|
2034
|
+
height: 48px;
|
|
2035
|
+
min-width: 48px;
|
|
2036
|
+
width: 48px;
|
|
2037
|
+
}
|
|
2038
|
+
.ods-icon-btn--disabled {
|
|
2039
|
+
color: #b6b9cc;
|
|
2040
|
+
cursor: not-allowed;
|
|
2041
|
+
}
|
|
2042
|
+
.ods-icon-btn--disabled:hover {
|
|
2043
|
+
background-color: inherit;
|
|
2044
|
+
color: #b6b9cc;
|
|
2045
|
+
}
|
|
2046
|
+
|
|
2047
|
+
.ods-lnk {
|
|
2048
|
+
color: #0025e0;
|
|
2049
|
+
cursor: pointer;
|
|
2050
|
+
font-family: "Nunito Sans";
|
|
2051
|
+
font-weight: 400;
|
|
2052
|
+
line-height: 1;
|
|
2053
|
+
}
|
|
2054
|
+
.ods-lnk:hover {
|
|
2055
|
+
color: #5872f5;
|
|
2056
|
+
text-decoration: underline;
|
|
2057
|
+
}
|
|
2058
|
+
.ods-lnk--inverse {
|
|
2059
|
+
color: #6ae5e5;
|
|
2060
|
+
}
|
|
2061
|
+
.ods-lnk--inverse:hover {
|
|
2062
|
+
color: #b0f5f5;
|
|
2063
|
+
}
|
|
2064
|
+
.ods-lnk--sm {
|
|
2065
|
+
font-size: 14px;
|
|
2066
|
+
}
|
|
2067
|
+
.ods-lnk--md {
|
|
2068
|
+
font-size: 16px;
|
|
2069
|
+
}
|
|
2070
|
+
|
|
2071
|
+
.ods-list {
|
|
2072
|
+
background: white;
|
|
2073
|
+
border: 1px solid #ebecf5;
|
|
2074
|
+
border-radius: 8px;
|
|
2075
|
+
box-sizing: border-box;
|
|
2076
|
+
overflow: hidden;
|
|
2077
|
+
}
|
|
2078
|
+
.ods-list .ods-transaction-list-item:not(:last-of-type) {
|
|
2079
|
+
border-bottom: 1px solid #ebecf5;
|
|
2080
|
+
}
|
|
2081
|
+
.ods-list .ods-transaction-list-item__sub-itens .ods-transaction-list-item {
|
|
2082
|
+
border: 0;
|
|
2083
|
+
}
|
|
2084
|
+
|
|
2085
|
+
.ods-transaction-list-item__icon {
|
|
2086
|
+
align-items: center;
|
|
2087
|
+
background-color: #f7f9ff;
|
|
2088
|
+
border-radius: 40px;
|
|
2089
|
+
color: #b6b9cc;
|
|
2090
|
+
display: flex;
|
|
2091
|
+
height: 40px;
|
|
2092
|
+
justify-content: center;
|
|
2093
|
+
min-width: 40px;
|
|
2094
|
+
width: 40px;
|
|
2095
|
+
}
|
|
2096
|
+
@media (max-width: 575.98px) {
|
|
2097
|
+
.ods-transaction-list-item__icon {
|
|
2098
|
+
display: none;
|
|
2099
|
+
}
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2102
|
+
.ods-transaction-list-item {
|
|
2103
|
+
background-color: white;
|
|
2104
|
+
cursor: pointer;
|
|
2105
|
+
display: flex;
|
|
2106
|
+
flex-direction: column;
|
|
2107
|
+
width: 100%;
|
|
2108
|
+
}
|
|
2109
|
+
.ods-transaction-list-item:hover, .ods-transaction-list-item:focus {
|
|
2110
|
+
background-color: #f7f9ff;
|
|
2111
|
+
}
|
|
2112
|
+
.ods-transaction-list-item:hover .ods-transaction-list-item__icon, .ods-transaction-list-item:focus .ods-transaction-list-item__icon {
|
|
2113
|
+
background-color: #ebecf5;
|
|
2114
|
+
}
|
|
2115
|
+
.ods-transaction-list-item:active {
|
|
2116
|
+
background-color: #d8dae8;
|
|
2117
|
+
}
|
|
2118
|
+
.ods-transaction-list-item:active .ods-transaction-list-item__icon {
|
|
2119
|
+
background-color: #ebecf5;
|
|
2120
|
+
}
|
|
2121
|
+
.ods-transaction-list-item .ods-transaction-list-item__sub-itens .ods-transaction-list-item {
|
|
2120
2122
|
background-color: transparent;
|
|
2121
2123
|
}
|
|
2122
2124
|
.ods-transaction-list-item .ods-transaction-list-item__sub-itens .ods-transaction-list-item__icon {
|
|
@@ -2219,57 +2221,6 @@
|
|
|
2219
2221
|
font-weight: 600;
|
|
2220
2222
|
}
|
|
2221
2223
|
|
|
2222
|
-
.ods-progress svg {
|
|
2223
|
-
-webkit-animation: ods-loading-animation 0.8s linear infinite;
|
|
2224
|
-
animation: ods-loading-animation 0.8s linear infinite;
|
|
2225
|
-
}
|
|
2226
|
-
.ods-progress svg circle {
|
|
2227
|
-
stroke: #b8c3ff;
|
|
2228
|
-
}
|
|
2229
|
-
.ods-progress svg path {
|
|
2230
|
-
stroke: #0025e0;
|
|
2231
|
-
}
|
|
2232
|
-
.ods-progress--on-color svg circle {
|
|
2233
|
-
stroke: #fff;
|
|
2234
|
-
}
|
|
2235
|
-
.ods-progress--on-color svg path {
|
|
2236
|
-
stroke: #fff;
|
|
2237
|
-
}
|
|
2238
|
-
.ods-progress--md svg {
|
|
2239
|
-
height: 24px;
|
|
2240
|
-
width: 24px;
|
|
2241
|
-
}
|
|
2242
|
-
.ods-progress--sm svg {
|
|
2243
|
-
height: 16px;
|
|
2244
|
-
width: 16px;
|
|
2245
|
-
}
|
|
2246
|
-
.ods-progress--lg svg {
|
|
2247
|
-
height: 32px;
|
|
2248
|
-
width: 32px;
|
|
2249
|
-
}
|
|
2250
|
-
@-webkit-keyframes ods-loading-animation {
|
|
2251
|
-
0% {
|
|
2252
|
-
transform: rotate(0deg);
|
|
2253
|
-
}
|
|
2254
|
-
90% {
|
|
2255
|
-
transform: rotate(340deg);
|
|
2256
|
-
}
|
|
2257
|
-
100% {
|
|
2258
|
-
transform: rotate(360deg);
|
|
2259
|
-
}
|
|
2260
|
-
}
|
|
2261
|
-
@keyframes ods-loading-animation {
|
|
2262
|
-
0% {
|
|
2263
|
-
transform: rotate(0deg);
|
|
2264
|
-
}
|
|
2265
|
-
90% {
|
|
2266
|
-
transform: rotate(340deg);
|
|
2267
|
-
}
|
|
2268
|
-
100% {
|
|
2269
|
-
transform: rotate(360deg);
|
|
2270
|
-
}
|
|
2271
|
-
}
|
|
2272
|
-
|
|
2273
2224
|
.ods-modal__overlay {
|
|
2274
2225
|
background: rgba(57, 59, 71, 0.4);
|
|
2275
2226
|
bottom: 0;
|
|
@@ -2381,6 +2332,149 @@
|
|
|
2381
2332
|
}
|
|
2382
2333
|
}
|
|
2383
2334
|
|
|
2335
|
+
.ods-progress svg {
|
|
2336
|
+
-webkit-animation: ods-loading-animation 0.8s linear infinite;
|
|
2337
|
+
animation: ods-loading-animation 0.8s linear infinite;
|
|
2338
|
+
}
|
|
2339
|
+
.ods-progress svg circle {
|
|
2340
|
+
stroke: #b8c3ff;
|
|
2341
|
+
}
|
|
2342
|
+
.ods-progress svg path {
|
|
2343
|
+
stroke: #0025e0;
|
|
2344
|
+
}
|
|
2345
|
+
.ods-progress--on-color svg circle {
|
|
2346
|
+
stroke: #fff;
|
|
2347
|
+
}
|
|
2348
|
+
.ods-progress--on-color svg path {
|
|
2349
|
+
stroke: #fff;
|
|
2350
|
+
}
|
|
2351
|
+
.ods-progress--md, .ods-progress--md svg {
|
|
2352
|
+
height: 24px;
|
|
2353
|
+
width: 24px;
|
|
2354
|
+
}
|
|
2355
|
+
.ods-progress--sm, .ods-progress--sm svg {
|
|
2356
|
+
height: 16px;
|
|
2357
|
+
width: 16px;
|
|
2358
|
+
}
|
|
2359
|
+
.ods-progress--lg, .ods-progress--lg svg {
|
|
2360
|
+
height: 32px;
|
|
2361
|
+
width: 32px;
|
|
2362
|
+
}
|
|
2363
|
+
@-webkit-keyframes ods-loading-animation {
|
|
2364
|
+
0% {
|
|
2365
|
+
transform: rotate(0deg);
|
|
2366
|
+
}
|
|
2367
|
+
90% {
|
|
2368
|
+
transform: rotate(340deg);
|
|
2369
|
+
}
|
|
2370
|
+
100% {
|
|
2371
|
+
transform: rotate(360deg);
|
|
2372
|
+
}
|
|
2373
|
+
}
|
|
2374
|
+
@keyframes ods-loading-animation {
|
|
2375
|
+
0% {
|
|
2376
|
+
transform: rotate(0deg);
|
|
2377
|
+
}
|
|
2378
|
+
90% {
|
|
2379
|
+
transform: rotate(340deg);
|
|
2380
|
+
}
|
|
2381
|
+
100% {
|
|
2382
|
+
transform: rotate(360deg);
|
|
2383
|
+
}
|
|
2384
|
+
}
|
|
2385
|
+
|
|
2386
|
+
.ods-sub-header {
|
|
2387
|
+
background-color: #f7f9ff;
|
|
2388
|
+
box-sizing: border-box;
|
|
2389
|
+
display: flex;
|
|
2390
|
+
justify-content: space-between;
|
|
2391
|
+
padding: 12px 16px 8px 16px;
|
|
2392
|
+
width: 100%;
|
|
2393
|
+
}
|
|
2394
|
+
|
|
2395
|
+
.ods-sub-header__subtitle,
|
|
2396
|
+
.ods-sub-header__title {
|
|
2397
|
+
color: #67697a;
|
|
2398
|
+
font-family: "Nunito Sans";
|
|
2399
|
+
font-size: 12px;
|
|
2400
|
+
font-weight: 400;
|
|
2401
|
+
line-height: 150%;
|
|
2402
|
+
}
|
|
2403
|
+
.ods-sub-header__subtitle strong,
|
|
2404
|
+
.ods-sub-header__title strong {
|
|
2405
|
+
font-weight: 900;
|
|
2406
|
+
}
|
|
2407
|
+
|
|
2408
|
+
.ods-search {
|
|
2409
|
+
align-items: center;
|
|
2410
|
+
background-color: white;
|
|
2411
|
+
border: 1px solid #d8dae8;
|
|
2412
|
+
border-radius: 4px;
|
|
2413
|
+
display: flex;
|
|
2414
|
+
height: 46px;
|
|
2415
|
+
margin: 1px;
|
|
2416
|
+
width: 100%;
|
|
2417
|
+
}
|
|
2418
|
+
.ods-search input {
|
|
2419
|
+
border: 0;
|
|
2420
|
+
border-radius: 4px;
|
|
2421
|
+
box-sizing: border-box;
|
|
2422
|
+
color: #393b47;
|
|
2423
|
+
font-size: 16px;
|
|
2424
|
+
font-weight: 400;
|
|
2425
|
+
height: 100%;
|
|
2426
|
+
line-height: 1.1;
|
|
2427
|
+
outline: none;
|
|
2428
|
+
padding: 0 8px;
|
|
2429
|
+
width: 100%;
|
|
2430
|
+
}
|
|
2431
|
+
.ods-search input::-moz-placeholder {
|
|
2432
|
+
color: #d8dae8;
|
|
2433
|
+
}
|
|
2434
|
+
.ods-search input:-ms-input-placeholder {
|
|
2435
|
+
color: #d8dae8;
|
|
2436
|
+
}
|
|
2437
|
+
.ods-search input::placeholder {
|
|
2438
|
+
color: #d8dae8;
|
|
2439
|
+
}
|
|
2440
|
+
.ods-search:hover, .ods-search:focus, .ods-search:active {
|
|
2441
|
+
border-color: #5872f5;
|
|
2442
|
+
border-width: 2px;
|
|
2443
|
+
margin: 0;
|
|
2444
|
+
}
|
|
2445
|
+
.ods-search--filled {
|
|
2446
|
+
border-color: #b8c3ff;
|
|
2447
|
+
}
|
|
2448
|
+
.ods-search--disabled {
|
|
2449
|
+
background-color: #ebecf5;
|
|
2450
|
+
border-color: #ebecf5;
|
|
2451
|
+
cursor: not-allowed;
|
|
2452
|
+
}
|
|
2453
|
+
.ods-search--disabled input {
|
|
2454
|
+
color: #b6b9cc;
|
|
2455
|
+
cursor: not-allowed;
|
|
2456
|
+
}
|
|
2457
|
+
.ods-search--disabled:hover, .ods-search--disabled:focus, .ods-search--disabled:active {
|
|
2458
|
+
border-color: #ebecf5;
|
|
2459
|
+
}
|
|
2460
|
+
.ods-search__adornment {
|
|
2461
|
+
line-height: 0;
|
|
2462
|
+
padding-left: 16px;
|
|
2463
|
+
}
|
|
2464
|
+
.ods-search__adornment svg {
|
|
2465
|
+
color: #d8dae8;
|
|
2466
|
+
}
|
|
2467
|
+
.ods-search--filled .ods-search__adornment svg {
|
|
2468
|
+
color: #0025e0;
|
|
2469
|
+
}
|
|
2470
|
+
.ods-search__clean {
|
|
2471
|
+
color: #b6b9cc;
|
|
2472
|
+
margin-right: 4px;
|
|
2473
|
+
}
|
|
2474
|
+
.ods-search__clean:hover {
|
|
2475
|
+
color: #0025e0;
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2384
2478
|
.ods-tag {
|
|
2385
2479
|
align-items: center;
|
|
2386
2480
|
background-color: #f7f9ff;
|
|
@@ -2460,176 +2554,285 @@
|
|
|
2460
2554
|
white-space: nowrap;
|
|
2461
2555
|
}
|
|
2462
2556
|
|
|
2463
|
-
.ods-
|
|
2464
|
-
|
|
2557
|
+
.ods-typography {
|
|
2558
|
+
margin: 0;
|
|
2559
|
+
}
|
|
2560
|
+
.ods-typography__heading1 {
|
|
2561
|
+
color: #0c0d14;
|
|
2562
|
+
font-family: "Avenir";
|
|
2563
|
+
font-weight: 800;
|
|
2564
|
+
line-height: 1.1;
|
|
2565
|
+
font-size: 32px;
|
|
2566
|
+
}
|
|
2567
|
+
.ods-typography__heading2 {
|
|
2568
|
+
color: #0c0d14;
|
|
2569
|
+
font-family: "Avenir";
|
|
2570
|
+
font-weight: 800;
|
|
2571
|
+
line-height: 1.1;
|
|
2572
|
+
font-size: 24px;
|
|
2573
|
+
}
|
|
2574
|
+
.ods-typography__heading3 {
|
|
2575
|
+
color: #0c0d14;
|
|
2576
|
+
font-family: "Avenir";
|
|
2577
|
+
font-weight: 800;
|
|
2578
|
+
line-height: 1.1;
|
|
2579
|
+
font-size: 20px;
|
|
2580
|
+
}
|
|
2581
|
+
.ods-typography__heading4 {
|
|
2582
|
+
color: #0c0d14;
|
|
2583
|
+
font-family: "Avenir";
|
|
2584
|
+
font-weight: 800;
|
|
2585
|
+
line-height: 1.1;
|
|
2586
|
+
font-size: 16px;
|
|
2587
|
+
font-weight: 700;
|
|
2588
|
+
line-height: 1.1;
|
|
2589
|
+
}
|
|
2590
|
+
.ods-typography__subtitle1 {
|
|
2591
|
+
color: #67697a;
|
|
2465
2592
|
font-family: "Nunito Sans";
|
|
2593
|
+
font-weight: 400;
|
|
2594
|
+
line-height: 1.1;
|
|
2595
|
+
font-size: 24px;
|
|
2466
2596
|
}
|
|
2467
|
-
.ods-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2597
|
+
.ods-typography__subtitle2 {
|
|
2598
|
+
color: #67697a;
|
|
2599
|
+
font-family: "Nunito Sans";
|
|
2600
|
+
font-weight: 400;
|
|
2601
|
+
line-height: 1.1;
|
|
2602
|
+
font-size: 20px;
|
|
2603
|
+
}
|
|
2604
|
+
.ods-typography__paragraph {
|
|
2605
|
+
color: #67697a;
|
|
2606
|
+
font-family: "Nunito Sans";
|
|
2607
|
+
font-weight: 400;
|
|
2608
|
+
line-height: 1.5;
|
|
2609
|
+
font-size: 16px;
|
|
2610
|
+
}
|
|
2611
|
+
.ods-typography__lead {
|
|
2612
|
+
color: #393b47;
|
|
2613
|
+
font-family: "Nunito Sans";
|
|
2614
|
+
font-size: 20px;
|
|
2474
2615
|
font-weight: 700;
|
|
2475
|
-
justify-content: center;
|
|
2476
|
-
white-space: nowrap;
|
|
2477
|
-
width: auto;
|
|
2478
2616
|
}
|
|
2479
|
-
.ods-
|
|
2617
|
+
.ods-typography__description {
|
|
2618
|
+
color: #67697a;
|
|
2619
|
+
font-family: "Nunito Sans";
|
|
2620
|
+
font-weight: 400;
|
|
2621
|
+
line-height: 1.5;
|
|
2622
|
+
font-size: 14px;
|
|
2623
|
+
}
|
|
2624
|
+
.ods-typography__caption {
|
|
2625
|
+
color: #67697a;
|
|
2626
|
+
font-family: "Nunito Sans";
|
|
2627
|
+
font-weight: 400;
|
|
2628
|
+
line-height: 1.5;
|
|
2480
2629
|
font-size: 12px;
|
|
2481
|
-
height: 24px;
|
|
2482
|
-
line-height: 24px;
|
|
2483
|
-
min-width: 24px;
|
|
2484
|
-
width: 24px;
|
|
2485
2630
|
}
|
|
2486
|
-
.ods-
|
|
2487
|
-
|
|
2488
|
-
height: 16px;
|
|
2489
|
-
line-height: 16px;
|
|
2490
|
-
min-width: 16px;
|
|
2631
|
+
.ods-typography--inverse {
|
|
2632
|
+
color: white;
|
|
2491
2633
|
}
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
line-height: 8px;
|
|
2497
|
-
min-width: 8px;
|
|
2498
|
-
overflow: hidden;
|
|
2499
|
-
width: 8px;
|
|
2634
|
+
|
|
2635
|
+
.ods-tooltip {
|
|
2636
|
+
cursor: pointer;
|
|
2637
|
+
position: relative;
|
|
2500
2638
|
}
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2639
|
+
|
|
2640
|
+
.ods-tooltip::after {
|
|
2641
|
+
opacity: 0;
|
|
2642
|
+
pointer-events: none;
|
|
2643
|
+
transition: opacity 0.18s ease-out 0.18s, transform 0.18s ease-out 0.18s;
|
|
2644
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
2645
|
+
font-size: 12px;
|
|
2646
|
+
font-style: normal;
|
|
2647
|
+
font-weight: normal;
|
|
2648
|
+
text-indent: 0;
|
|
2649
|
+
text-shadow: none;
|
|
2650
|
+
background: #393b47;
|
|
2651
|
+
border-radius: 2px;
|
|
2652
|
+
border-radius: 8px;
|
|
2653
|
+
color: white;
|
|
2654
|
+
content: attr(aria-label);
|
|
2655
|
+
padding: 12px 16px;
|
|
2656
|
+
position: absolute;
|
|
2657
|
+
white-space: pre;
|
|
2658
|
+
z-index: 10;
|
|
2506
2659
|
}
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2660
|
+
|
|
2661
|
+
.ods-tooltip::before {
|
|
2662
|
+
border: 5px solid transparent;
|
|
2663
|
+
height: 0;
|
|
2664
|
+
width: 0;
|
|
2665
|
+
border-top-color: #393b47;
|
|
2666
|
+
opacity: 0;
|
|
2667
|
+
pointer-events: none;
|
|
2668
|
+
transition: opacity 0.18s ease-out 0.18s, transform 0.18s ease-out 0.18s;
|
|
2669
|
+
content: "";
|
|
2670
|
+
position: absolute;
|
|
2671
|
+
z-index: 10;
|
|
2510
2672
|
}
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2673
|
+
|
|
2674
|
+
.ods-tooltip:hover::before, .ods-tooltip:hover::after,
|
|
2675
|
+
.ods-tooltip[data-tooltip-visible]::before,
|
|
2676
|
+
.ods-tooltip[data-tooltip-visible]::after,
|
|
2677
|
+
.ods-tooltip:not([data-tooltip-nofocus]):focus::before,
|
|
2678
|
+
.ods-tooltip:not([data-tooltip-nofocus]):focus::after {
|
|
2679
|
+
opacity: 1;
|
|
2680
|
+
pointer-events: none;
|
|
2514
2681
|
}
|
|
2515
|
-
|
|
2516
|
-
|
|
2682
|
+
|
|
2683
|
+
.ods-tooltip.font-awesome::after {
|
|
2684
|
+
font-family: FontAwesome, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
2517
2685
|
}
|
|
2518
|
-
|
|
2519
|
-
|
|
2686
|
+
|
|
2687
|
+
.ods-tooltip[data-tooltip-break]::after {
|
|
2688
|
+
white-space: pre;
|
|
2520
2689
|
}
|
|
2521
|
-
.ods-
|
|
2522
|
-
|
|
2690
|
+
.ods-tooltip[data-tooltip-break][data-tooltip-length]::after {
|
|
2691
|
+
white-space: pre-line;
|
|
2692
|
+
word-break: break-word;
|
|
2523
2693
|
}
|
|
2524
|
-
|
|
2525
|
-
|
|
2694
|
+
|
|
2695
|
+
.ods-tooltip[data-tooltip-blunt]::before, .ods-tooltip[data-tooltip-blunt]::after {
|
|
2696
|
+
transition: none;
|
|
2526
2697
|
}
|
|
2527
|
-
|
|
2528
|
-
|
|
2698
|
+
|
|
2699
|
+
.ods-tooltip[data-tooltip-pos=up]:hover::after, .ods-tooltip[data-tooltip-pos=up][data-tooltip-visible]::after,
|
|
2700
|
+
.ods-tooltip[data-tooltip-pos=down]:hover::after,
|
|
2701
|
+
.ods-tooltip[data-tooltip-pos=down][data-tooltip-visible]::after {
|
|
2702
|
+
transform: translate(-50%, 0);
|
|
2529
2703
|
}
|
|
2530
|
-
.ods-
|
|
2531
|
-
|
|
2704
|
+
.ods-tooltip[data-tooltip-pos=up]:hover::before, .ods-tooltip[data-tooltip-pos=up][data-tooltip-visible]::before,
|
|
2705
|
+
.ods-tooltip[data-tooltip-pos=down]:hover::before,
|
|
2706
|
+
.ods-tooltip[data-tooltip-pos=down][data-tooltip-visible]::before {
|
|
2707
|
+
transform: translate(-50%, 0);
|
|
2532
2708
|
}
|
|
2533
|
-
|
|
2534
|
-
|
|
2709
|
+
|
|
2710
|
+
.ods-tooltip[data-tooltip-pos*=-left]::after {
|
|
2711
|
+
left: 0;
|
|
2535
2712
|
}
|
|
2536
|
-
.ods-
|
|
2537
|
-
|
|
2713
|
+
.ods-tooltip[data-tooltip-pos*=-left]::before {
|
|
2714
|
+
left: 5px;
|
|
2538
2715
|
}
|
|
2539
2716
|
|
|
2540
|
-
.ods-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
padding: 12px 16px 8px 16px;
|
|
2546
|
-
width: 100%;
|
|
2717
|
+
.ods-tooltip[data-tooltip-pos*=-right]::after {
|
|
2718
|
+
right: 0;
|
|
2719
|
+
}
|
|
2720
|
+
.ods-tooltip[data-tooltip-pos*=-right]::before {
|
|
2721
|
+
right: 5px;
|
|
2547
2722
|
}
|
|
2548
2723
|
|
|
2549
|
-
.ods-
|
|
2550
|
-
.ods-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
font-size: 12px;
|
|
2554
|
-
font-weight: 400;
|
|
2555
|
-
line-height: 150%;
|
|
2724
|
+
.ods-tooltip[data-tooltip-pos*=-left]:hover::after, .ods-tooltip[data-tooltip-pos*=-left][data-tooltip-visible]::after,
|
|
2725
|
+
.ods-tooltip[data-tooltip-pos*=-right]:hover::after,
|
|
2726
|
+
.ods-tooltip[data-tooltip-pos*=-right][data-tooltip-visible]::after {
|
|
2727
|
+
transform: translate(0, 0);
|
|
2556
2728
|
}
|
|
2557
|
-
.ods-
|
|
2558
|
-
.ods-
|
|
2559
|
-
|
|
2729
|
+
.ods-tooltip[data-tooltip-pos*=-left]:hover::before, .ods-tooltip[data-tooltip-pos*=-left][data-tooltip-visible]::before,
|
|
2730
|
+
.ods-tooltip[data-tooltip-pos*=-right]:hover::before,
|
|
2731
|
+
.ods-tooltip[data-tooltip-pos*=-right][data-tooltip-visible]::before {
|
|
2732
|
+
transform: translate(0, 0);
|
|
2560
2733
|
}
|
|
2561
2734
|
|
|
2562
|
-
.ods-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
border-radius: 4px;
|
|
2567
|
-
display: flex;
|
|
2568
|
-
height: 46px;
|
|
2569
|
-
margin: 1px;
|
|
2570
|
-
width: auto !important;
|
|
2735
|
+
.ods-tooltip[data-tooltip-pos^=up]::before, .ods-tooltip[data-tooltip-pos^=up]::after {
|
|
2736
|
+
bottom: 100%;
|
|
2737
|
+
transform: translate(0, 4px);
|
|
2738
|
+
transform-origin: top;
|
|
2571
2739
|
}
|
|
2572
|
-
.ods-
|
|
2573
|
-
|
|
2574
|
-
border-radius: 4px;
|
|
2575
|
-
box-sizing: border-box;
|
|
2576
|
-
color: #393b47;
|
|
2577
|
-
font-size: 16px;
|
|
2578
|
-
font-weight: 400;
|
|
2579
|
-
height: 100%;
|
|
2580
|
-
line-height: 1.1;
|
|
2581
|
-
outline: none;
|
|
2582
|
-
padding: 0 16px;
|
|
2583
|
-
width: 100%;
|
|
2740
|
+
.ods-tooltip[data-tooltip-pos^=up]::after {
|
|
2741
|
+
margin-bottom: 10px;
|
|
2584
2742
|
}
|
|
2585
|
-
|
|
2586
|
-
|
|
2743
|
+
|
|
2744
|
+
.ods-tooltip[data-tooltip-pos=up]::before, .ods-tooltip[data-tooltip-pos=up]::after {
|
|
2745
|
+
left: 50%;
|
|
2746
|
+
transform: translate(-50%, 4px);
|
|
2587
2747
|
}
|
|
2588
|
-
|
|
2589
|
-
|
|
2748
|
+
|
|
2749
|
+
.ods-tooltip[data-tooltip-pos^=down]::before, .ods-tooltip[data-tooltip-pos^=down]::after {
|
|
2750
|
+
top: 100%;
|
|
2751
|
+
transform: translate(0, -4px);
|
|
2590
2752
|
}
|
|
2591
|
-
.ods-
|
|
2592
|
-
|
|
2753
|
+
.ods-tooltip[data-tooltip-pos^=down]::after {
|
|
2754
|
+
margin-top: 10px;
|
|
2593
2755
|
}
|
|
2594
|
-
.ods-
|
|
2595
|
-
border
|
|
2596
|
-
|
|
2597
|
-
|
|
2756
|
+
.ods-tooltip[data-tooltip-pos^=down]::before {
|
|
2757
|
+
border: 5px solid transparent;
|
|
2758
|
+
height: 0;
|
|
2759
|
+
width: 0;
|
|
2760
|
+
border-bottom-color: #393b47;
|
|
2598
2761
|
}
|
|
2599
|
-
|
|
2600
|
-
|
|
2762
|
+
|
|
2763
|
+
.ods-tooltip[data-tooltip-pos=down]::after, .ods-tooltip[data-tooltip-pos=down]::before {
|
|
2764
|
+
left: 50%;
|
|
2765
|
+
transform: translate(-50%, -4px);
|
|
2601
2766
|
}
|
|
2602
|
-
|
|
2603
|
-
|
|
2767
|
+
|
|
2768
|
+
.ods-tooltip[data-tooltip-pos=left]:hover::after, .ods-tooltip[data-tooltip-pos=left][data-tooltip-visible]::after,
|
|
2769
|
+
.ods-tooltip[data-tooltip-pos=right]:hover::after,
|
|
2770
|
+
.ods-tooltip[data-tooltip-pos=right][data-tooltip-visible]::after {
|
|
2771
|
+
transform: translate(0, -50%);
|
|
2604
2772
|
}
|
|
2605
|
-
.ods-
|
|
2606
|
-
|
|
2773
|
+
.ods-tooltip[data-tooltip-pos=left]:hover::before, .ods-tooltip[data-tooltip-pos=left][data-tooltip-visible]::before,
|
|
2774
|
+
.ods-tooltip[data-tooltip-pos=right]:hover::before,
|
|
2775
|
+
.ods-tooltip[data-tooltip-pos=right][data-tooltip-visible]::before {
|
|
2776
|
+
transform: translate(0, -50%);
|
|
2607
2777
|
}
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2778
|
+
|
|
2779
|
+
.ods-tooltip[data-tooltip-pos=left]::after, .ods-tooltip[data-tooltip-pos=left]::before {
|
|
2780
|
+
right: 100%;
|
|
2781
|
+
top: 50%;
|
|
2782
|
+
transform: translate(4px, -50%);
|
|
2612
2783
|
}
|
|
2613
|
-
.ods-
|
|
2614
|
-
|
|
2615
|
-
cursor: not-allowed;
|
|
2784
|
+
.ods-tooltip[data-tooltip-pos=left]::after {
|
|
2785
|
+
margin-right: 10px;
|
|
2616
2786
|
}
|
|
2617
|
-
.ods-
|
|
2618
|
-
border
|
|
2787
|
+
.ods-tooltip[data-tooltip-pos=left]::before {
|
|
2788
|
+
border: 5px solid transparent;
|
|
2789
|
+
height: 0;
|
|
2790
|
+
width: 0;
|
|
2791
|
+
border-left-color: #393b47;
|
|
2619
2792
|
}
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2793
|
+
|
|
2794
|
+
.ods-tooltip[data-tooltip-pos=right]::after, .ods-tooltip[data-tooltip-pos=right]::before {
|
|
2795
|
+
left: 100%;
|
|
2796
|
+
top: 50%;
|
|
2797
|
+
transform: translate(-4px, -50%);
|
|
2624
2798
|
}
|
|
2625
|
-
.ods-
|
|
2626
|
-
|
|
2627
|
-
line-height: 0;
|
|
2628
|
-
padding-right: 16px;
|
|
2629
|
-
width: 24px;
|
|
2799
|
+
.ods-tooltip[data-tooltip-pos=right]::after {
|
|
2800
|
+
margin-left: 10px;
|
|
2630
2801
|
}
|
|
2631
|
-
.ods-
|
|
2632
|
-
|
|
2802
|
+
.ods-tooltip[data-tooltip-pos=right]::before {
|
|
2803
|
+
border: 5px solid transparent;
|
|
2804
|
+
height: 0;
|
|
2805
|
+
width: 0;
|
|
2806
|
+
border-right-color: #393b47;
|
|
2807
|
+
}
|
|
2808
|
+
|
|
2809
|
+
.ods-tooltip[data-tooltip-length]::after {
|
|
2810
|
+
white-space: normal;
|
|
2811
|
+
}
|
|
2812
|
+
|
|
2813
|
+
.ods-tooltip[data-tooltip-length=small]::after {
|
|
2814
|
+
width: 80px;
|
|
2815
|
+
}
|
|
2816
|
+
|
|
2817
|
+
.ods-tooltip[data-tooltip-length=medium]::after {
|
|
2818
|
+
width: 150px;
|
|
2819
|
+
}
|
|
2820
|
+
|
|
2821
|
+
.ods-tooltip[data-tooltip-length=large]::after {
|
|
2822
|
+
width: 260px;
|
|
2823
|
+
}
|
|
2824
|
+
|
|
2825
|
+
.ods-tooltip[data-tooltip-length=xlarge]::after {
|
|
2826
|
+
width: 380px;
|
|
2827
|
+
}
|
|
2828
|
+
@media screen and (max-width: 768px) {
|
|
2829
|
+
.ods-tooltip[data-tooltip-length=xlarge]::after {
|
|
2830
|
+
width: 90vw;
|
|
2831
|
+
}
|
|
2832
|
+
}
|
|
2833
|
+
|
|
2834
|
+
.ods-tooltip[data-tooltip-length=fit]::after {
|
|
2835
|
+
width: 100%;
|
|
2633
2836
|
}
|
|
2634
2837
|
|
|
2635
2838
|
.ods-topbar {
|