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.

31 lines
480 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;
}
2023-04-23 21:23:45 +05:30
.job-assistant-drawer {
width: 100%;
@include media-breakpoint-up(sm) {
width: 560px;
}
}