2023-01-13 00:05:48 +05:30
|
|
|
@import '../page_bundles/mixins_and_variables_and_functions';
|
|
|
|
|
|
|
|
.ml-experiment-row {
|
|
|
|
.title {
|
|
|
|
margin-bottom: $gl-spacing-scale-1;
|
|
|
|
font-weight: $gl-font-weight-bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ml-experiment-info {
|
|
|
|
color: $gl-text-color-secondary;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $gl-text-color;
|
|
|
|
}
|
|
|
|
}
|
2023-03-04 22:38:38 +05:30
|
|
|
|
|
|
|
table.candidate-details {
|
|
|
|
td {
|
|
|
|
padding: $gl-spacing-scale-3;
|
|
|
|
}
|
|
|
|
}
|