mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
added quotes
This commit is contained in:
parent
b58ddba328
commit
678f6a1e75
1 changed files with 17 additions and 0 deletions
|
@ -3,6 +3,23 @@
|
|||
$margin: 1em;
|
||||
|
||||
.wrapper {
|
||||
blockquote {
|
||||
border-left: 4px solid $wisegreen;
|
||||
padding: $margin / 2 0;
|
||||
margin-bottom: $margin;
|
||||
color: $wisegreen;
|
||||
font-size: 0.9em;
|
||||
background-color: transparentize($wisegreen, 0.9);
|
||||
|
||||
p {
|
||||
margin: 0 $margin;
|
||||
}
|
||||
|
||||
&+blockquote {
|
||||
margin-top: -$margin;
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: darken($comment_bg, 2%);
|
||||
border: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue