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

registration.scss « stylesheets « assets « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 123161d6a9eeaeaff710f4029b84c796afd4e133 (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
.page-registrations.action-new,
.page-registrations.action-create {
  .ball {
    background: image-url('branding/ball.png') no-repeat;
    background-size: contain;
    height: 633px;
    max-width: 100%;
  }

  .v-center {
    display: table;
    height: 633px;
  }

  .content {
    display: table-cell;
    vertical-align: middle;

    h2 {
      font-size: 35px;
      margin: 12px;
      text-align: center;
    }
  }

  form {
    max-width: 400px;
  }

  .captcha-img {
    left: 10px;
    position: absolute;
    top: 169px;
    width: 120px;
  }

  .captcha-input {
    border-bottom: 1px solid $input-border;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
    height: 40px;
    line-height: $line-height-base;
    padding: 10px 10px 10px 130px;
    width: 100%;
  }

  .terms > a {
    color: inherit;
    text-decoration: underline;
  }
}