@maherunlocker/custom-react-table
Version:
dynamic table based on react table v7
29 lines • 901 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.StyledIconButton = void 0;
require("bootstrap/dist/css/bootstrap.min.css");
const StyledButton_1 = require("../StyledButton");
const styled_components_1 = __importDefault(require("styled-components"));
exports.StyledIconButton = (0, styled_components_1.default)(StyledButton_1.StyledButton) `
border: unset;
background: transparent;
color: #2b2828;
&:hover {
background: #ffffff;
color: #2b2828;
border-radius: 6px;
border: solid 1px #caccd4;
}
padding: 10px;
margin: 10px;
min-width: 30px;
min-height: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: unset;
`;
//# sourceMappingURL=index.js.map