6 lines
146 B
SCSS

// Selector for the wrapper element around the binary-toggle buttons
.binary-toggle-buttons {
display: flex;
justify-content: space-around;
}