debian-mirror-gitlab/app/assets/stylesheets/components/design_management/design_list_item.scss

20 lines
355 B
SCSS
Raw Normal View History

2020-05-24 23:13:21 +05:30
.design-list-item {
height: 280px;
text-decoration: none;
.icon-version-status {
position: absolute;
right: 10px;
top: 10px;
}
.card-body {
height: 230px;
}
}
2020-07-28 23:09:34 +05:30
// 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;
}