feat: render popertylist description as markdown (#426)
This commit is contained in:
parent
b61b375308
commit
33ea5c37a9
3 changed files with 26 additions and 6 deletions
|
@ -191,15 +191,24 @@
|
|||
|
||||
&__meta {
|
||||
line-height: normal;
|
||||
margin-bottom: $padding-8;
|
||||
margin-bottom: $padding-4;
|
||||
> span {
|
||||
margin-bottom: $padding-4;
|
||||
margin-bottom: $padding-2;
|
||||
&:not(:last-child) {
|
||||
margin-right: $padding-8;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__description {
|
||||
> :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
> :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@each $name, $color in $hint-colors {
|
||||
&__tag.#{$name} {
|
||||
border-color: scale-color($color, $lightness: 90%, $saturation: -30%);
|
||||
|
@ -218,7 +227,6 @@
|
|||
}
|
||||
|
||||
&__default {
|
||||
font-style: italic;
|
||||
font-size: $font-size-14;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue