@rockshin/react-image-annotation
Version:
An image annotation tool for ai project that manual annotation for images, easy to use!
36 lines (29 loc) • 517 B
CSS
.demo-button {
cursor: pointer;
border: 0;
border-radius: 3em;
font-weight: 700;
line-height: 1;
display: inline-block;
}
.demo-button--primary {
color: #fff;
background-color: #1ea7fd;
}
.demo-button--secondary {
color: #333;
background-color: #0000;
box-shadow: inset 0 0 0 1px #00000026;
}
.demo-button--small {
padding: 10px 16px;
font-size: 12px;
}
.demo-button--medium {
padding: 11px 20px;
font-size: 14px;
}
.demo-button--large {
padding: 12px 24px;
font-size: 16px;
}