feat: triangle and logo styles
This commit is contained in:
@@ -12,12 +12,12 @@ const CustomBoxContainer = styled.div`
|
|||||||
// border: 2px solid #ff00c3;
|
// border: 2px solid #ff00c3;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
margin: 70px 15px 30px 15px;
|
margin: 70px 15px 25px 15px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const Triangle = styled.div`
|
const Triangle = styled.div`
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -20px; /* Moved the triangle down */
|
top: -15px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
width: 0;
|
width: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user