Add list styling to module intro

Resolves MS-573
This commit is contained in:
Ramon Wenger 2022-09-20 16:45:57 +02:00
parent 87640b6529
commit 8c187698be
1 changed files with 9 additions and 0 deletions

View File

@ -146,6 +146,15 @@
margin-bottom: 0;
}
}
> /deep/ ul {
@include list-parent;
> li {
@include list-child;
}
}
}
&__bookmark-actions {