mirror of
https://github.com/status-im/consul.git
synced 2025-01-25 21:19:12 +00:00
9d21736e9f
* Add copyright headers to UI files * Ensure copywrite file ignores external libs
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;
|
|
}
|