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:
parent
e438542cab
commit
8b0bb456d9
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue