salix/front/core/components/icon/style.scss

13 lines
197 B
SCSS
Raw Normal View History

2018-03-01 15:52:35 +00:00
vn-icon {
display: inline-block;
font-size: 18pt;
2018-04-05 10:46:02 +00:00
text-align: center;
2019-02-20 11:31:08 +00:00
outline: 0;
2018-03-01 15:52:35 +00:00
& > i,
& > i.material-icons {
display: block;
font-size: inherit;
}
}