diff --git a/less/forum.less b/less/forum.less index e69de29..066c911 100644 --- a/less/forum.less +++ b/less/forum.less @@ -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; + } +}