File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
apps/desktop/src/lib/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 154154 transform : translateX (-50 % ) scale (1.15 );
155155 border-radius : 100 % ;
156156 background-color : var (--clr-illustration-outline );
157- opacity : 0.1 ;
157+ opacity : 0.09 ;
158158 animation : shadow-scale 5.5 s infinite ease-in-out;
159159 animation-delay : 3 s ;
160160 }
164164 position : absolute;
165165 top : 50 % ;
166166 left : 50 % ;
167- transform : translate (-50 % , -66 % ) translateZ (0 );
167+ transform : translate (-50 % , -70 % ) translateZ (0 );
168168 width : 212 px ;
169169 animation : hovering 5.5 s infinite ease-in-out;
170170 animation-delay : 3 s ;
182182 }
183183 @keyframes shadow-scale {
184184 0 % {
185- opacity : 0.08 ;
185+ opacity : 0.09 ;
186186 transform : translateX (-50 % ) scale (1.15 );
187187 }
188188 50 % {
189189 opacity : 0.12 ;
190190 transform : translateX (-50 % ) scale (1 );
191191 }
192192 100 % {
193- opacity : 0.08 ;
193+ opacity : 0.09 ;
194194 transform : translateX (-50 % ) scale (1.15 );
195195 }
196196 }
You can’t perform that action at this time.
0 commit comments