Skip to content
Snippets Groups Projects
Commit 7ac68018 authored by Kevin Lin's avatar Kevin Lin
Browse files

_sass: Add overlay

parent 31037f81
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,21 @@ code {
border: none;
}
div.highlighter-rouge {
position: relative;
&::after {
@extend %card-meta, .text-grey-dk-100;
background-color: $white;
bottom: $sp-2;
content: attr(overlay);
position: absolute;
right: 0;
user-select: none;
}
}
details {
margin-left: 40px;
margin-right: 40px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment