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

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

23 lines
378 B
SCSS
Raw Normal View History

2022-07-16 23:28:13 +05:30
@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;
}