| @@ -48,6 +48,7 @@ export const OfferTitle = styled(Typography)` | |||
| @media screen and (max-width: 600px) { | |||
| padding: 0 8px; | |||
| margin-bottom: 18px; | |||
| font-size: 18px; | |||
| overflow: hidden; | |||
| text-overflow: ellipsis; | |||
| @@ -163,6 +163,9 @@ export const MessageIcon = styled(IconButton)` | |||
| background-color: ${selectedTheme.colors.primaryPurple}; | |||
| border-radius: 100%; | |||
| padding-top: 2px; | |||
| position: absolute; | |||
| top: 10px; | |||
| right: 10px; | |||
| ${(props) => | |||
| props.disabled && | |||
| css` | |||