diff --git a/src/scss/text/_text.scss b/src/scss/text/_text.scss index 298543d..0784fd4 100644 --- a/src/scss/text/_text.scss +++ b/src/scss/text/_text.scss @@ -197,6 +197,24 @@ ins::after { /* color: var(--color-neutral-400); */ } +.fullview-main .name { + .name--reg { + &::before { + content: '['; + font-weight: bold; + font-size: 1.1rem; + } + &::after { + content: ']'; + font-weight: bold; + font-size: 1.1rem; + } + display: inline-block; + background: var(--color-green-100); + + } +} + .fullview-main figure { border: 1px solid var(--color-neutral-100); padding: 1rem; @@ -336,6 +354,9 @@ ins::after { .inline-note { background: var(--color-maize-100); display: block; + &.inline { + display: inline-block; + } } .div-heading { diff --git a/templates/text/qbat/includes/qbat.text.components.xsl b/templates/text/qbat/includes/qbat.text.components.xsl index 8d4e3d2..0cbf529 100644 --- a/templates/text/qbat/includes/qbat.text.components.xsl +++ b/templates/text/qbat/includes/qbat.text.components.xsl @@ -813,6 +813,17 @@ + + + + + + + + + + +

@@ -821,7 +832,7 @@ - +