Removing COllection + workspace usage

This commit is contained in:
Romaric Mourgues
2023-04-20 14:43:50 +02:00
parent 34fcb0ce11
commit 47e67f72cc
8 changed files with 4 additions and 200 deletions
@@ -3,7 +3,7 @@ import './parameters.scss';
export default (props: { label: string; description: string; children: ReactNode }) => {
return (
<div className={'parameters_attribute open'}>
<div className={'parameters_attribute open block'}>
<div className="label">
<div className="label">{props.label}</div>
<div className="description">{props.description}</div>
@@ -47,7 +47,6 @@
& > .value {
font-size: 14px;
max-height: 0;
transition: max-height 0.2s, opacity 0.2s;
overflow: hidden;
opacity: 0;