source: RedSur/app/assets/stylesheets/invitations.scss @ 52c3597

modelo_minuta
Last change on this file since 52c3597 was 1b91e02, checked in by aosorio <aosorio@…>, 8 years ago

Version para desarrollo local

  • Property mode set to 100755
File size: 602 bytes
Line 
1#invite_code {
2  cursor: text;
3  display: block;
4  margin-top: 5px;
5}
6
7#invitationsModal {
8  .modal-header, .modal-body {
9    color: $text;
10    font-size: $font-size-text;
11    text-align: initial;
12  }
13  #paste_link { font-weight: 700; }
14  #invite_code { margin-top: 10px; }
15  #codes_left { color: $text-grey; }
16  .control-label { width: 120px; }
17  .controls { margin-left: 140px; }
18  #email_invitation {
19    padding-top: 10px;
20    margin-top: 20px;
21    border-top: 1px dashed $border-grey;
22    label { font-weight: 700; }
23    #already_sent {
24      color: $text-grey;
25      font-size: 12px;
26    }
27  }
28}
Note: See TracBrowser for help on using the repository browser.