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

20 lines 516 B
import styled from 'styled-components'; export const Snackbar = styled.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