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

snippets.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d79591d99156ffbfef51dec3772452777c6d53f8 (plain)
1
2
3
4
5
6
7
8
.my-snippets li:first-child {
  h4 { margin-top: 0; }
  padding-top: 0;
}

.snippet-form-holder .file-holder .file-title {
  padding: 2px;
}