feat: ckeditor
This commit is contained in:
@@ -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
|
||||
// ---------------------------------
|
||||
|
Reference in New Issue
Block a user