note previewer styles
This commit is contained in:
parent
5230f205da
commit
6cad4966f5
@ -1,7 +1,7 @@
|
||||
<!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
||||
<div class="hide-child links-dark-green">
|
||||
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute child">
|
||||
<div id='tooltip-content' class="relative overflow-hidden">
|
||||
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
||||
</div>
|
||||
<div id="tooltip-source" class="f7 light-silver"></div>
|
||||
</div>
|
||||
|
@ -125,6 +125,22 @@
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.note-contents {
|
||||
blockquote {
|
||||
margin: 0 0 0 0.5em;
|
||||
padding: 0.05em 0.5em;
|
||||
border-left: 2px solid rgba($accent-color, 0.5);
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
padding-left: 1.75em;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: circle;
|
||||
}
|
||||
}
|
||||
|
||||
// Link previews
|
||||
|
||||
#tooltip-content {
|
||||
|
Loading…
Reference in New Issue
Block a user