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: aacb1f91e591403392d39e76f3d367703c72ccf6 (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;
  }

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

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