general-library-union 2.3.76 → 2.3.79
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/esm2022/src/app/publico/pages/not-found/not-found.page.mjs +3 -3
- package/fesm2022/general-library-union.mjs +2 -2
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +5 -3
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +5 -3
package/package.json
CHANGED
|
@@ -121,15 +121,16 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
121
121
|
align-items: center;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
|
|
124
|
+
p{
|
|
125
125
|
font-weight: 600;
|
|
126
|
+
font-size: 1.1rem;
|
|
126
127
|
}
|
|
127
128
|
|
|
128
129
|
|
|
129
130
|
img {
|
|
130
131
|
max-width: 50rem;
|
|
131
132
|
width: 100%;
|
|
132
|
-
padding-right:
|
|
133
|
+
padding-right: 15%;
|
|
133
134
|
}
|
|
134
135
|
|
|
135
136
|
h4 {
|
|
@@ -160,7 +161,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
160
161
|
margin: 0;
|
|
161
162
|
margin-bottom: 20px;
|
|
162
163
|
text-align: left;
|
|
163
|
-
margin-bottom:
|
|
164
|
+
margin-bottom: 7px;
|
|
164
165
|
|
|
165
166
|
|
|
166
167
|
@include breakpoint(large) {
|
|
@@ -178,6 +179,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
178
179
|
font-weight: bold;
|
|
179
180
|
box-shadow: 0px 1px 7px var(--color-300);
|
|
180
181
|
margin-top: 15%;
|
|
182
|
+
font-size: 1.05rem;
|
|
181
183
|
}
|
|
182
184
|
}
|
|
183
185
|
|
|
@@ -130,8 +130,9 @@ body {
|
|
|
130
130
|
align-items: center;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
|
|
133
|
+
p{
|
|
134
134
|
font-weight: 600;
|
|
135
|
+
font-size: 1.1rem;
|
|
135
136
|
}
|
|
136
137
|
|
|
137
138
|
|
|
@@ -140,7 +141,7 @@ body {
|
|
|
140
141
|
img {
|
|
141
142
|
max-width: 50rem;
|
|
142
143
|
width: 100%;
|
|
143
|
-
padding-right:
|
|
144
|
+
padding-right: 15%;
|
|
144
145
|
}
|
|
145
146
|
}
|
|
146
147
|
|
|
@@ -173,7 +174,7 @@ body {
|
|
|
173
174
|
margin-bottom: 20px;
|
|
174
175
|
text-align: left;
|
|
175
176
|
margin-top: 15%;
|
|
176
|
-
margin-bottom:
|
|
177
|
+
margin-bottom: 7px;
|
|
177
178
|
|
|
178
179
|
|
|
179
180
|
@include breakpoint(large) {
|
|
@@ -185,6 +186,7 @@ body {
|
|
|
185
186
|
button {
|
|
186
187
|
padding:0.6rem 3rem;
|
|
187
188
|
margin-bottom: 7%;
|
|
189
|
+
font-size: 1.05rem;
|
|
188
190
|
}
|
|
189
191
|
|
|
190
192
|
|