@wizishop/angular-components 15.1.129 → 15.1.130
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/angular-components.scss
CHANGED
|
@@ -1874,6 +1874,66 @@ wac-block {
|
|
|
1874
1874
|
}
|
|
1875
1875
|
}
|
|
1876
1876
|
|
|
1877
|
+
&.is-white {
|
|
1878
|
+
background-color: $wac-background-color;
|
|
1879
|
+
border-color: $wac-background-color;
|
|
1880
|
+
transition: background-color 0.3s ease-in-out;
|
|
1881
|
+
|
|
1882
|
+
.wac-button__loader {
|
|
1883
|
+
background-color: $wac-background-color-darken;
|
|
1884
|
+
}
|
|
1885
|
+
|
|
1886
|
+
.wac-button__wrapper, .wac-button__animation {
|
|
1887
|
+
color: $wac-white;
|
|
1888
|
+
transition: color 0.3s ease-in-out;
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
&:hover,
|
|
1892
|
+
&.hover {
|
|
1893
|
+
background-color: $wac-background-color-darken;
|
|
1894
|
+
border-color: $wac-background-color-darken;
|
|
1895
|
+
transition: background-color 0.3s ease-in-out;
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1898
|
+
&:focus,
|
|
1899
|
+
&.focus {
|
|
1900
|
+
background-color: $wac-background-color-focus;
|
|
1901
|
+
border-color: $wac-background-color-focus;
|
|
1902
|
+
transition: background-color 0.3s ease-in-out;
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1905
|
+
&.is-outlined {
|
|
1906
|
+
background-color: transparent;
|
|
1907
|
+
border-color: $wac-white;
|
|
1908
|
+
|
|
1909
|
+
.wac-button__loader {
|
|
1910
|
+
background-color: $wac-background-color-darken;
|
|
1911
|
+
}
|
|
1912
|
+
|
|
1913
|
+
.wac-button__wrapper, .wac-button__animation {
|
|
1914
|
+
color: $wac-white !important;
|
|
1915
|
+
transition: color 0.3s ease-in-out;
|
|
1916
|
+
}
|
|
1917
|
+
|
|
1918
|
+
&:hover,
|
|
1919
|
+
&.hover {
|
|
1920
|
+
background-color: $wac-white;
|
|
1921
|
+
border-color: $wac-white;
|
|
1922
|
+
.wac-button__wrapper, .wac-button__animation {
|
|
1923
|
+
color: $wac-second-color !important;
|
|
1924
|
+
transition: color 0.3s ease-in-out;
|
|
1925
|
+
}
|
|
1926
|
+
}
|
|
1927
|
+
|
|
1928
|
+
&:focus,
|
|
1929
|
+
&.focus {
|
|
1930
|
+
background-color: $wac-background-color-focus;
|
|
1931
|
+
border-color: $wac-background-color-focus;
|
|
1932
|
+
transition: background-color 0.3s ease-in-out;
|
|
1933
|
+
}
|
|
1934
|
+
}
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1877
1937
|
&.is-grey {
|
|
1878
1938
|
background-color: $wac-background-color;
|
|
1879
1939
|
border-color: $wac-background-color;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|