|
|
|
@@ -323,6 +323,10 @@ export const EyeIcon = styled(Eye)` |
|
|
|
} |
|
|
|
`; |
|
|
|
export const RemoveIconContainer = styled(MessageIcon)` |
|
|
|
display: block; |
|
|
|
top: 18px; |
|
|
|
right: 18px; |
|
|
|
|
|
|
|
@media screen and (max-width: 600px) { |
|
|
|
position: absolute; |
|
|
|
display: block; |
|
|
|
@@ -333,7 +337,15 @@ export const RemoveIconContainer = styled(MessageIcon)` |
|
|
|
export const RemoveIcon = styled(Remove)``; |
|
|
|
export const EditIconContainer = styled(MessageIcon)` |
|
|
|
display: block; |
|
|
|
right: 70px; |
|
|
|
top: 18px; |
|
|
|
right: 76px; |
|
|
|
|
|
|
|
@media screen and (max-width: 600px) { |
|
|
|
position: absolute; |
|
|
|
display: block; |
|
|
|
right: 20px; |
|
|
|
top: 60%; |
|
|
|
} |
|
|
|
`; |
|
|
|
export const EditIcon = styled(Edit)``; |
|
|
|
export const StarIconContainer = styled(MessageIcon)` |