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

41 lines
499 B
SCSS
Raw Normal View History

.qr-wrapper {
background-color: #FFF;
padding: 10px;
display: inline-block;
2020-10-26 12:29:25 +01:00
padding-bottom: 5px;
}
.profile_photo {
width: 80px;
height: 80px;
background-size: 100%, 100%;
border-radius: 50%;
margin: 25px;
line-height: 32px;
}
2020-10-07 18:24:01 +02:00
.profile_img {
width: 80px;
height: 80px;
border-radius: 50%;
border: 0;
}
.community_sponsor {
margin: 6px;
}
2020-10-07 18:24:01 +02:00
.text-small {
font-size: 12px;
}
2020-10-26 12:29:25 +01:00
.info-group {
max-width: 400px;
}
.required {
color: #FF0000;
font-weight: bold;
}