react-16-dropdown
Version:
A zero-dependency, lightweight and fully customizable dropdown (not select) for React.
38 lines (31 loc) • 540 B
CSS
.jumbotron {
margin-bottom: 0;
}
code {
border-radius: 3px;
line-height: 1.8 ;
padding: 0 ;
margin: 0 ;
}
pre {
margin: 0 ;
padding: 1rem ;
}
.option.option--success:hover {
background-color: #28a745;
color: white;
}
.option.option--danger:hover {
background-color: #dc3545;
color: white;
}
.option.option--primary:hover {
background-color: #007bff;
color: white;
}
.custom-option {
margin-left: 10px;
}
.custom-option button {
vertical-align: middle;
}