mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
frontend, api, db: add single sign-on
Closes https://gitlab.com/commento/commento/issues/90
This commit is contained in:
@ -367,6 +367,10 @@ body {
|
||||
font-size: 13px;
|
||||
line-height: 17px;
|
||||
text-align: center;
|
||||
|
||||
a {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -540,6 +544,11 @@ body {
|
||||
.input::placeholder {
|
||||
color: $gray-4;
|
||||
}
|
||||
|
||||
.monospace {
|
||||
font-family: "Source Code Pro", monospace;
|
||||
font-size: 11px;
|
||||
}
|
||||
}
|
||||
|
||||
.theme {
|
||||
@ -598,7 +607,7 @@ body {
|
||||
|
||||
.indent {
|
||||
margin-top: 0px;
|
||||
padding-left: 32px;
|
||||
padding-left: 35px;
|
||||
}
|
||||
|
||||
.stat {
|
||||
|
Reference in New Issue
Block a user