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

12 lines
258 B
Text
Raw Normal View History

2018-03-22 02:56:41 +00:00
.mio__avatar {
flex-shrink: 0;
background-color: #fbeeff;
background-size: contain;
background-repeat: no-repeat;
background-position: 50%;
display: block;
border: 1px solid #9475b2;
max-height: 200px;
max-width: 200px;
}