debian-mirror-gitlab/app/assets/stylesheets/page_bundles/_ide_mixins.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
319 B
SCSS
Raw Normal View History

2019-02-15 15:39:39 +05:30
@mixin ide-trace-view {
display: flex;
flex-direction: column;
height: 100%;
2019-09-04 21:01:54 +05:30
.top-bar {
2021-11-18 22:05:49 +05:30
@include build-log-bar(35px);
2019-09-04 21:01:54 +05:30
2019-02-15 15:39:39 +05:30
top: 0;
font-size: 12px;
border-top-right-radius: $border-radius-default;
2019-09-04 21:01:54 +05:30
.controllers {
@include build-controllers(15px, center, false, 0, inline, 0);
}
2019-02-15 15:39:39 +05:30
}
}