diaspora/app/assets/stylesheets/invitations.scss
Jonne Haß c96834bdf2 Remove .css extension from SCSS files
sass-rails 5.0 deprecated those
2015-02-28 03:37:46 +01:00

23 lines
492 B
SCSS

#invite_code {
cursor: text;
display: block;
margin-top: 5px;
}
#invitationsModal {
#paste_link { font-weight: 700; }
#invite_code { margin-top: 10px; }
#codes_left { color: $text-grey; }
.control-label { width: 120px; }
.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;
}
}
}