2019-12-11 22:27:13 +00:00
|
|
|
.c-elements-pool {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
overflow: hidden;
|
|
|
|
flex: 1 1 auto !important;
|
|
|
|
|
|
|
|
> * + * {
|
|
|
|
margin-top: $interiorMargin;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__search {
|
|
|
|
flex: 0 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__elements {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2020-03-31 22:56:06 +00:00
|
|
|
.c-grippy {
|
2019-12-11 22:27:13 +00:00
|
|
|
$d: 8px;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
margin-right: $interiorMarginSm;
|
|
|
|
transform: translateY(-2px);
|
|
|
|
width: $d; height: $d;
|
|
|
|
}
|
2021-03-03 17:50:48 +00:00
|
|
|
|
|
|
|
&.is-context-clicked {
|
|
|
|
box-shadow: inset $colorItemTreeSelectedBg 0 0 0 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hover {
|
|
|
|
background-color: $colorItemTreeSelectedBg;
|
|
|
|
}
|
2019-12-11 22:27:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.js-last-place {
|
|
|
|
height: 10px;
|
2021-03-03 17:50:48 +00:00
|
|
|
}
|