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: 83dc80e1ba5a385da1999005d3b393a61ec9e1e1 (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
.update-notifications {
  .radio-inline {
    margin-right: 30px;
  }
}

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

    &:last-child {
      border: none;
    }

    legend {
      border: none;
      margin-bottom: 10px;
    }
  }
}

.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;
}

.profile-avatar-form-option {
  hr {
    margin: 10px 0;
  }
}