Improve component rendering styles
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
21
assets/sass/blockquote.scss
Normal file
21
assets/sass/blockquote.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
blockquote {
|
||||
border-left: 0.15rem solid
|
||||
color-mix(in srgb, var(--text) 30%, var(--background));
|
||||
|
||||
.alert-heading {
|
||||
font-weight: bold;
|
||||
margin: 0 0 0.5rem 0;
|
||||
}
|
||||
|
||||
.alert-emoji {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 0.5rem 0;
|
||||
}
|
||||
|
||||
p:last-child {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user