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

page_title.scss « framework « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84a34f126492e3ad02efddc2f36f3fe3f7644150 (plain)
1
2
3
4
5
6
7
8
9
10
.page-title-holder {
  .page-title {
    margin: $gl-spacing-scale-4 0;
    color: $gl-text-color;
  }

  .page-title-controls {
    margin-left: auto;
  }
}