1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00

Format Blockquote

Fixes #217 for both Rich Text and Markdown section types.
This commit is contained in:
Harvey Kandola 2019-03-01 12:59:10 +00:00
parent e438542cab
commit 8b0bb456d9

View file

@ -91,6 +91,19 @@
}
}
blockquote {
background-color: map-get($gray-shades, 100);
border-left: 7px solid map-get($gray-shades, 200);
color: map-get($gray-shades, 800);
@include border-radius(3px);
padding: 10px 20px;
margin: 10px 30px;
> p {
margin: 0.5rem 0;
}
}
.code-mirror {
background-color: none;
padding: 10px;