@asantemedia-org/edwardsvacuum-design-system 1.4.7 → 1.4.9
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 +4 -3
- package/dist/index.esm.css +4 -3
- package/dist/index.scss +4 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -477,6 +477,10 @@
|
|
|
477
477
|
padding: 0 3rem 0 1rem;
|
|
478
478
|
transition: all 0.3s ease-in-out;
|
|
479
479
|
border: 2px solid transparent;
|
|
480
|
+
text-decoration: none;
|
|
481
|
+
}
|
|
482
|
+
.Button-module__cmp-button___SMjDF:visited {
|
|
483
|
+
color: inherit;
|
|
480
484
|
}
|
|
481
485
|
.Button-module__cmp-button--style-primary___hfLAd {
|
|
482
486
|
background: linear-gradient(45deg, rgb(196, 38, 46), rgb(135, 10, 32));
|
|
@@ -538,7 +542,4 @@
|
|
|
538
542
|
}
|
|
539
543
|
.Button-module__cmp-button--style-outlineGrey___sG5nd:visited {
|
|
540
544
|
color: #2d363a;
|
|
541
|
-
}
|
|
542
|
-
.Button-module__cmp-button___SMjDF:hover {
|
|
543
|
-
text-decoration: none;
|
|
544
545
|
}
|
package/dist/index.esm.css
CHANGED
|
@@ -477,6 +477,10 @@
|
|
|
477
477
|
padding: 0 3rem 0 1rem;
|
|
478
478
|
transition: all 0.3s ease-in-out;
|
|
479
479
|
border: 2px solid transparent;
|
|
480
|
+
text-decoration: none;
|
|
481
|
+
}
|
|
482
|
+
.Button-module__cmp-button___SMjDF:visited {
|
|
483
|
+
color: inherit;
|
|
480
484
|
}
|
|
481
485
|
.Button-module__cmp-button--style-primary___hfLAd {
|
|
482
486
|
background: linear-gradient(45deg, rgb(196, 38, 46), rgb(135, 10, 32));
|
|
@@ -538,7 +542,4 @@
|
|
|
538
542
|
}
|
|
539
543
|
.Button-module__cmp-button--style-outlineGrey___sG5nd:visited {
|
|
540
544
|
color: #2d363a;
|
|
541
|
-
}
|
|
542
|
-
.Button-module__cmp-button___SMjDF:hover {
|
|
543
|
-
text-decoration: none;
|
|
544
545
|
}
|
package/dist/index.scss
CHANGED
|
@@ -477,6 +477,10 @@
|
|
|
477
477
|
padding: 0 3rem 0 1rem;
|
|
478
478
|
transition: all 0.3s ease-in-out;
|
|
479
479
|
border: 2px solid transparent;
|
|
480
|
+
text-decoration: none;
|
|
481
|
+
}
|
|
482
|
+
.Button-module__cmp-button___SMjDF:visited {
|
|
483
|
+
color: inherit;
|
|
480
484
|
}
|
|
481
485
|
.Button-module__cmp-button--style-primary___hfLAd {
|
|
482
486
|
background: linear-gradient(45deg, rgb(196, 38, 46), rgb(135, 10, 32));
|
|
@@ -538,7 +542,4 @@
|
|
|
538
542
|
}
|
|
539
543
|
.Button-module__cmp-button--style-outlineGrey___sG5nd:visited {
|
|
540
544
|
color: #2d363a;
|
|
541
|
-
}
|
|
542
|
-
.Button-module__cmp-button___SMjDF:hover {
|
|
543
|
-
text-decoration: none;
|
|
544
545
|
}
|