safary fix
This commit is contained in:
parent
f61ae4403f
commit
7e265d1e2d
@ -41,7 +41,7 @@ export const ArrowImg = styled.img`
|
||||
|
||||
export const IconButton = styled.button`
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
@ -238,17 +238,17 @@ export const CircleDiv = styled.div`
|
||||
background: radial-gradient(
|
||||
farthest-side at bottom center,
|
||||
rgba(35, 235, 4, 0.709),
|
||||
transparent 65%
|
||||
rgba(0, 0, 0, 0) 65%
|
||||
),
|
||||
radial-gradient(
|
||||
farthest-corner at bottom left,
|
||||
rgba(244, 244, 8, 0.9),
|
||||
transparent 40%
|
||||
rgba(0, 0, 0, 0) 40%
|
||||
),
|
||||
radial-gradient(
|
||||
farthest-side at bottom right,
|
||||
rgba(0, 195, 255, 0.648),
|
||||
transparent 65%
|
||||
rgba(0, 0, 0, 0) 65%
|
||||
);
|
||||
`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user