mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
8 lines
173 B
SCSS
8 lines
173 B
SCSS
%display-toggle-siblings,
|
|
%display-toggle-siblings ~ *:not(.animating):not(label) {
|
|
display: none;
|
|
}
|
|
%display-toggle-siblings:checked ~ *:not(label) {
|
|
display: block;
|
|
}
|