summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/ml_experiment_tracking.scss
blob: 2dff51cff92c71a85ae23d112cf8991236074251 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@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;
  }
}