Update module intro styling to be in line with other components

Resolves MS-528
This commit is contained in:
Ramon Wenger 2022-07-15 17:40:28 +02:00
parent 25531282aa
commit d0f746cf50
2 changed files with 1 additions and 6 deletions

View File

@ -67,7 +67,6 @@
import BookmarkActions from '@/components/notes/BookmarkActions'; import BookmarkActions from '@/components/notes/BookmarkActions';
export default { export default {
props: { props: {
module: { module: {
type: Object, type: Object,
@ -137,8 +136,8 @@
&__intro { &__intro {
> /deep/ p { > /deep/ p {
font-size: toRem(25px);
margin-bottom: $large-spacing; margin-bottom: $large-spacing;
@include lead-paragraph;
&:last-child { &:last-child {
margin-bottom: 0; margin-bottom: 0;

View File

@ -220,7 +220,3 @@
}, },
}; };
</script> </script>
<style scoped lang="scss">
</style>