mempool/frontend/src/app/components/about/about.component.scss
2020-10-09 13:56:43 +07:00

17 lines
239 B
SCSS

.qr-wrapper {
background-color: #FFF;
padding: 10px;
display: inline-block;
}
.profile_photo {
width: 80px;
height: 80px;
background-size: 100%, 100%;
border-radius: 50%;
margin: 10px;
}
.text-small {
font-size: 12px;
}