feat: ckeditor

This commit is contained in:
Nick
2019-09-08 12:01:17 -04:00
parent 04193dbc6f
commit 7634bd266d
13 changed files with 647 additions and 271 deletions

View File

@@ -32,7 +32,7 @@
padding-right: 3px;
&::after {
font-family: 'Material Design Icons';
font-family: 'Material Design Icons', sans-serif;
font-size: 24px/1;
padding-left: 3px;
display: inline-block;
@@ -605,6 +605,26 @@
}
}
figure.image {
margin: 1rem 24px 0 24px;
img {
margin: 0 auto;
}
figcaption {
padding: 4px 1rem;
text-align: center;
font-size: 12px;
color: mc('grey', '700');
background-color: mc('grey', '100');
@at-root .theme--dark & {
color: mc('grey', '400');
background-color: mc('grey', '800');
}
}
}
// ---------------------------------
// DETAILS
// ---------------------------------