font-styles

This commit is contained in:
Prasanta Kumar Dutta 2023-09-05 16:15:13 +05:30
parent 18dc8cbaf1
commit bd13962b1b
2 changed files with 6 additions and 9 deletions

View file

@ -42,11 +42,8 @@
import { marked } from 'marked';
</script>
<Block width="normal" id="{id}" class="simple-timeline-container {cls}">
<div
class="timeline fmy-5 pl-2 pr-3.5"
style="--symbol-colour:{symbolColour};"
>
<Block width="normal" id="{id}" class="simple-timeline-container fmy-6 {cls}">
<div class="timeline pl-2 pr-3.5" style="--symbol-colour:{symbolColour};">
{#each dates as date}
<div class="date relative pt-0.5 pl-5 pb-4">
<svg class="absolute bg" height="25" width="20">
@ -125,6 +122,7 @@
}
:global(p) {
@include body-note;
@include font-light;
}
}
}

View file

@ -68,12 +68,11 @@ p {
ol,
ul {
display: block;
@include body-note;
@include fmb-5;
@include body-text;
@include fmb-6;
li {
@include fpl-1;
@include fmy-2;
@include font-regular;
@include fmy-1;
}
}