@import "colors-main.scss"; .commento-logged-container { width: 100%; text-align: left; margin-bottom: 16px; position: relative; height: 38px; .commento-logout { cursor: pointer; position: absolute; top: 6px; right: 16px; color: $gray-5; } .commento-logged-in-as { position: relative; .commento-name { color: $gray-8; border: none; font-weight: bold; position: absolute; top: 6px; left: 48px; } } }