video-bubbles
Version:
<img src="images/bubbles-logo.svg" alt="Bubbles logo" width="50%" />
28 lines (24 loc) • 504 B
CSS
.bubbles-midi-port-selector {
background-color: #444;
font-family: sans-serif;
font-size: 0.8em;
font-weight: 600;
opacity: 1;
padding: 1em 0.5em 0.75em 0.5em;
}
.bubbles-midi-port-selector label {
color: #fff;
display: block;
margin-left: 0.1em;
}
.bubbles-midi-port-selector select {
margin-right: 0.75em;
margin-top: 0.3em;
width: 85%;
}
.bubbles-midi-port-selector svg {
fill: #fff;
height: 2em;
margin-bottom: -0.7em;
width: 2em;
}