1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

commento.js: add login button

This commit is contained in:
Adhityaa Chandrasekar
2019-02-18 16:54:13 -05:00
parent 63c4da0b8d
commit 2e2d022c9b
2 changed files with 32 additions and 0 deletions

View File

@ -1,5 +1,19 @@
@import "colors-main.scss";
.commento-login {
width: 100%;
.commento-login-text {
text-align: right;
margin-right: 16px;
height: 38px;
color: $gray-6;
font-weight: bold;
cursor: pointer;
display: block;
}
}
.commento-logged-container {
width: 100%;
text-align: left;