Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/blueversion/wp-content/plugins/give/src/Views/Components/Table/ |
Upload File : |
.title {
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 600;
padding: 16px;
font-size: 15px;
}
.table {
display: flex;
flex-direction: column;
overflow-y: auto;
overflow-x: hidden;
> * {
display: flex;
height: auto;
font-size: 14px;
padding: 10px 16px;
> * {
flex: 1;
}
}
}
.header {
font-weight: 500;
position: sticky;
top: 0;
display: flex;
align-items: center;
border-bottom: 2px solid #eee;
padding: 20px;
}
.headerStripped {
background: #f4f4f4;
box-shadow: 0 0 8px #b8b8b8;
}
.row {
background: #fff;
padding: 20px;
border-bottom: 2px solid #eee;
}
.row:last-child {
border-bottom: 0;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.rowStripped {
&:nth-of-type(odd) {
background: #f4f4f4;
}
}
.label {
font-weight: 600;
}
.item {
display: flex;
color: #555;
a {
text-decoration: none;
}
}
.sortIconUndefined {
color: #b8b8b8;
}
.sortIcons {
cursor: pointer;
padding-left: 6px;
}
.noData {
padding: 20px;
}