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

profile.scss « sections « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 21f4ed0577dbfab42e5be5b90f5ffc7af5280821 (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
.update-notifications {
  margin-bottom: 0;
  label {
    margin-bottom: 0;
  }
}

.account-page {
  fieldset {
    margin-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;

    &:last-child {
      border: none;
    }

    legend {
      border: none;
      margin: 0;
    }
  }
}

.oauth_select_holder {
  img {
    padding: 2px;
    margin-right: 10px;
  }
  .active {
    img {
      border: 1px solid #4BD;
      background: $hover;
      @include border-radius(5px);
    }
  }
}

.btn-build-token {
  float: left;
  padding: 6px 20px;
  margin-right: 12px;
}