summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/card.scss
blob: 9911b926cbbd82b447e8eda55ef794539dae38a0 (plain)
1
2
3
4
5
6
7
8
.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);
    }
  }
}