# give/4.16.9/src/Views/Components/LoadingOverlay/style.module.scss

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

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/Views/Components/LoadingOverlay/style.module.scss
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Views/Components/LoadingOverlay/style.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.9/code/src/Views/Components/LoadingOverlay/style.module.scss#L10-L20`.

```scss
.overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 899;
    pointer-events: none;
    border-radius: 5px;
    overflow: hidden;
}

```
