Update module intro styling to be in line with other components
Resolves MS-528
This commit is contained in:
parent
25531282aa
commit
d0f746cf50
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -220,7 +220,3 @@
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue