mirror of
https://github.com/status-im/consul.git
synced 2025-02-01 08:27:20 +00:00
73b6687c5b
* 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
9 lines
113 B
SCSS
9 lines
113 B
SCSS
#docfy-demo-preview-panel {
|
|
.panel {
|
|
@extend %panel;
|
|
}
|
|
.panel hr {
|
|
@extend %panel-separator;
|
|
}
|
|
}
|