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: e167052a3e19fd60ecba452284299d81a473020d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@import 'mixins_and_variables_and_functions';

.file-tree-container {
  @include gl-w-full;

  @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 {
  @include gl-display-block;
  top: 2px;
}