gitlab-org--gitlab-foss/app/assets/stylesheets/framework/card.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
206 B
SCSS
Raw Normal View History

.card-header {
&:first-child {
// intended use case: card with only a header (for example empty related issues)
&:last-child {
@include border-radius($card-inner-border-radius);
}
}
}