This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/resources/assets/less/yuuno/bem/user.less
2016-11-09 19:32:23 +01:00

20 lines
363 B
Text

.user {
display: flex;
align-items: center;
background: no-repeat center center / cover transparent;
&__avatar {
height: 100px;
width: 100px;
margin: 0 2px;
flex-grow: 0;
flex-shrink: 0;
}
&__info {
background: rgba(211, 191, 255, .8);
width: 100%;
padding: 0 5px;
}
}