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

table.candidate-details {
  td {
    padding: $gl-spacing-scale-3;
  }
}