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.

51 lines
860 B
SCSS

// Copyright (C) 2020 Intel Corporation
//
// SPDX-License-Identifier: MIT
@import '../../base.scss';
.ant-menu.cvat-actions-menu {
box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
> 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 {
> i {
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);
}