summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/groups.scss
blob: ac7721cbe1512ad19cfc6d2178794fefe36c2835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.member-search-form {
  float: left;

  input[type='search'] {
    width: 225px;
    vertical-align: bottom;

    @media (max-width: $screen-xs-max) {
      width: 100px;
      vertical-align: bottom;
    }
  }
}

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

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

.group-row {
  &.no-description {
    .group-name {
      line-height: 44px;
    }
  }

  .stats {
    float: right;
    line-height: 44px;
    color: $gl-gray;

    span {
      margin-right: 15px;
    }
  }
}

.groups-cover-block {

  .container-fluid {
    position: relative;
  }

  .access-request-button {
    @include btn-gray;
    position: absolute;
    right: 16px;
    bottom: 32px;
    padding: 3px 10px;
    text-transform: none;
    background-color: $background-color;
  }
}