mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-15 04:42:23 +08:00
12 lines
175 B
SCSS
12 lines
175 B
SCSS
.n-nimbus-icon {
|
|
height: 1em;
|
|
width: 1em;
|
|
line-height: 1em;
|
|
text-align: center;
|
|
display: inline-block;
|
|
position: relative;
|
|
svg {
|
|
pointer-events: none;
|
|
}
|
|
}
|