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

groups.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 07a38a19fad6b465d3082c6fa9cdaeae48a06704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.new-group-member-holder {
  margin-top: 50px;
  padding-top: 20px;
}

.member-search-form {
  float: left;
}

.milestone-row {
  @include str-truncated(90%);
}

.dashboard .side .panel .panel-heading .input-group {
  .form-control {
    height: 42px;
  }
}