You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .dataset {
- padding-top: 15px;
- .dataset-files {
- margin: 0 30px !important;
- #dataset {
- .dz-preview {
- border-bottom: 1px solid rgb(218, 220, 224);
- min-height: 0;
- }
- .dz-preview.dz-processing {
- display: flex;
- align-items: center;
- .dz-details {
- opacity: 1 !important;
- display: flex;
- padding: 0 0 10px 0;
- min-width: 60%;
- max-width: 60%;
- position: relative;
- }
- .dz-success-mark {
- z-index: 0;
- position: relative;
- top: 0;
- left: auto;
- color: green;
- margin: 0 16px;
- }
- .dz-error-mark {
- z-index: 0;
- position: relative;
- top: 0;
- left: auto;
- color: red;
- margin: 0 16px;
- }
- .bar {
- background: #21ba45;
- }
- .dz-progress {
- left: 4px;
- background: grey;
- width: 70%;
- top: 20px;
- margin: 0;
- }
- .dz-file {
- margin-bottom: auto;
- }
- }
- .dz-preview .dz-error-message {
- top: 30px;
- }
- }
- }
- }
- .ui.dataset.list {
- .item {
- padding-bottom: 25px;
-
- &:not(:first-child) {
- border-top: 1px solid #eeeeee;
- padding-top: 25px;
- }
-
- .ui.header {
- font-size: 1.5rem;
- padding-bottom: 10px;
-
- .name {
- word-break: break-all;
- }
-
- .metas {
- color: #888888;
- font-size: 14px;
- font-weight: normal;
-
- span:not(:last-child) {
- margin-right: 5px;
- }
- }
- }
-
- .time {
- font-size: 12px;
- color: #808080;
- }
-
- .ui.tags {
- margin-bottom: 1em;
- }
-
- .ui.avatar.image {
- width: 24px;
- height: 24px;
- }
- }
- }
|