accounts-frontend/src/components/auth/signIn.scss

73 lines
1.1 KiB
SCSS
Raw Normal View History

@import '~components/ui/colors.scss';
.signIn {
margin-bottom: 10px;
text-align: center;
}
.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 20:46:20 +05:30
// sign in second step
@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;
}
2016-01-09 20:46:20 +05:30
// account activation
.description {
}
.descriptionImage {
composes: envelope from 'components/ui/icons.scss';
font-size: 100px;
color: $blue;
}
.descriptionText {
margin-bottom: 25px;
font-size: 16px;
line-height: 1.2;
}