.top-bar{ padding-top: 10px; padding-bottom: 10px; background-color: $dark-grey; } .user-area { display: inline; float: right; margin-right: 40px; } .username { display: inline-block; text-align: right; } .profile-circle{ border-radius: 50%; width: 30px; height: 30px; background: $cyan; display: none; } .profile-initials { display: inline-block; color: $light-grey; font-size: $h4-size; position: relative; left: -27px; top: -10px; } .profile-username { color: $light-grey; } #doc-title{ font-family: $semibold-font-family; color: $light-grey; margin-left: 40px; font-size: $h3-size; }