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

snippets.scss « sections « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: feeca655cb18053df12ffc92f92aa503629f2ee9 (plain)
1
2
3
4
5
6
7
8
9
.snippet.file-holder {
  .file-title {
    .snippet-file-name {
      position: relative;
      top: -4px;
      left: -4px;
    }
  }
}