Spaces:
Running
Running
File size: 1,754 Bytes
f51c1fd 42c4f80 f51c1fd 42c4f80 f51c1fd d0f716d f51c1fd 42c4f80 f51c1fd 42c4f80 d0f716d 42c4f80 f51c1fd d0f716d f51c1fd 42c4f80 d0f716d 42c4f80 f51c1fd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
.noti_err {
color: #B42E2C;
}
.noti_true {
color: #006900;
}
div.video-container {
height: 350px;
max-height: 350px;
}
div.files-container {
height: 350px;
max-height: 350px;
}
div.csv-container {}
div.files-container div.file-preview-holder {
overflow-y: scroll;
height: 100%;
}
div.files-container label[data-testid="block-label"] {
position: absolute;
}
.calculate_oceanai,
.calculate_practical_task {
display: inline-block;
padding: 10px 20px;
font-size: 16px;
font-weight: bold;
text-align: center;
text-decoration: none;
cursor: pointer;
border: var(--button-border-width) solid var(--button-primary-border-color);
background: var(--button-primary-background-fill);
color: var(--button-primary-text-color);
border-radius: 8px;
transition: all 0.3s ease;
}
.examples_oceanai, .clear_oceanai {
display: inline-block;
padding: 10px 20px;
font-size: 16px;
font-weight: bold;
text-align: center;
text-decoration: none;
cursor: pointer;
border-radius: 8px;
transition: all 0.3s ease;
}
.calculate_oceanai[disabled],
.calculate_practical_task[disabled],
.examples_oceanai[disabled],
.clear_oceanai[disabled] {
cursor: not-allowed;
opacity: 0.6;
}
.calculate_oceanai:hover:not([disabled]),
.calculate_practical_task:hover:not([disabled]) {
border-color: var(--button-primary-border-color-hover);
background: var(--button-primary-background-fill-hover);
color: var(--button-primary-text-color-hover);
}
.calculate_oceanai:active:not([disabled]),
.calculate_practical_task:active:not([disabled]),
.examples_oceanai:active:not([disabled]),
.clear_oceanai:active:not([disabled]) {
transform: scale(0.98);
} |