mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
api,frontend: add commenter password resets
This commit is contained in:
@ -38,16 +38,24 @@
|
||||
|
||||
@import "email-main.scss";
|
||||
|
||||
.commento-forgot-link-container,
|
||||
.commento-login-link-container {
|
||||
margin: 16px;
|
||||
width: calc(100% - 32px);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.commento-login-link {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
border-bottom: none;
|
||||
}
|
||||
.commento-forgot-link,
|
||||
.commento-login-link {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.commento-forgot-link {
|
||||
font-size: 13px;
|
||||
color: $gray-6;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.commento-login-box-close {
|
||||
|
Reference in New Issue
Block a user