12 lines
258 B
Text
12 lines
258 B
Text
|
.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;
|
||
|
}
|