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

design_list_item.scss « design_management « components « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7f6b2026fe4d8fad690c41dc1e19095b60748ca (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
.design-list-item {
  height: 280px;
  text-decoration: none;

  .icon-version-status {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .design-event {
    top: $gl-padding;
    right: $gl-padding;
  }

  .card-body {
    height: 230px;
  }
}

// This is temporary class to be removed after feature flag removal: https://gitlab.com/gitlab-org/gitlab/-/issues/223197
.design-list-item-new {
  height: 210px;
}