accounts-frontend/packages/app/components/auth/password/password.scss

23 lines
323 B
SCSS
Raw Normal View History

@import '~app/components/ui/fonts.scss';
.avatar {
2020-05-24 04:38:24 +05:30
width: 90px;
height: 90px;
font-size: 90px;
line-height: 1;
margin: 0 auto;
2020-05-24 04:38:24 +05:30
img {
width: 100%;
}
}
.email {
2020-05-24 04:38:24 +05:30
font-family: $font-family-title;
font-size: 18px;
color: #fff;
2020-05-24 04:38:24 +05:30
margin-bottom: 15px;
margin-top: 10px;
}