Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ml_experiment_tracking.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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;
  }
}