summaryrefslogtreecommitdiff
path: root/addons/website/static/src/snippets/s_card/000.scss
blob: 436d9a709f11160d3d1375f986b9ad636c82f0da (plain)
1
2
3
4
5
6
7
8
9
10
11
12

.s_card {
    margin: $grid-gutter-width/2 0;
    .card-body {
        // color: initial;
        p, ul, ol {
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
}