fast-vue3-ui
Version:
<h1 align="center"> fast-ui </h1>
36 lines (35 loc) • 636 B
CSS
.icon {
width: 1em;
height: 1em;
fill: currentColor;
overflow: hidden;
}
.fast-icon {
display: inline-block;
position: relative;
vertical-align: -0.15em;
}
.fast-icon .fast-info {
position: absolute;
top: 8px;
right: 0;
box-sizing: border-box;
min-width: 16px;
padding: 0 3px;
color: #fff;
font-weight: 500;
font-size: 12px;
line-height: 1.2;
text-align: center;
border: 1px solid #fff;
border-radius: 16px;
background-color: #ee0a24;
transform: translate(50%, -50%);
}
.fast-icon .fast-dot {
width: 8px;
min-width: 0;
height: 8px;
background-color: #ee0a24;
border-radius: 100%;
}