# spoki/2.0.8/assets/css/admin.css

Spoki – Chat Buttons and WooCommerce Notifications, version 2.0.8. 124 lines.

- Page: https://pluginprobe.com/plugins/spoki/2.0.8/code/assets/css/admin.css
- Raw: https://pluginprobe.com/plugins/spoki/2.0.8/raw/assets/css/admin.css
- Modified: 2021-05-12T15:57:00+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/spoki/2.0.8/code/assets/css/admin.css#L10-L20`.

```css
.text-danger {
    color: #d63638;
}

.text-success {
    color: #198754;
}

.spoki-admin h2 {
    margin-bottom: 0.5em;
}

.spoki-admin h2 + p {
    margin-top: 0.5em;
}

.spoki-admin .form-table td,
.spoki-admin .form-table th {
    padding-bottom: 0;
}

.spoki-admin img.example {
    height: 100px;
    max-width: 100%;
    margin-top: 0.5em;
    border: 1px solid #c3c4c7;
    object-fit: cover;
}

.spoki-admin .cover-image {
    max-width: 100%;
    max-height: 35vh;
    object-fit: cover;
}

.spoki-admin code {
    line-height: 21px;
}

.spoki-admin .notifications-status-message {
    background-color: #16D46D;
    padding: 8px 16px;
    margin: 2rem 0 0.5rem;
    box-shadow: 0 1px 1px #0000000a;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.spoki-admin .notifications-status-message p {
    margin: 0;
    color: black;
    font-weight: 500;
    text-align: center;
}

.spoki-admin .notifications-status-message a {
    font-weight: normal;
    cursor: pointer;
    margin-left: 0.5rem;
    text-decoration: underline;
}

.spoki-admin .notifications-status-message.bg-danger {
    background-color: #d63638;
}

.spoki-admin .notifications-status-message.bg-danger p {
    color: white;
    font-weight: normal;
}

.spoki-admin .notifications-status-message.bg-danger a {
    color: white;
    font-weight: normal;
}

#spoki-feedback, #spoki-support {
    position: fixed;
    bottom: 0;
    background-color: #16D46D;
    padding: 6px 16px;
    right: 15px;
    height: 28px;
    box-sizing: border-box;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#spoki-support {
    right: 145px;
    background-color: #C3AAE2;
}

#spoki-feedback img {
    filter: brightness(0);
    margin-right: 5px;
}

#spoki-support img {
    margin-right: 5px;
    height: 11px;
}

#spoki-feedback a, #spoki-support a {
    color: black;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
    height: auto;
    display: flex;
    align-items: center;
}

#spoki-support a {
    color: white;
    font-weight: normal;
}

#spoki-feedback a:hover, #spoki-support a:hover {
    opacity: 0.75;
}
```
