safary fix

This commit is contained in:
Primakov Alexandr Alexandrovich 2022-11-29 13:36:17 +03:00
parent f61ae4403f
commit 7e265d1e2d

View File

@ -41,7 +41,7 @@ export const ArrowImg = styled.img`
export const IconButton = styled.button` export const IconButton = styled.button`
border: none; border: none;
background-color: transparent; background-color: rgba(0, 0, 0, 0);
display: flex; display: flex;
align-items: center; align-items: center;
height: 100%; height: 100%;
@ -238,17 +238,17 @@ export const CircleDiv = styled.div`
background: radial-gradient( background: radial-gradient(
farthest-side at bottom center, farthest-side at bottom center,
rgba(35, 235, 4, 0.709), rgba(35, 235, 4, 0.709),
transparent 65% rgba(0, 0, 0, 0) 65%
), ),
radial-gradient( radial-gradient(
farthest-corner at bottom left, farthest-corner at bottom left,
rgba(244, 244, 8, 0.9), rgba(244, 244, 8, 0.9),
transparent 40% rgba(0, 0, 0, 0) 40%
), ),
radial-gradient( radial-gradient(
farthest-side at bottom right, farthest-side at bottom right,
rgba(0, 195, 255, 0.648), rgba(0, 195, 255, 0.648),
transparent 65% rgba(0, 0, 0, 0) 65%
); );
`; `;