@maherunlocker/custom-react-table
Version:
**Custom-react-table** is based on <code>React-Table v7</code>: collection of hooks for **building powerful tables and datagrid experiences**. These hooks are lightweight, composable, and ultra-extensible, but **do not render any markup or styles for you*
2 lines • 1.37 kB
CSS
.table-responsive{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;display:block;flex:1 1 auto;margin-top:0;padding-bottom:1rem;padding-left:5px;padding-right:5px;padding-top:0;width:100%}::-webkit-scrollbar{height:2px;width:2px}::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 5px #f1f1f1}::-webkit-scrollbar-thumb{background-color:#5d5d5d;border-radius:10px}
#loading_animation{animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite;border:3px solid rgba(68,185,252,.3);border-radius:50%;border-top-color:#fff;color:rgba(68,185,252,.3);display:inline-block;height:50px;width:50px}@keyframes spin{to{-webkit-transform:rotate(1turn)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn)}}.centeranimation{display:flex;flex-direction:row;justify-content:center;margin-top:20%;z-index:1050}.errorLoding{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:rgba(255,0,0,.4);border:4px solid rgba(255,0,0,.4);border-radius:10px;line-height:1.5;opacity:0;text-align:center;transition:opacity .4s ease-in;-ms-transition:opacity .4s ease-in;-moz-transition:opacity .4s ease-in;-webkit-transition:opacity .4s ease-in}