Repository URL to install this package:
|
Version:
0.9.6 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const Button_1 = require("atoms/Button");
const StyledLinkButton = styled.withComponent(Button_1.Button) `
background-color: transparent;
border: none;
color: #00a0db;
width: ${props => props.width || '100%'};
height: rem(44);
padding: 0 rem(8);
&:hover {
text-decoration: underline;
}
${Button_1.ButtonLabel} {
color: #00a0db;
text-transform: none;
}
`;
exports.StyledLinkButton = StyledLinkButton;
//# sourceMappingURL=styled.js.map