@softheon/armature 17.5.13 → 17.5.14
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.
|
@@ -1726,17 +1726,21 @@ mat-card {
|
|
|
1726
1726
|
padding-top: 0px !important;
|
|
1727
1727
|
}
|
|
1728
1728
|
|
|
1729
|
-
|
|
1729
|
+
.mdc-tooltip__surface {
|
|
1730
1730
|
color: #fff !important;
|
|
1731
1731
|
font-size: 14px !important;
|
|
1732
1732
|
font-style: normal !important;
|
|
1733
|
-
font-weight:
|
|
1733
|
+
font-weight: 100 !important;
|
|
1734
1734
|
font-family: Poppins !important;
|
|
1735
1735
|
line-height: normal !important;
|
|
1736
1736
|
background-color: #333333!important;
|
|
1737
1737
|
border-radius: 4px !important;
|
|
1738
|
+
text-align: center !important;
|
|
1738
1739
|
position: relative;
|
|
1739
|
-
padding:
|
|
1740
|
+
padding-left: 4px !important;
|
|
1741
|
+
padding-right: 4px !important;
|
|
1742
|
+
padding-bottom: 0px !important;
|
|
1743
|
+
padding-top: 1px !important;
|
|
1740
1744
|
&::after {
|
|
1741
1745
|
width: 0;
|
|
1742
1746
|
height: 0;
|
|
@@ -1745,7 +1749,7 @@ mat-card {
|
|
|
1745
1749
|
}
|
|
1746
1750
|
&.below {
|
|
1747
1751
|
overflow: initial;
|
|
1748
|
-
margin-top:
|
|
1752
|
+
margin-top: 0.75rem;
|
|
1749
1753
|
&:after {
|
|
1750
1754
|
top: -0.5rem;
|
|
1751
1755
|
right: calc(50% - 0.3rem);
|
|
@@ -1759,7 +1763,7 @@ mat-card {
|
|
|
1759
1763
|
|
|
1760
1764
|
&.above {
|
|
1761
1765
|
overflow: initial;
|
|
1762
|
-
margin-bottom:
|
|
1766
|
+
margin-bottom: 0.75rem;
|
|
1763
1767
|
&:after {
|
|
1764
1768
|
bottom: -0.5rem;
|
|
1765
1769
|
right: calc(50% - 0.3rem);
|
|
@@ -1773,9 +1777,9 @@ mat-card {
|
|
|
1773
1777
|
|
|
1774
1778
|
&.right {
|
|
1775
1779
|
overflow: initial;
|
|
1776
|
-
margin-left:
|
|
1780
|
+
margin-left: 0.75rem;
|
|
1777
1781
|
&:after {
|
|
1778
|
-
left: -0.
|
|
1782
|
+
left: -0.40rem;
|
|
1779
1783
|
top: calc(50% - 0.50rem);
|
|
1780
1784
|
transform: rotate(270deg);
|
|
1781
1785
|
border-left: 0.3rem solid transparent;
|
|
@@ -1787,9 +1791,9 @@ mat-card {
|
|
|
1787
1791
|
|
|
1788
1792
|
&.left {
|
|
1789
1793
|
overflow: initial;
|
|
1790
|
-
margin-right:
|
|
1794
|
+
margin-right: 0.75rem;
|
|
1791
1795
|
&:after {
|
|
1792
|
-
right: -0.
|
|
1796
|
+
right: -0.40rem;
|
|
1793
1797
|
top: calc(50% - 0.50rem) ;
|
|
1794
1798
|
transform: rotate(90deg);
|
|
1795
1799
|
border-left: 0.3rem solid transparent;
|