2016-01-08 18:44:35 +05:30
|
|
|
@import '~components/ui/colors.scss';
|
|
|
|
|
|
|
|
.signIn {
|
|
|
|
margin-bottom: 10px;
|
2016-01-09 19:21:55 +05:30
|
|
|
text-align: center;
|
2016-01-08 18:44:35 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.decline {
|
|
|
|
border-top: 1px solid lighter($black);
|
|
|
|
width: 42%;
|
|
|
|
flex-grow: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.helpLinks {
|
|
|
|
margin: 8px 0;
|
|
|
|
|
|
|
|
color: #444;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #444;
|
|
|
|
border-bottom: 1px dotted #444;
|
|
|
|
text-decoration: none;
|
|
|
|
transition: .25s;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
border-bottom-color: #777;
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-01-09 19:21:55 +05:30
|
|
|
|
|
|
|
@import '~components/ui/fonts.scss';
|
|
|
|
.avatar {
|
|
|
|
width: 90px;
|
|
|
|
height: 90px;
|
|
|
|
font-size: 90px;
|
|
|
|
line-height: 90px;
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.email {
|
|
|
|
font-family: $font-family-title;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|