File "datatable.scss"
Full Path: /home/tekvhqgl/public_html/dev2024_old_skip/wp-content/plugins/presto-player/src/admin/scss/datatable.scss
File size: 395 bytes
MIME-type: text/plain
Charset: utf-8
.datatable {
display: flex;
flex-direction: column;
background: #fff;
border: 1px solid rgb(226, 228, 231);
.table-card {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom: none;
border: none;
}
.pagination {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top: none;
margin-top: auto;
border: none;
}
}