Remove unused scss
This commit is contained in:
parent
8da1d63b42
commit
390a387a56
|
|
@ -54,47 +54,6 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
@import "@/styles/_variables.scss";
|
|
||||||
@import "@/styles/_functions.scss";
|
|
||||||
|
|
||||||
.article {
|
|
||||||
|
|
||||||
&__header {
|
|
||||||
grid-template-rows: 50px minmax(50px, max-content) auto;
|
|
||||||
grid-row-gap: 30px;
|
|
||||||
display: -ms-grid;
|
|
||||||
display: grid;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__meta {
|
|
||||||
border-bottom: 1px solid $color-lightgrey;
|
|
||||||
align-self: end;
|
|
||||||
padding: 20px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__title {
|
|
||||||
grid-row: 3;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__subtitle {
|
|
||||||
grid-row: 2;
|
|
||||||
font-family: $serif-font-family;
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__content {
|
|
||||||
display: -ms-grid;
|
|
||||||
display: grid;
|
|
||||||
grid-row-gap: 40px;
|
|
||||||
padding-bottom: 40px;
|
|
||||||
|
|
||||||
/deep/ p {
|
|
||||||
font-size: toRem(18px);
|
|
||||||
line-height: 1.5;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.article-content {
|
.article-content {
|
||||||
&__document {
|
&__document {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue