mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-13 03:35:55 +05:30
23 lines
295 B
SCSS
23 lines
295 B
SCSS
@import '~app/components/ui/fonts.scss';
|
|
|
|
.avatar {
|
|
width: 90px;
|
|
height: 90px;
|
|
font-size: 90px;
|
|
line-height: 1;
|
|
margin: 0 auto;
|
|
|
|
img {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.email {
|
|
font-family: $font-family-title;
|
|
font-size: 18px;
|
|
color: #fff;
|
|
|
|
margin-bottom: 15px;
|
|
margin-top: 10px;
|
|
}
|