Newer
Older
import styled from 'styled-components'
import { Action } from '@pubsweet/ui'
export {
Row,
Cell,
LastCell,
UserCombo,
Primary,
Secondary,
UserInfo,
Container,
Table,
Header,
Content,
Carets,
CaretUp,
CaretDown,
Spinner,
Pagination,
SuccessStatus,
ErrorStatus,
NormalStatus,
StatusBadge,
// TODO: Extract common above
// Specific
export const StyledTopic = styled.p`
background-color: red;
border-radius: 7px;
color: white;
cursor: pointer;
margin-bottom: 5px;
max-width: 150px;
white-space: nowrap;
width: fit-content;
`
export const StyledTableLabel = styled.p`
background-color: #ccc;
padding: 0 10px;
text-align: center;
white-space: nowrap;