2024-12-13 16:39:55 +08:00

34 lines
506 B
SCSS

@use "common/var" as *;
.data-source-list-panel {
.list-container {
.list-item {
.codeIcon {
width: 22px;
height: 22px;
margin-right: 5px;
}
.compIcon {
width: 22px;
height: 22px;
margin-right: 5px;
}
}
}
}
.data-source-list-panel-add-menu {
padding: 4px 0;
.menu-item {
cursor: pointer;
transition: all 0.2s ease 0s;
padding: 5px 14px;
&:hover {
background-color: $hover-color;
}
}
}