@turquoisehealth/pit-viper 2.112.1 → 2.113.0
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.
|
@@ -1600,6 +1600,24 @@
|
|
|
1600
1600
|
width: 12px;
|
|
1601
1601
|
border-radius: 2px;
|
|
1602
1602
|
}
|
|
1603
|
+
.pv-v2 .pv-avatar[data-style="2"] {
|
|
1604
|
+
background-color: #16696D;
|
|
1605
|
+
}
|
|
1606
|
+
.pv-v2 .pv-avatar[data-style="3"] {
|
|
1607
|
+
background-color: #FF7A4E;
|
|
1608
|
+
}
|
|
1609
|
+
.pv-v2 .pv-avatar[data-style="4"] {
|
|
1610
|
+
background-color: #C97AEB;
|
|
1611
|
+
}
|
|
1612
|
+
.pv-v2 .pv-avatar[data-style="5"] {
|
|
1613
|
+
background-color: #F2AD0D;
|
|
1614
|
+
}
|
|
1615
|
+
.pv-v2 .pv-avatar[data-style="6"] {
|
|
1616
|
+
background-color: #7C8AF4;
|
|
1617
|
+
}
|
|
1618
|
+
.pv-v2 .pv-avatar[data-style="7"] {
|
|
1619
|
+
background-color: #95C54C;
|
|
1620
|
+
}
|
|
1603
1621
|
.pv-v2 .pv-nav-list,
|
|
1604
1622
|
.pv-v2 .pv-nav-list[data-collapsed],
|
|
1605
1623
|
.pv-v2 [data-collapsed] .pv-nav-list {
|
|
@@ -1738,6 +1738,30 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
1738
1738
|
border-radius: 2px;
|
|
1739
1739
|
}
|
|
1740
1740
|
|
|
1741
|
+
.pv-avatar[data-style="2"] {
|
|
1742
|
+
background-color: #16696D;
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
.pv-avatar[data-style="3"] {
|
|
1746
|
+
background-color: #FF7A4E;
|
|
1747
|
+
}
|
|
1748
|
+
|
|
1749
|
+
.pv-avatar[data-style="4"] {
|
|
1750
|
+
background-color: #C97AEB;
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
.pv-avatar[data-style="5"] {
|
|
1754
|
+
background-color: #F2AD0D;
|
|
1755
|
+
}
|
|
1756
|
+
|
|
1757
|
+
.pv-avatar[data-style="6"] {
|
|
1758
|
+
background-color: #7C8AF4;
|
|
1759
|
+
}
|
|
1760
|
+
|
|
1761
|
+
.pv-avatar[data-style="7"] {
|
|
1762
|
+
background-color: #95C54C;
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1741
1765
|
.pv-nav-list,
|
|
1742
1766
|
.pv-nav-list[data-collapsed],
|
|
1743
1767
|
[data-collapsed] .pv-nav-list {
|
|
@@ -1743,6 +1743,30 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
1743
1743
|
border-radius: 2px;
|
|
1744
1744
|
}
|
|
1745
1745
|
|
|
1746
|
+
.pv-avatar[data-style="2"] {
|
|
1747
|
+
background-color: #16696D;
|
|
1748
|
+
}
|
|
1749
|
+
|
|
1750
|
+
.pv-avatar[data-style="3"] {
|
|
1751
|
+
background-color: #FF7A4E;
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1754
|
+
.pv-avatar[data-style="4"] {
|
|
1755
|
+
background-color: #C97AEB;
|
|
1756
|
+
}
|
|
1757
|
+
|
|
1758
|
+
.pv-avatar[data-style="5"] {
|
|
1759
|
+
background-color: #F2AD0D;
|
|
1760
|
+
}
|
|
1761
|
+
|
|
1762
|
+
.pv-avatar[data-style="6"] {
|
|
1763
|
+
background-color: #7C8AF4;
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
.pv-avatar[data-style="7"] {
|
|
1767
|
+
background-color: #95C54C;
|
|
1768
|
+
}
|
|
1769
|
+
|
|
1746
1770
|
.pv-nav-list,
|
|
1747
1771
|
.pv-nav-list[data-collapsed],
|
|
1748
1772
|
[data-collapsed] .pv-nav-list {
|