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

pipeline_editor.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: 9e09980200f6b6b9a7726c549cb6ea84fdf36e3a (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
@import 'mixins_and_variables_and_functions';

.file-tree-container {
  width: 100%;

  @media (min-width: $breakpoint-md) {
    width: 300px;
  }
}

.file-tree-container > div.gl-overflow-y-auto {
  max-height: 220px;

  @media (min-width: $breakpoint-md) {
    max-height: 700px;
  }
}

.file-tree-includes-link:hover > svg {
  display: block;
  top: 2px;
}

.job-assistant-drawer {
  width: 100%;

  @include media-breakpoint-up(sm) {
    width: 560px;
  }
}