Files
storage-service-ui/src/pages/profile/components/avatar-modal-component/AvatarModal.css
2020-09-02 20:07:26 +03:00

12 lines
240 B
CSS

.Avatar__img {
width: 100%;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
max-height: 400px;
min-height: 300px;
}
.Avatar__container {
padding: 20px;
overflow-y: auto;
}