# give/4.16.9/src/Views/Components/Label/styles.module.scss

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

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

```scss
@import '../colors';

.label {
    padding: 4px 12px 0 12px;
    border-radius: 6px;
    display: inline-block;
    height: 26px;
    background-color: #a7a7a7;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.error {
    background-color: $error;
}

.warning {
    background-color: $warning;
}

.success {
    background-color: $success;
}

.info {
    background-color: $info;
}

.notice {
    background-color: $notice;
}

.http {
    background-color: $http;
}

```
