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