@gomusdev/web-components 1.18.0 → 1.19.0
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.
|
@@ -756,7 +756,7 @@
|
|
|
756
756
|
background-color: #12826a;
|
|
757
757
|
background-color: var(--primary);
|
|
758
758
|
color: white;
|
|
759
|
-
font-size:
|
|
759
|
+
font-size: 1rem;
|
|
760
760
|
padding: 20px 60px;
|
|
761
761
|
border: none;
|
|
762
762
|
border-radius: 0;
|
|
@@ -769,7 +769,33 @@
|
|
|
769
769
|
background-color: #12826a;
|
|
770
770
|
background-color: var(--primary);
|
|
771
771
|
color: white;
|
|
772
|
-
font-size:
|
|
772
|
+
font-size: 1rem;
|
|
773
|
+
padding: 20px 60px;
|
|
774
|
+
border: none;
|
|
775
|
+
border-radius: 0;
|
|
776
|
+
cursor: pointer;
|
|
777
|
+
transition: background-color 0.3s ease;
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
:host .button-primary {
|
|
781
|
+
margin-top: 2rem;
|
|
782
|
+
background-color: #12826a;
|
|
783
|
+
background-color: var(--primary);
|
|
784
|
+
color: white;
|
|
785
|
+
font-size: 1rem;
|
|
786
|
+
padding: 20px 60px;
|
|
787
|
+
border: none;
|
|
788
|
+
border-radius: 0;
|
|
789
|
+
cursor: pointer;
|
|
790
|
+
transition: background-color 0.3s ease;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
:root .button-primary {
|
|
794
|
+
margin-top: 2rem;
|
|
795
|
+
background-color: #12826a;
|
|
796
|
+
background-color: var(--primary);
|
|
797
|
+
color: white;
|
|
798
|
+
font-size: 1rem;
|
|
773
799
|
padding: 20px 60px;
|
|
774
800
|
border: none;
|
|
775
801
|
border-radius: 0;
|