mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-20 00:46:23 +00:00
9 lines
173 B
SCSS
9 lines
173 B
SCSS
/// block-toggle.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
|
|
|
|
.sg-block-toggle {
|
|
overflow: hidden;
|
|
position: relative;
|
|
z-index: 1;
|
|
height: 0;
|
|
};
|