| @media screen and (max-width: 600px) { | @media screen and (max-width: 600px) { | ||||
| padding: 0 8px; | padding: 0 8px; | ||||
| margin-bottom: 18px; | |||||
| font-size: 18px; | font-size: 18px; | ||||
| overflow: hidden; | overflow: hidden; | ||||
| text-overflow: ellipsis; | text-overflow: ellipsis; |
| background-color: ${selectedTheme.colors.primaryPurple}; | background-color: ${selectedTheme.colors.primaryPurple}; | ||||
| border-radius: 100%; | border-radius: 100%; | ||||
| padding-top: 2px; | padding-top: 2px; | ||||
| position: absolute; | |||||
| top: 10px; | |||||
| right: 10px; | |||||
| ${(props) => | ${(props) => | ||||
| props.disabled && | props.disabled && | ||||
| css` | css` |