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: 9465dd5bed69aa539193cc4a920beadea183c03c (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%;

  .top-bar {
    @include build-trace-bar(35px);

    top: 0;
    font-size: 12px;
    border-top-right-radius: $border-radius-default;
    margin-left: -$gl-padding;

    .controllers {
      @include build-controllers(15px, center, false, 0, inline, 0);
    }
  }
}