You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.3 KiB
SCSS
66 lines
1.3 KiB
SCSS
// Copyright (C) 2020 Intel Corporation
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
@import 'base.scss';
|
|
|
|
.attribute-annotation-workspace.ant-layout {
|
|
height: 100%;
|
|
}
|
|
|
|
.attribute-annotation-sidebar {
|
|
background: $background-color-2;
|
|
padding: 5px;
|
|
}
|
|
|
|
.attribute-annotation-sidebar-object-switcher,
|
|
.attribute-annotation-sidebar-attribute-switcher {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 18px;
|
|
margin-top: 10px;
|
|
|
|
> span {
|
|
max-width: 60%;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
> button > span[role='img'] {
|
|
color: $objects-bar-icons-color;
|
|
}
|
|
}
|
|
|
|
.attribute-annotation-sidebar-basics-editor {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 18px;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.attribute-annotations-sidebar-not-found-wrapper {
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.attribute-annotation-sidebar-attr-list-wrapper {
|
|
margin: 10px 0 10px 10px;
|
|
}
|
|
|
|
.attribute-annotation-sidebar-attr-elem-wrapper {
|
|
width: 60%;
|
|
}
|
|
|
|
.attribute-annotation-sidebar-number-list {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.attribute-annotation-sidebar-attr-editor {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
}
|