1
0
Fork 0
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:
Fedor Katurov 2021-02-24 18:20:51 +07:00
parent b58ddba328
commit 678f6a1e75

View file

@ -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: {