mirror of
https://github.com/status-im/consul.git
synced 2025-02-23 02:48:19 +00:00
14 lines
191 B
SCSS
14 lines
191 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
#docfy-demo-preview-panel {
|
|
.panel {
|
|
@extend %panel;
|
|
}
|
|
.panel hr {
|
|
@extend %panel-separator;
|
|
}
|
|
}
|