# give/4.16.9/src/Views/Components/ListTable/ListTableStats/styles.module.scss

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.9. 17 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/Views/Components/ListTable/ListTableStats/styles.module.scss
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Views/Components/ListTable/ListTableStats/styles.module.scss
- Modified: 2025-10-01T11:37:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.16.9/code/src/Views/Components/ListTable/ListTableStats/styles.module.scss#L10-L20`.

```scss
.tableStatsContainer {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-inline: var(--givewp-spacing-6);
}

.tableStatWidget {
    height: 7.75rem;
    border-radius: 8px;
    border: solid 1px var(--givewp-neutral-50);

    :global(a[data-addon-tooltip])::after {
        right: -2rem;
    }
}

```
