Welcome to mirror list, hosted at ThFree Co, Russian Federation.

releases.scss « page_bundles « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c011ec3fe4c2e65ece28bc1ffe736eb3aa22de98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@import 'mixins_and_variables_and_functions';

.release-block {
  transition: background-color 1s linear;
}

.release-block-milestone-info {
  .milestone-progress-bar-container {
    width: 300px;
    min-height: 46px;
  }
}

.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;
  }
}