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

invitations.scss « stylesheets « assets « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c762968773bdddda4f2ffae3592e5f465f7a253 (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
#invite_code {
  background-color: $white;
  cursor: text;
  display: block;
  margin-top: 5px;
}

#invitationsModal {
  .modal-header, .modal-body {
    color: $text;
    font-size: $font-size-text;
    text-align: initial;
  }
  #paste_link { font-weight: 700; }
  #invite_code { margin-top: 10px; }
  #codes_left { color: $text-grey; }
  .controls { margin-left: 140px; }
  #email_invitation {
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px dashed $border-grey;
    label { font-weight: 700; }
    #already_sent {
      color: $text-grey;
      font-size: 12px;
    }
  }
}