2020405e8b
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
31 lines
489 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|