@oat-sa/tao-core-ui 3.18.0 → 3.18.1
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 +1 -1
- package/scss/inc/_base.scss +10 -0
- package/src/css/basic.css +7 -0
- package/src/css/basic.css.map +1 -1
package/package.json
CHANGED
package/scss/inc/_base.scss
CHANGED
|
@@ -593,6 +593,16 @@ body {
|
|
|
593
593
|
writing-mode: vertical-rl;
|
|
594
594
|
}
|
|
595
595
|
|
|
596
|
+
.qti-item .qti-itemBody.writing-mode-vertical-rl {
|
|
597
|
+
hr {
|
|
598
|
+
height: 100%;
|
|
599
|
+
max-height: 100%;
|
|
600
|
+
margin: 0 12px;
|
|
601
|
+
border: none;
|
|
602
|
+
border-right: 1px solid #8c8c8c;
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
|
|
596
606
|
.txt-subscript {
|
|
597
607
|
@include writing-mode-vertical-rl {
|
|
598
608
|
inset-block-start: -0.9em;
|
package/src/css/basic.css
CHANGED
|
@@ -1534,6 +1534,13 @@ html .writing-mode-horizontal-tb {
|
|
|
1534
1534
|
html .writing-mode-vertical-rl {
|
|
1535
1535
|
writing-mode: vertical-rl;
|
|
1536
1536
|
}
|
|
1537
|
+
html .qti-item .qti-itemBody.writing-mode-vertical-rl hr {
|
|
1538
|
+
height: 100%;
|
|
1539
|
+
max-height: 100%;
|
|
1540
|
+
margin: 0 12px;
|
|
1541
|
+
border: none;
|
|
1542
|
+
border-right: 1px solid #8c8c8c;
|
|
1543
|
+
}
|
|
1537
1544
|
html .writing-mode-vertical-rl .txt-subscript {
|
|
1538
1545
|
inset-block-start: -0.9em;
|
|
1539
1546
|
bottom: 0;
|