mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-24 00:57:59 +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;
|
||
|
}
|