debian-mirror-gitlab/app/assets/stylesheets/components/design_management/design_list_item.scss
2021-03-11 19:13:27 +05:30

20 lines
355 B
SCSS

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