@asantemedia-org/edwardsvacuum-design-system 1.2.0 → 1.2.2
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/dist/index.css +8 -0
- package/dist/index.esm.css +8 -0
- package/dist/index.scss +3337 -0
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -1041,10 +1041,14 @@
|
|
|
1041
1041
|
transition: all 0.3s ease-in-out;
|
|
1042
1042
|
}
|
|
1043
1043
|
.cmp-card__link {
|
|
1044
|
+
color: initial;
|
|
1044
1045
|
display: block;
|
|
1045
1046
|
text-decoration: none;
|
|
1046
1047
|
height: 100%;
|
|
1047
1048
|
}
|
|
1049
|
+
.cmp-card__link:hover {
|
|
1050
|
+
text-decoration: none;
|
|
1051
|
+
}
|
|
1048
1052
|
.cmp-card__content-wrapper {
|
|
1049
1053
|
display: flex;
|
|
1050
1054
|
flex-direction: column;
|
|
@@ -2157,10 +2161,14 @@
|
|
|
2157
2161
|
transition: all 0.3s ease-in-out;
|
|
2158
2162
|
}
|
|
2159
2163
|
.card-module__cmp-card__link___OdszC {
|
|
2164
|
+
color: initial;
|
|
2160
2165
|
display: block;
|
|
2161
2166
|
text-decoration: none;
|
|
2162
2167
|
height: 100%;
|
|
2163
2168
|
}
|
|
2169
|
+
.card-module__cmp-card__link___OdszC:hover {
|
|
2170
|
+
text-decoration: none;
|
|
2171
|
+
}
|
|
2164
2172
|
.card-module__cmp-card__content-wrapper___gh335 {
|
|
2165
2173
|
display: flex;
|
|
2166
2174
|
flex-direction: column;
|
package/dist/index.esm.css
CHANGED
|
@@ -1041,10 +1041,14 @@
|
|
|
1041
1041
|
transition: all 0.3s ease-in-out;
|
|
1042
1042
|
}
|
|
1043
1043
|
.cmp-card__link {
|
|
1044
|
+
color: initial;
|
|
1044
1045
|
display: block;
|
|
1045
1046
|
text-decoration: none;
|
|
1046
1047
|
height: 100%;
|
|
1047
1048
|
}
|
|
1049
|
+
.cmp-card__link:hover {
|
|
1050
|
+
text-decoration: none;
|
|
1051
|
+
}
|
|
1048
1052
|
.cmp-card__content-wrapper {
|
|
1049
1053
|
display: flex;
|
|
1050
1054
|
flex-direction: column;
|
|
@@ -2157,10 +2161,14 @@
|
|
|
2157
2161
|
transition: all 0.3s ease-in-out;
|
|
2158
2162
|
}
|
|
2159
2163
|
.card-module__cmp-card__link___OdszC {
|
|
2164
|
+
color: initial;
|
|
2160
2165
|
display: block;
|
|
2161
2166
|
text-decoration: none;
|
|
2162
2167
|
height: 100%;
|
|
2163
2168
|
}
|
|
2169
|
+
.card-module__cmp-card__link___OdszC:hover {
|
|
2170
|
+
text-decoration: none;
|
|
2171
|
+
}
|
|
2164
2172
|
.card-module__cmp-card__content-wrapper___gh335 {
|
|
2165
2173
|
display: flex;
|
|
2166
2174
|
flex-direction: column;
|