@@ -167,19 +167,11 @@
|
||||
}
|
||||
|
||||
.l-entry-embed {
|
||||
$m: $interiorMargin;
|
||||
margin: 0 $m $m 0;
|
||||
position: relative;
|
||||
|
||||
&:not(.has-snapshot) {
|
||||
|
||||
}
|
||||
|
||||
&.has-snapshot {
|
||||
&:before {
|
||||
position: absolute;
|
||||
top: $m;
|
||||
left: $m;
|
||||
text-shadow: rgba(black, 0.7) 0 1px 5px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@@ -42,6 +42,11 @@
|
||||
}
|
||||
|
||||
.l-entry-embed {
|
||||
$m: $interiorMarginSm;
|
||||
margin: 0 $m $m 0;
|
||||
padding: $interiorMarginSm;
|
||||
border-radius: $controlCr;
|
||||
background-color: rgba($colorBodyFg, 0.1);
|
||||
&.has-snapshot {
|
||||
&:before {
|
||||
color: $colorBodyFg;
|
||||
|
||||
Reference in New Issue
Block a user