summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/groups.scss
blob: 3404c2631e1c52e866715a189a28bbcf2e9862cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.member-search-form {
  float: left;
}

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

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

.content-list .group-name {
  font-weight: 600;
  color: #4c4e54;
}