general-library-union 2.3.73 → 2.3.74
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/package.json
CHANGED
|
@@ -123,13 +123,13 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
123
123
|
|
|
124
124
|
|
|
125
125
|
img {
|
|
126
|
-
max-width:
|
|
126
|
+
max-width: 32rem;
|
|
127
127
|
width: 100%;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
h4 {
|
|
131
131
|
color: $white;
|
|
132
|
-
background: linear-gradient(to bottom, us-color(
|
|
132
|
+
background: linear-gradient(to bottom, us-color(300), us-color(500));
|
|
133
133
|
-webkit-text-stroke: 0.5rem transparent;
|
|
134
134
|
-webkit-background-clip: text;
|
|
135
135
|
background-clip: text;
|
|
@@ -142,7 +142,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
142
142
|
|
|
143
143
|
@include breakpoint(large) {
|
|
144
144
|
font-size: 8rem;
|
|
145
|
-
-webkit-text-stroke: 0.
|
|
145
|
+
-webkit-text-stroke: 0.75rem transparent;
|
|
146
146
|
-webkit-background-clip: text;
|
|
147
147
|
background-clip: text;
|
|
148
148
|
text-align: left;
|