#95 GraphicBlock
This commit is contained in:
parent
8d0b00c5e3
commit
4d3b1ee61f
1 changed files with 5 additions and 6 deletions
|
|
@ -92,7 +92,7 @@
|
|||
{:else if title}
|
||||
<PaddingReset containerIsFluid="{width === 'fluid'}">
|
||||
<TextBlock width="{textWidth}">
|
||||
<h3 class="mt-0 mb-2.5">{title}</h3>
|
||||
<h3 class="mt-0 fmb-1">{title}</h3>
|
||||
{#if description}
|
||||
{@html marked(description)}
|
||||
{/if}
|
||||
|
|
@ -140,21 +140,20 @@
|
|||
p {
|
||||
@include font-note;
|
||||
@include text-sm;
|
||||
@include text-primary;
|
||||
&:last-of-type {
|
||||
margin-block-end: calc(var(--theme-font-size-sm) * 0.875);
|
||||
@extend %fmb-1;
|
||||
}
|
||||
}
|
||||
// Notes text...
|
||||
aside {
|
||||
p {
|
||||
@include font-note;
|
||||
@include text-secondary;
|
||||
@include text-xs;
|
||||
@include leading-tight;
|
||||
margin-block-end: 0;
|
||||
line-height: 1.375;
|
||||
}
|
||||
}
|
||||
.visually-hidden {
|
||||
@include visually-hidden;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue