summaryrefslogtreecommitdiff
path: root/addons/website/static/src/snippets/s_quotes_carousel/000.scss
blob: 8da0a16c57a0da6908ad86d4de46ef77000f3037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.s_quotes_carousel:not([data-vcss]) {
    blockquote {
        padding: $grid-gutter-width;
        margin-bottom: 0;
        .s_quotes_carousel_icon {
            position: absolute;
            top: 0;
            left: -3rem;
        }
        img {
            max-width: 40px;
            margin-right: 5px;
            border-radius: 50%;
        }
        footer {
            background-color: transparent;
            &:before {
                content:"";
            }
        }
    }
}