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-file-preview.dz-processing {
- display: flex;
- align-items: center;
- .dz-details {
- 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;
- }
- }
- }
- }
|