@financial-times/qanda-ui 0.0.1-beta.24 → 0.0.1-beta.25
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/qanda.scss +7 -9
- package/package.json +1 -1
package/dist/qanda.scss
CHANGED
|
@@ -308,14 +308,12 @@ $app-header-color: #007acc;
|
|
|
308
308
|
color: var(--o3-color-, #33302e);
|
|
309
309
|
float: right;
|
|
310
310
|
margin-top: var(--o3-spacing-2xs);
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
border: unset;
|
|
318
|
-
}
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.expander__link:hover {
|
|
314
|
+
/* Override some o-button styles */
|
|
315
|
+
background-color: unset !important;
|
|
316
|
+
border: unset !important;
|
|
319
317
|
}
|
|
320
318
|
|
|
321
319
|
/* Inlined from ../components/Loader/styles.scss */
|
|
@@ -677,7 +675,7 @@ $app-header-color: #007acc;
|
|
|
677
675
|
|
|
678
676
|
.qanda-container {
|
|
679
677
|
.qanda__stream {
|
|
680
|
-
margin: var(--o3-spacing-l) var(--o3-spacing-
|
|
678
|
+
margin: var(--o3-spacing-l) var(--o3-spacing-5xs) 0 var(--o3-spacing-5xs);
|
|
681
679
|
}
|
|
682
680
|
|
|
683
681
|
.qanda__stream-title {
|