@leifandersen/reactive
Version:
Reactive is a react based in-browser video editor made with the mission to build the simplest yet powerful video editing software.
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;
}