summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/components/design_management/design_list_item.scss
blob: 09af4da37e91bde0a3a4dbb51da081ae7f00eaab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.design-list-item {
  height: 280px;
  text-decoration: none;

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

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