blob: cbce5cf60f2dc8c7fe741c971cce6afb6ded0c67 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@include namespace('icon') {
@include object(namespace()) {
display: block;
width: 16px;
height: 16px;
stroke-width: 1.5px;
stroke-linecap: round;
stroke-linejoin: round;
@include modifier('inline') {
display: inline-block;
vertical-align: -.1em;
}
}
}
|