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:
@ -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;
|
||||
|
Reference in New Issue
Block a user