mirror of
https://github.com/status-im/consul.git
synced 2025-01-18 17:52:17 +00:00
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;
|
||
|
}
|