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.
14 lines
330 B
SCSS
14 lines
330 B
SCSS
// Copyright (C) 2021 Intel Corporation
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
@import '../../base.scss';
|
|
|
|
.cvat-modal-export-option-item > .ant-select-item-option-content,
|
|
.cvat-modal-export-select .ant-select-selection-item {
|
|
> span[role='img'] {
|
|
color: $info-icon-color;
|
|
margin-right: $grid-unit-size;
|
|
}
|
|
}
|