UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

26 lines 810 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Snackbar = void 0; const styled_components_1 = __importDefault(require("styled-components")); exports.Snackbar = styled_components_1.default.button ` position: fixed; left: 1rem; bottom: 1rem; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; padding: 0.75rem 1rem; border-radius: 0rem; background-color: rgb(223, 43, 81); font-family: 'Nunito-Sans Font', sans-serif; font-size: 1rem; line-height: 1.5rem; text-align: center; color: rgb(0, 0, 0); width: auto; `; //# sourceMappingURL=errorBoundarySnackbar.styled.js.map