summaryrefslogtreecommitdiff
path: root/addons/website/static/src/snippets/s_text_highlight/000.scss
blob: 913f04bbaa5d6188e490dc5f9bd6aa12a5138053 (plain)
1
2
3
4
5
6
7
.s_text_highlight {
    padding: 1.5rem;
    border-radius: $border-radius;
    :last-child {
        margin-bottom: 0;
    }
}