# patchstack/2.1.3/assets/css/public.css

Patchstack – WordPress &amp; Plugins Security, version 2.1.3. 145 lines.

- Page: https://pluginprobe.com/plugins/patchstack/2.1.3/code/assets/css/public.css
- Raw: https://pluginprobe.com/plugins/patchstack/2.1.3/raw/assets/css/public.css
- Modified: 2021-11-01T08:59:56+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/patchstack/2.1.3/code/assets/css/public.css#L10-L20`.

```css
#patchstack-cookie-notice {
    display: block;
    visibility: hidden;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 300;
    line-height: 20px;
    left: 0;
    bottom: 0;
    text-align: left;
}

.patchstack-cookie-notice-container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
}

.patchstack-cn-notice-text-container{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.patchstack-cn-notice-button-container{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

.patchstack-cn-notice-link:hover{
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.patchstack-cn-notice-link:hover{
    opacity: 0.8;
}

.patchstack-cn-protected-by{
    position: absolute;
    font-size: 12px;
    bottom: 10px;
    text-decoration: none!important;
}

button#patchstack-cn-accept-cookie{
    color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.66;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #fff;
    opacity: 1;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 0.5em 2em;
    border: 1px solid #222;
    text-shadow: none;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

button#patchstack-cn-accept-cookie:hover{
    opacity: 0.8;
}

@media (min-width: 576px) {
    .patchstack-cookie-notice-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .patchstack-cookie-notice-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .patchstack-cookie-notice-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .patchstack-cookie-notice-container {
        max-width: 1140px;
    }
}

@media (max-width: 991.98px) {

    .patchstack-cn-notice-text-container{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .patchstack-cn-notice-button-container{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        align-items: left;
        justify-content: left;
    }

    button#patchstack-cn-accept-cookie{
        margin-top: 10px;
    }

    .patchstack-cn-protected-by{
        position: relative;
        bottom: 7px;
        left: 10px;
    }

}

```
