ui/src/app/assets/components/asset-details/edit-asset/asset-selection-panel/asset-selection-panel.component.scss (47 lines of code) (raw):
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
.designer-panel-content {
padding: 0;
overflow-y: auto;
}
.designer-panel-config {
padding: 0;
}
.designer-panel-title {
margin-left: 5px;
}
.designer-panel-header {
border-bottom: 1px solid var(--color-tab-border);
}
.sp-tree-invisible {
display: none;
}
.sp-tree ul,
.sp-tree li {
margin-top: 0;
margin-bottom: 0;
list-style-type: none;
}
.sp-tree .mat-nested-tree-node div[role='group'] {
padding-left: 20px;
}
.sp-tree div[role='group'] > .mat-tree-node {
padding-left: 20px;
}
.mat-tree-node {
min-height: 35px;
}
.mat-tree-node:hover {
background: var(--color-bg-1);
}
.asset-node {
font-weight: normal;
cursor: pointer;
width: 100%;
}
.asset-node-disabled {
color: var(--color-bg-3);
cursor: default;
}
.selected-node {
font-family: 'Roboto-Bold', serif;
font-weight: bolder;
}