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

deploy_keys.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2fafe052106627f0383e29c77d89fec36c8812f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.deploy-keys-list {
  width: 100%;
  overflow: auto;

  table {
    border: 1px solid $table-border-color;
  }
}

.deploy-keys-title {
  padding-bottom: 2px;
  line-height: 2;
}