@prisma-cms/front-editor
Version:
27 lines (25 loc) • 745 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContentProxyToolbarStyled = void 0;
const styled_components_1 = __importDefault(require("styled-components"));
exports.ContentProxyToolbarStyled = styled_components_1.default.div `
margin: 5px 0;
border: 1px solid #ddd;
.ContentProxyToolbar--iconButton {
height: 34px;
width: 34px;
.icon {
height: 1rem;
width: 1rem;
position: absolute;
&.disabled {
color: rgba(0, 0, 0, 0.26);
fill: rgba(0, 0, 0, 0.26);
}
}
}
`;
//# sourceMappingURL=toolbar.js.map