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/nova/bem/auth.less

11 lines
303 B
Text
Raw Normal View History

.auth {
&__avatar {
height: 100px;
width: 100px;
background: no-repeat center center / cover @grey-f;
border-radius: 100%;
box-shadow: 0 @global-shadow-distance @global-shadow-size fade(@grey-1, @global-shadow-opacity);
margin: 6px auto 10px;
}
}