@softheon/armature 17.5.12 → 17.5.13

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.
@@ -1734,25 +1734,26 @@ mat-card {
1734
1734
  font-family: Poppins !important;
1735
1735
  line-height: normal !important;
1736
1736
  background-color: #333333!important;
1737
- border-radius: 8px !important;
1737
+ border-radius: 4px !important;
1738
1738
  position: relative;
1739
- padding: 3px 8px !important;
1739
+ padding: 0px 8px !important;
1740
1740
  &::after {
1741
1741
  width: 0;
1742
1742
  height: 0;
1743
1743
  content: '';
1744
1744
  position: absolute;
1745
- border-left: 0.5rem solid transparent;
1746
- border-right: 0.5rem solid transparent;
1747
- border-bottom: 0.5rem solid #333333 !important;
1748
1745
  }
1749
1746
  &.below {
1750
1747
  overflow: initial;
1751
1748
  margin-top: 1rem;
1752
1749
  &:after {
1753
1750
  top: -0.5rem;
1754
- right: calc(50% - 0.5rem);
1751
+ right: calc(50% - 0.3rem);
1755
1752
  transform: rotate(0);
1753
+ border-left: 0.25rem solid transparent;
1754
+ border-right: 0.25rem solid transparent;
1755
+ border-bottom: 0.5rem solid #333333 !important;
1756
+
1756
1757
  }
1757
1758
  }
1758
1759
 
@@ -1761,8 +1762,12 @@ mat-card {
1761
1762
  margin-bottom: 1rem;
1762
1763
  &:after {
1763
1764
  bottom: -0.5rem;
1764
- right: calc(50% - 0.5rem);
1765
+ right: calc(50% - 0.3rem);
1765
1766
  transform: rotate(180deg);
1767
+ border-left: 0.25rem solid transparent;
1768
+ border-right: 0.25rem solid transparent;
1769
+ border-bottom: 0.5rem solid #333333 !important;
1770
+
1766
1771
  }
1767
1772
  }
1768
1773
 
@@ -1771,8 +1776,12 @@ mat-card {
1771
1776
  margin-left: 1rem;
1772
1777
  &:after {
1773
1778
  left: -0.75rem;
1774
- top: calc(50% - 0.25rem);
1779
+ top: calc(50% - 0.50rem);
1775
1780
  transform: rotate(270deg);
1781
+ border-left: 0.3rem solid transparent;
1782
+ border-right: 0.3rem solid transparent;
1783
+ border-bottom: 1rem solid #333333 !important;
1784
+
1776
1785
  }
1777
1786
  }
1778
1787
 
@@ -1781,8 +1790,13 @@ mat-card {
1781
1790
  margin-right: 1rem;
1782
1791
  &:after {
1783
1792
  right: -0.75rem;
1784
- top: calc(50% - 0.25rem);
1793
+ top: calc(50% - 0.50rem) ;
1785
1794
  transform: rotate(90deg);
1795
+ border-left: 0.3rem solid transparent;
1796
+ border-right: 0.3rem solid transparent;
1797
+ border-top: 0.3rem solid transparent;
1798
+ border-bottom: 1rem solid #333333 !important;
1799
+
1786
1800
  }
1787
1801
  }
1788
1802
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softheon/armature",
3
- "version": "17.5.12",
3
+ "version": "17.5.13",
4
4
  "dependencies": {
5
5
  "tslib": "^2.5.0"
6
6
  },