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

_ide_mixins.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: 896a3466cb49d0d4b1610acdbc4a4afe9c9b73dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@mixin ide-trace-view {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: -$grid-size;
  margin-bottom: -$grid-size;

  &.build-page .top-bar {
    top: 0;
    height: auto;
    font-size: 12px;
    border-top-right-radius: $border-radius-default;
  }

  .top-bar {
    margin-left: -$gl-padding;
  }
}