no message
This commit is contained in:
parent
13da18bf3c
commit
785afea4a5
|
|
@ -16,3 +16,10 @@ export {TablePart}
|
||||||
|
|
||||||
const TableHeader = styled.th(tw`px-6 py-3 align-middle text-xs uppercase whitespace-nowrap font-bold text-left text-secondary border-b-2 border-secondary`)
|
const TableHeader = styled.th(tw`px-6 py-3 align-middle text-xs uppercase whitespace-nowrap font-bold text-left text-secondary border-b-2 border-secondary`)
|
||||||
export {TableHeader}
|
export {TableHeader}
|
||||||
|
|
||||||
|
const TableNote = styled.p(tw`text-xs font-normal italic normal-case`)
|
||||||
|
export {TableNote}
|
||||||
|
|
||||||
|
const TableSidePart = styled.td(tw`border-t-0 px-8 align-middle border-l-0 border-r-0 text-xs whitespace-nowrap p-4 pl-6 py-3 align-middle text-xs uppercase whitespace-nowrap font-bold text-left w-1/3 text-secondary border-r-2 border-secondary`)
|
||||||
|
export {TableSidePart}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user