mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
frontend, api: allow disabling login methods individually
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
.commento-login-box {
|
||||
width: 90%;
|
||||
max-width: 500px;
|
||||
min-height: 125px;
|
||||
min-height: 100px;
|
||||
background: $gray-1;
|
||||
box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
|
||||
border: 1px solid transparent;
|
||||
|
@ -372,9 +372,28 @@ body {
|
||||
}
|
||||
|
||||
.question {
|
||||
font-size: 15px;
|
||||
color: $gray-7;
|
||||
margin-bottom: 10px;
|
||||
padding: 8px 0px 8px 0px;
|
||||
margin: 8px 0px 8px 0px;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
||||
.title {
|
||||
font-weight: bold;
|
||||
color: $gray-7;
|
||||
font-size: 14px;
|
||||
width: 35%;
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
.answer {
|
||||
font-size: 14px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.warning {
|
||||
color: $orange-8;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.float-right {
|
||||
|
Reference in New Issue
Block a user