mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-15 04:42:23 +08:00
19 lines
286 B
SCSS
19 lines
286 B
SCSS
@import "./fonts/ionicons.scss";
|
|
|
|
.n-icon {
|
|
height: 1em;
|
|
width: 1em;
|
|
line-height: 1em;
|
|
text-align: center;
|
|
display: inline-block;
|
|
position: relative;
|
|
&::before {
|
|
line-height: 1em;
|
|
width: 1em;
|
|
height: 1em;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
}
|