summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/page_bundles/cluster_agents.scss
blob: d1fab55738fce80b895791d9f0427298da495e09 (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 {
      @include gl-mt-1;
    }
  }

  .timeline-entry::before {
    @include gl-mt-4;
  }
}