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

collapsible_card.scss « components « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7c7423c1cd3fdcd9b0a6699ae4619cb0efb65f5 (plain)
1
2
3
4
5
6
7
8
9
.collapsible-card {
  .collapsible-card-btn {
    color: $gl-text-color;

    &:hover {
      color: $blue-600;
    }
  }
}