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

.s_hr {
    line-height: 0;
    hr {
        padding: 0;
        border: 0;
        border-top: 1px solid currentColor;
        margin: 0;
        color: inherit;
    }
}