commento.js: show oauth above email login

This commit is contained in:
Adhityaa Chandrasekar
2019-02-13 02:08:00 -05:00
parent b35155b9e5
commit b77089388f
3 changed files with 30 additions and 46 deletions

View File

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