@softheon/armature 17.12.5 → 17.12.6
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.
|
@@ -1679,6 +1679,7 @@ button.soft-button-icon-v2{
|
|
|
1679
1679
|
}
|
|
1680
1680
|
.cdk-overlay-connected-position-bounding-box{
|
|
1681
1681
|
margin-top: 10px !important;
|
|
1682
|
+
margin-bottom: 10px !important;
|
|
1682
1683
|
}
|
|
1683
1684
|
.mat-mdc-menu-panel{
|
|
1684
1685
|
background-color: #FAFAFA !important;
|
|
@@ -1753,7 +1754,7 @@ button.button-icon-utility{
|
|
|
1753
1754
|
&.mat-contained{
|
|
1754
1755
|
color: #146EF6 !important;
|
|
1755
1756
|
background: none !important;
|
|
1756
|
-
border:
|
|
1757
|
+
border: 2px solid #146EF6 !important;
|
|
1757
1758
|
&:focus{
|
|
1758
1759
|
border: 3px solid mat.get-color-from-palette($arm-primary, 700) !important;
|
|
1759
1760
|
color: map-get($arm-error, contrast, 700);
|
|
@@ -1766,7 +1767,7 @@ button.button-icon-utility{
|
|
|
1766
1767
|
&.mat-contained-error{
|
|
1767
1768
|
color:rgba(215, 36, 26, 1) !important;
|
|
1768
1769
|
background: none !important;
|
|
1769
|
-
border:
|
|
1770
|
+
border: 2px solid rgba(215, 36, 26, 1) !important;
|
|
1770
1771
|
&:focus{
|
|
1771
1772
|
border: 3px solid mat.get-color-from-palette($arm-error, 700) !important;
|
|
1772
1773
|
color: map-get($arm-error, contrast, 700);
|
|
@@ -1821,7 +1822,7 @@ button.button-icon-utility{
|
|
|
1821
1822
|
}
|
|
1822
1823
|
&.mat-contained{
|
|
1823
1824
|
background-color: transparent !important;
|
|
1824
|
-
border:
|
|
1825
|
+
border: 2px solid rgba(0, 0, 0, 0.38) !important;
|
|
1825
1826
|
color:rgba(0, 0, 0, 0.38) !important ;
|
|
1826
1827
|
}
|
|
1827
1828
|
&.mat-contained-error{
|