Layout and styles for invitation page
parent
b5c8f7cc34
commit
6911dd91f8
|
@ -11,6 +11,8 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
max-width: 800px;
|
||||||
|
min-width: 420px;
|
||||||
}
|
}
|
||||||
.avatar {
|
.avatar {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -27,12 +29,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.invitation-text {
|
.invitation-text {
|
||||||
@extend %larger;
|
@extend %large;
|
||||||
@extend %light;
|
@extend %light;
|
||||||
color: $white;
|
color: $white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
.project-name {
|
.project-name {
|
||||||
@extend %xxlarge;
|
@extend %xlarge;
|
||||||
display: block;
|
display: block;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
@ -82,6 +84,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.register-text {
|
||||||
|
color: $white;
|
||||||
|
a {
|
||||||
|
color: $primary;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.button-auth {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.button-blackish {
|
.button-blackish {
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $primary;
|
background: $primary;
|
||||||
|
|
Loading…
Reference in New Issue