holygrail2 1.0.7 → 1.0.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/package.json
CHANGED
|
@@ -226,7 +226,7 @@ button {
|
|
|
226
226
|
|
|
227
227
|
.btn--xxl {
|
|
228
228
|
display: flex;
|
|
229
|
-
|
|
229
|
+
|
|
230
230
|
height: 60px;
|
|
231
231
|
padding: 10px 40px;
|
|
232
232
|
|
|
@@ -243,10 +243,11 @@ button {
|
|
|
243
243
|
|
|
244
244
|
height: 40px;
|
|
245
245
|
display: flex;
|
|
246
|
-
|
|
246
|
+
|
|
247
247
|
padding-bottom:12px;
|
|
248
248
|
justify-content: center;
|
|
249
249
|
align-items: flex-start;
|
|
250
|
+
border-bottom: 1px solid $c-primary;
|
|
250
251
|
|
|
251
252
|
|
|
252
253
|
}
|