react-video-editor
Version:
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
23 lines (20 loc) • 341 B
CSS
.square-icon {
background-color: transparent;
width: 1.5em;
height: 1.5em;
border-radius: 0.25em;
text-align: center;
line-height: 1.2em;
vertical-align: middle;
color: #F04E26;
margin: 0.5em;
}
.check_label{
margin-left: 0.5em;
}
.active{
border: 0.15em solid #F04E26;
}
.inactive{
border: 0.15em solid #6c757d;
}