8 lines
127 B
SCSS
8 lines
127 B
SCSS
|
.icon {
|
||
|
display: inline-block;
|
||
|
*display: inline;
|
||
|
width: 16px;
|
||
|
height: 16px;
|
||
|
vertical-align: text-top;
|
||
|
background: red;
|
||
|
}
|