mempool/frontend/src/app/components/about/about.component.scss

17 lines
239 B
SCSS
Raw Normal View History

.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;
}
2020-10-07 18:24:01 +02:00
.text-small {
font-size: 12px;
}