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

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

27 lines
475 B
SCSS
Raw Normal View History

2022-11-25 23:54:43 +05:30
@import 'mixins_and_variables_and_functions';
.release-block {
transition: background-color 1s linear;
}
2020-01-01 13:55:28 +05:30
.release-block-milestone-info {
.milestone-progress-bar-container {
width: 300px;
min-height: 46px;
}
}
2023-06-20 00:43:36 +05:30
.release-tag-selector {
.popover-body {
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
min-width: $gl-dropdown-width;
max-width: $gl-dropdown-width;
}
.release-tag-list {
max-height: $dropdown-max-height;
}
}