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.

13 lines
225 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;
}
}