UNPKG

@replyke/ui-core-react-js

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

51 lines 971 B
export const resetDiv = { padding: 0, margin: 0, }; export const resetButton = { margin: 0, padding: 0, borderStyle: "none", borderWidth: 0, backgroundColor: "transparent", outline: "none", fontFamily: "inherit", cursor: "pointer", }; export const resetUl = { listStyleType: "none", padding: 0, margin: 0, fontFamily: "inherit", }; export const resetIl = { padding: 0, margin: 0, fontFamily: "inherit", }; export const resetP = { padding: 0, margin: 0, fontFamily: "inherit", cursor: "default", }; export const resetTextInput = { padding: 0, margin: 0, fontFamily: "inherit", resize: "none", border: "none", outline: "none", overflow: "auto", boxShadow: "none", WebkitBoxShadow: "none", }; export const resetImg = { padding: 0, margin: 0, }; export const resetIcon = { padding: 0, margin: 0, }; //# sourceMappingURL=reset-styles.js.map