File tree Expand file tree Collapse file tree
src/components/objectOverlay Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defineOptions({ name: 'ObjectOverlay' });
55 </script >
66
77<template >
8- <CdrObjectOverlay position =" top-right" margin =" zero " gradient =" to-top" >
8+ <CdrObjectOverlay position =" top-right" margin =" half-x " gradient =" to-top" >
99 <template #container >
1010 <img src =" https://placehold.co/600x400" width =" 100%" height =" 100%" alt =" Background image" :style =" { display: 'block' }" />
1111 </template >
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ $gradients: (
5151 @each $breakpoint-suffix , $min-width in $breakpoints {
5252 @if $breakpoint-suffix != ' ' {
5353 @media (min-width : $min-width ) {
54- margin : var (--margin #{$breakpoint-suffix } );
55- padding : var (--padding #{$breakpoint-suffix } );
54+ margin : var (--margin #{$breakpoint-suffix } , var ( --margin ) );
55+ padding : var (--padding #{$breakpoint-suffix } , var ( --padding ) );
5656 }
5757 }
5858 }
You can’t perform that action at this time.
0 commit comments