Welcome to mirror list, hosted at ThFree Co, Russian Federation.

card.scss « framework « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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);
    }
  }
}