commento/frontend/sass/commento-logged.scss
Adhityaa 2020405e8b frontend, api: allow custom emails as commenters
I'm really sorry this came out as one huge commit, but I'm afraid
I can't split this up.

Closes https://gitlab.com/commento/commento-ce/issues/9
2018-06-10 22:58:54 +05:30

31 lines
489 B
SCSS

@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;
}
}
}