mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
commento.js: show oauth above email login
This commit is contained in:
@ -23,25 +23,20 @@
|
||||
opacity: 1;
|
||||
transition: opacity 0.2s;
|
||||
|
||||
@import "commento-oauth.scss";
|
||||
|
||||
hr {
|
||||
border: none;
|
||||
background: $gray-2;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.commento-login-box-header {
|
||||
font-size: 20px;
|
||||
font-weight: 200;
|
||||
text-align: center;
|
||||
color: $pink-8;
|
||||
margin: 16px;
|
||||
margin: 24px 0px;
|
||||
}
|
||||
|
||||
.commento-login-box-subtitle {
|
||||
color: $gray-6;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
margin: 12px 0px;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
@import "email-main.scss";
|
||||
|
@ -21,7 +21,6 @@
|
||||
@import "commento-logged.scss"; // Logged in as <name>
|
||||
@import "commento-mod-tools.scss"; // Moderator tools and buttons
|
||||
@import "commento-input.scss"; // Textarea, anonymous checkbox, submit button
|
||||
@import "commento-oauth.scss"; // OAuth buttons
|
||||
@import "commento-card.scss"; // Each comment card
|
||||
@import "commento-login.scss"; // Popup box when logging in
|
||||
@import "commento-footer.scss"; // Powered by Commento
|
||||
|
Reference in New Issue
Block a user