Skip to content

Commit

Permalink
Added css classes for badge text
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammedsaidckr committed Dec 11, 2023
1 parent df12aac commit 9d4da94
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions less/forum.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.UserPromo-badge {
position: absolute;
margin-left: -90px;
margin-top: 60px;
text-align: center;
width: 70px;

@media @phone {
float: right;
position: relative;
margin-top: 0;
width: 64px;
text-align: center;
}

.badge {
background-color: @primary-color;
border-radius: @border-radius;
color: #fff;
padding: 3px 6px;
font-size: 11px;
}
}

0 comments on commit 9d4da94

Please sign in to comment.