Repository URL to install this package:
|
Version:
2.0.3 ▾
|
"use strict";
var __importDefault = this && this.__importDefault || function (mod) {
return mod && mod.__esModule ? mod : {
"default": mod
};
};
Object.defineProperty(exports, "__esModule", {
value: true
});
const BaseButtonAtom_1 = __importDefault(require("../BaseButtonAtom"));
const StyledGhostButton = styled.withComponent(BaseButtonAtom_1.default)`
border: 1px solid $colors-body-text;
padding: $spacing-small $spacing;
text-align: center;
text-transform: uppercase;
border-radius: $border-radius;
@font(13, semi);
cursor: pointer;
justify-content: center;
align-items: center;
`; //# sourceMappingURL=GhostButton.js.map