# give/4.16.9/src/Promotions/InPluginUpsells/resources/js/components/MustHaveAddonCard.module.css

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

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/Promotions/InPluginUpsells/resources/js/components/MustHaveAddonCard.module.css
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Promotions/InPluginUpsells/resources/js/components/MustHaveAddonCard.module.css
- Modified: 2022-02-25T01:33:58+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/Promotions/InPluginUpsells/resources/js/components/MustHaveAddonCard.module.css#L10-L20`.

```css
.card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
}

.header {
    display: flex;
    align-items: center;
    gap: 0.8125rem;
}

.header svg {
    flex: none;
}

.title {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
}

.description {
    margin: 0;
    font-weight: 600;
    font-size: 0.9375rem;
}

.image {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
    height: auto;
}

.features {
    flex-grow: 1;
}

.feature {
    display: flex;
    gap: 0.5em;
    font-size: 0.9375rem;
    line-height: 1.5;
}

.checkmark {
    flex-shrink: 0;

    display: inline;

    /* Make it square */
    width: 1em;
    height: 1em;

    /* Offset the top half-leading of line-height to (almost) align with the top of the text. */
    position: relative;
    top: 0.25em;

    color: #66bb6a;
}

.button {
    align-self: center;
    width: 93.75%;
}

```
