Fixed styles and template structure on invitation page.
parent
3ccffadee7
commit
09b540df5d
|
@ -11,9 +11,11 @@ block content
|
||||||
a(href="", tg-bo-title="invitation.invited_by.full_name_display")
|
a(href="", tg-bo-title="invitation.invited_by.full_name_display")
|
||||||
img.avatar(tg-bo-src="invitation.invited_by.photo",
|
img.avatar(tg-bo-src="invitation.invited_by.photo",
|
||||||
tg-bo-alt="invitation.invited_by.full_name_display")
|
tg-bo-alt="invitation.invited_by.full_name_display")
|
||||||
| {{ invitation.invited_by.full_name_display }}
|
span.person-name(tg-bo-bind="invitation.invited_by.full_name_display")
|
||||||
p.invitation-text has sent you an invitation to join to the taiga project
|
|
||||||
span.project-name(tg-bo-bind="invitation.project_name")
|
span.invitation-text
|
||||||
|
p has invited you to join the project
|
||||||
|
p.project-name(tg-bo-bind="invitation.project_name")
|
||||||
|
|
||||||
div.invitation-form
|
div.invitation-form
|
||||||
include views/modules/invitation-login-form
|
include views/modules/invitation-login-form
|
||||||
|
|
|
@ -15,12 +15,14 @@
|
||||||
width: 150px;
|
width: 150px;
|
||||||
}
|
}
|
||||||
.avatar {
|
.avatar {
|
||||||
|
text-align: center;
|
||||||
margin: 0 auto 1rem;
|
margin: 0 auto 1rem;
|
||||||
width: 150px;
|
width: 250px;
|
||||||
a {
|
.person-name {
|
||||||
@extend %small;
|
@extend %xlarge;
|
||||||
|
@extend %title;
|
||||||
color: $white;
|
color: $white;
|
||||||
text-align: center;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -32,7 +34,7 @@
|
||||||
@extend %xlarge;
|
@extend %xlarge;
|
||||||
@extend %title;
|
@extend %title;
|
||||||
color: $white;
|
color: $white;
|
||||||
line-height: 3rem;
|
line-height: 2rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
.project-name {
|
.project-name {
|
||||||
|
|
Loading…
Reference in New Issue