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

cluster_agents.scss « page_bundles « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 956a9f6adcc57706112ede70a40e53054a2aa6fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import 'mixins_and_variables_and_functions';

.agent-activity-list {
  .system-note .timeline-entry-inner {
    .timeline-icon {
      margin-top: $gl-spacing-scale-1;
    }
  }

  .timeline-entry::before {
    margin-top: $gl-spacing-scale-4;
  }
}