naive-ui/styles/NimbusIcon.scss

12 lines
175 B
SCSS
Raw Normal View History

2019-07-15 11:34:30 +08:00
.n-nimbus-icon {
height: 1em;
width: 1em;
line-height: 1em;
text-align: center;
display: inline-block;
position: relative;
svg {
pointer-events: none;
}
2019-07-15 11:34:30 +08:00
}