mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 04:44:23 +08:00
Add styling for quotes
This commit is contained in:
parent
78c6637940
commit
e78951ca39
|
@ -241,7 +241,8 @@
|
|||
}
|
||||
.post-body {
|
||||
font-size: 14px;
|
||||
line-height: 1.6em;
|
||||
line-height: 1.7;
|
||||
position: relative;
|
||||
|
||||
& p, & ul, & ol, & blockquote {
|
||||
margin-bottom: 1em;
|
||||
|
@ -255,6 +256,16 @@
|
|||
border-color: @link-hover-color;
|
||||
}
|
||||
}
|
||||
& blockquote {
|
||||
font-size: inherit;
|
||||
border: 0;
|
||||
background: @fl-body-control-bg;
|
||||
color: @fl-body-control-color;
|
||||
border-radius: @border-radius-base;
|
||||
padding: 10px 20px;
|
||||
border-top: 2px dotted @fl-body-bg;
|
||||
border-bottom: 2px dotted @fl-body-bg;
|
||||
}
|
||||
}
|
||||
.post.is-hidden {
|
||||
& .post-header, & .post-header a, & .post-user h3, & .post-user h3 a {
|
||||
|
|
Loading…
Reference in New Issue
Block a user