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

admin.scss « sections « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82556e91da3f5eb88da29016e57dd1595ca33482 (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
/**
 * Admin area
 *
 */
.admin_dash {
  .data {
    a {
      h1 {
        line-height: 48px;
        font-size: 48px;
        padding: 20px;
        text-align: center;
        font-weight: normal;
      }
    }
  }
}

.admin-filter form {
  label { width: 110px; }
  .controls { margin-left: 130px; }
  .form-actions { padding-left: 130px; background: #fff }
}

.broadcast-messages {
  .message {
    line-height: 2;
  }
}