mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-23 08:38:02 +00:00
6 lines
146 B
SCSS
6 lines
146 B
SCSS
// Selector for the wrapper element around the binary-toggle buttons
|
|
.binary-toggle-buttons {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|