# give/4.16.8.1/src/Log/Admin/Logs/styles.module.scss

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.8.1. 24 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.8.1/code/src/Log/Admin/Logs/styles.module.scss
- Raw: https://pluginprobe.com/plugins/give/4.16.8.1/raw/src/Log/Admin/Logs/styles.module.scss
- Modified: 2021-11-23T23:55:18+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.8.1/code/src/Log/Admin/Logs/styles.module.scss#L10-L20`.

```scss
.headerRow {
    padding-bottom: 20px;
    display: flex;
    width: 100%;

    .headerItem {
        margin-right: 20px !important;
    }
}

.pagination {
    display: inline-flex;
    width: 100%;
    height: 32px;
    align-items: center;
    justify-content: flex-end;
}

.footerRow {
    padding-top: 20px;
    display: flex;
    width: 100%;
}

```
