misuzu/assets/less/nova/bem/auth.less

11 lines
303 B
Text
Raw Normal View History

2018-01-03 02:02:55 +00:00
.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;
}
}