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

_sass: Fix overlay card-meta inheritance

parent 5c1360ed
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ div.highlighter-rouge[overlay] {
position: relative;
&::after {
@extend %card-meta, .text-grey-dk-100;
@extend .label, %card-meta, .text-grey-dk-100;
background-color: $white;
bottom: $sp-2;
......
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