UNPKG

@seidhr/sanity-plugin-timespan-input

Version:

Make it easier to add timespan information with the help of Extended Date Time Format (EDTF).

18 lines (16 loc) 296 B
import styled from 'styled-components' export const StyledDescription = styled.details` summary { cursor: pointer; } div { margin-top: 0.5rem; margin-left: 0.75rem; svg { padding-right: 0.25rem; } } ` export const InlineHelp = styled.div` margin-top: 2rem; `