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.
55 lines
916 B
SCSS
55 lines
916 B
SCSS
// Copyright (C) 2020 Intel Corporation
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
@import '../../base.scss';
|
|
|
|
.ant-menu.cvat-actions-menu {
|
|
box-shadow: $box-shadow-base;
|
|
|
|
> li:hover {
|
|
background-color: $hover-menu-color;
|
|
}
|
|
|
|
.ant-menu-submenu-title {
|
|
margin: 0;
|
|
width: 13em;
|
|
}
|
|
}
|
|
|
|
.cvat-menu-load-submenu-item,
|
|
.cvat-menu-dump-submenu-item,
|
|
.cvat-menu-export-submenu-item {
|
|
> span[role='img'] {
|
|
color: $info-icon-color;
|
|
}
|
|
|
|
&:hover {
|
|
background-color: $hover-menu-color;
|
|
}
|
|
}
|
|
|
|
.ant-menu-item.cvat-menu-load-submenu-item {
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
> span > .ant-upload {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
> span > button {
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: left;
|
|
}
|
|
}
|
|
}
|
|
|
|
.cvat-menu-icon {
|
|
transform: scale(0.5);
|
|
}
|
|
|
|
#cvat-export-task-loading {
|
|
margin-left: 10;
|
|
}
|