UNPKG

@activecollab/components

Version:

ActiveCollab Components

7 lines 535 B
import styled from "styled-components"; export const StyledButton = styled.button.withConfig({ displayName: "Styles__StyledButton", componentId: "sc-1tom9pu-0" })(["border:none;margin:0;padding:0;width:auto;overflow:visible;cursor:pointer;background:transparent;outline:none;color:inherit;font:inherit;line-height:inherit;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;&::-moz-focus-inner{border:0;padding:0;}"]); StyledButton.displayName = "StyledButton"; //# sourceMappingURL=Styles.js.map