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

15 lines
231 B
SCSS
Raw Normal View History

2018-03-01 15:52:35 +00:00
vn-icon {
display: inline-block;
2020-04-02 14:29:13 +00:00
font-size: 1.7em;
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;
2020-05-06 12:38:09 +00:00
}
& > i.material-icons {
2018-03-01 15:52:35 +00:00
font-size: inherit;
}
}