summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/ml_experiment_tracking.scss
blob: 3c025b5d23fbd98bb72076a946bfe5bd7b91bec9 (plain)
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
@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.ml-candidate-table {
  table-layout: fixed;

  tr td,
  tr th {
    padding: $gl-padding-8;

    > * {
      @include gl-display-block;
      @include gl-text-truncate;
    }
  }
}

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