misuzu/assets/less/mio/classes/avatar.less

12 lines
254 B
Text
Raw Normal View History

2018-04-16 00:33:54 +00:00
.avatar {
2018-03-22 02:56:41 +00:00
flex-shrink: 0;
background-color: #fbeeff;
2018-03-22 20:26:17 +00:00
background-size: cover;
2018-03-22 02:56:41 +00:00
background-repeat: no-repeat;
2018-03-22 20:26:17 +00:00
background-position: center;
2018-03-22 02:56:41 +00:00
display: block;
border: 1px solid #9475b2;
max-height: 200px;
max-width: 200px;
}