mirror of
https://github.com/status-im/consul.git
synced 2025-02-23 19:08:22 +00:00
17 lines
245 B
SCSS
17 lines
245 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
%panel {
|
|
--padding-x: 14px;
|
|
--padding-y: 14px;
|
|
/* max-height: var(--panel-height, auto); */
|
|
}
|
|
%panel {
|
|
position: relative;
|
|
}
|
|
%panel-separator {
|
|
margin: 0;
|
|
}
|