# give/4.17.0/src/Promotions/InPluginUpsells/resources/js/components/AdditionalAddonCard.module.css

GiveWP – Donation Plugin and Fundraising Platform, version 4.17.0. 42 lines.

- Page: https://pluginprobe.com/plugins/give/4.17.0/code/src/Promotions/InPluginUpsells/resources/js/components/AdditionalAddonCard.module.css
- Raw: https://pluginprobe.com/plugins/give/4.17.0/raw/src/Promotions/InPluginUpsells/resources/js/components/AdditionalAddonCard.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.17.0/code/src/Promotions/InPluginUpsells/resources/js/components/AdditionalAddonCard.module.css#L10-L20`.

```css
.card {
    display: grid;
    gap: 1rem;
    padding: 2.25rem 1.5rem;
}

.image {
    justify-self: center;
    width: 6.8125rem;
    height: 6.8125rem;
}

.title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.36;
    text-align: center;
}

.image + .title {
    margin-top: 0.7rem;
}

.description {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    text-align: center;
}

.title + .description {
    margin-top: 0.25rem;
}

.button {
    margin-top: 3.3125rem;
    align-self: end;
    justify-self: center;
    width: 93.75%;
}

```
