16 lines
284 B
SCSS
16 lines
284 B
SCSS
@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;
|
|
}
|
|
}
|