Files
copenlight/styles/_community_badge.scss
Ivan Carlos de Almeida 6fa41a771d
Some checks failed
Build, Push, Publish / Build & Release (push) Failing after 2s
Sync Repo / sync (push) Failing after 2s
first load
2025-12-16 04:40:00 -03:00

65 lines
1.1 KiB
SCSS

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
background-color: #04444d;
border-radius: 4px;
color: #fff;
font-size: 12px;
font-weight: $font-weight-semibold;
padding: 0px 8px;
vertical-align: top;
white-space: nowrap;
display: inline-block;
line-height: 18px;
vertical-align: middle;
}
.community-badge-titles {
display: inline;
}
.community-badge-achievement {
display: block;
height: 16px;
white-space: nowrap;
width: 16px;
img {
width: 100%;
height: 100%;
}
}
.community-badge-achievements {
display: flex;
}
.community-badge-achievements-rest {
font-size: 12px;
font-weight: $font-weight-semibold;
line-height: 20px;
text-align: center;
vertical-align: top;
}
.community-badge {
margin: 2px;
}
.profile-info {
.community-badge-title {
padding: 2px 8px;
line-height: 20px;
}
.community-badge-achievement {
height: 40px;
width: 40px;
}
.community-badge-achievements-rest {
line-height: 40px;
font-size: 20px;
}
}