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';
export default {
props: {
module: {
type: Object,
@ -137,8 +136,8 @@
&__intro {
> /deep/ p {
font-size: toRem(25px);
margin-bottom: $large-spacing;
@include lead-paragraph;
&:last-child {
margin-bottom: 0;

View File

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