mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-07-03 06:48:11 +08:00
34 lines
506 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|