summaryrefslogtreecommitdiffstats
path: root/assets/css/objects/_icon.scss
blob: e708dd54e6da12d7fc464023ec88e4462b0c987c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@include namespace('icon') {
    @include object(namespace()) {
        display:         block;
        width:           16px;
        height:          16px;
        stroke-width:    1.5px;
        stroke-linecap:  round;
        stroke-linejoin: round;
    }
}