4ad8a0cfef
* Add %panel CSS component * Deprecate old menu-panel component * Various smallish tweaks to disclosure-menu * Move all menus in the app chrome to use new DisclosureMenu * Follow up CSS to move all app chrome menus to new components * Don't prevent default any events from anchors * Add a tick to click steps
12 lines
167 B
SCSS
12 lines
167 B
SCSS
%panel {
|
|
--padding-x: 14px;
|
|
--padding-y: 14px;
|
|
/* max-height: var(--panel-height, auto); */
|
|
}
|
|
%panel {
|
|
position: relative;
|
|
}
|
|
%panel-separator {
|
|
margin: 0;
|
|
}
|