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

login.scss « sections « ci « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 47e453ec8d2a6f2557fbfec5df8df76b6845b193 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.login-block {
  padding: 15px;
  margin: 0 auto;
  text-align: center;

  p {
    font-size: 15px;
  }

  .btn-login {
    padding: 18px 32px;
  }
}