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.
45 lines
885 B
SCSS
45 lines
885 B
SCSS
// Copyright (C) 2020 Intel Corporation
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
@import '../../base.scss';
|
|
|
|
.cvat-share-tree {
|
|
height: 32 * $grid-unit-size;
|
|
}
|
|
|
|
.cvat-empty-share-tree {
|
|
> .ant-typography {
|
|
margin-top: 10px;
|
|
}
|
|
}
|
|
|
|
.cvat-file-manager-local-tab {
|
|
> span:nth-child(1) {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.cvat-create-task-page-cloud-storages-tab {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.cvat-create-task-page-cloud-storages-tab-form {
|
|
.cvat-empty-cloud-storages-tree {
|
|
background-color: $background-color-2;
|
|
border: 1px;
|
|
box-sizing: border-box;
|
|
border-radius: $grid-unit-size * 0.5;
|
|
text-align: center;
|
|
|
|
> .ant-typography {
|
|
margin-top: $grid-unit-size * 1.25;
|
|
}
|
|
|
|
> .cvat-cloud-storage-icon {
|
|
font-size: $grid-unit-size * 20;
|
|
}
|
|
}
|
|
}
|