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/avatar.less

12 lines
245 B
Text
Raw Normal View History

2016-11-09 18:32:23 +00:00
.avatar {
background: no-repeat center center / cover transparent;
&--border {
border: 3px solid #eee;
background-color: #eee;
box-shadow: 0 3px 7px #888;
border-radius: 3px;
margin: 5px;
}
}