Sha256: fd2ccce23a44cbba4f8128e1adbc69e62d3f0003e16132dcd95fdf7bf7eeb456
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
@import '_variable.scss'; .admin-table{ display: flex; flex-flow: column; width:95% !important; background-color: $table-background; margin: 0 auto; margin-top: 20px; border-radius: 10px; margin-bottom: 20px; } .table-container{ position: relative; height: 80%; background-color: $table-background; z-index: 1; .table-hover{ width: 100%; } .table-div { height: 100%; overflow-y: auto; } .table-div::-webkit-scrollbar { display: none; } .cm-pagination { padding: 5px; padding-bottom: 30px; .footer-text { font-size: 14px; color: #000; padding: 10px; font-weight: bold; border-radius: 0.3rem; } .next-page, .previous-page { font-size: 20px; padding: 10px 50px; } } } .heading-container, .container, .filter-container{ background-color: #fff; width: 100% !important; } .filter-container { .filters { display: flex; flex-direction: row; overflow-x: visible; margin-right: 20px; padding-bottom: 10px; .input-group { margin: 10px 0px 0px 10px; min-width: 300px; .form-control:focus { padding: 6px 12px; background-image: none; box-shadow: none; border: 1px solid #d5d5d5; } .form-control { box-shadow: none; border: 1px solid #d5d5d5; border-radius: 0; color: #1A1D1F; } select.form-control { border-radius: 0; border: 1px solid #d5d5d5; } } } .filters::-webkit-scrollbar { display: none; } } .heading-container { background-color: $background; height: 60px; .container-header { padding: 20px 20px; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cm-admin-0.1.0 | lib/generators/cm_admin/templates/assets/stylesheets/table.scss |