♻️ Refactor LDAP auth backend.

And reorganize oauth backend namespaces.
This commit is contained in:
Andrey Antukh 2021-02-18 14:07:13 +01:00 committed by Andrés Moya
parent 299b29b66f
commit de394a7d4e
26 changed files with 288 additions and 310 deletions

View file

@ -1160,7 +1160,10 @@ input[type=range]:focus::-ms-fill-upper {
.icon {
padding: $small;
width: 40px;
width: 48px;
height: 48px;
justify-content: center;
align-items: center;
}
.content {
@ -1169,6 +1172,7 @@ input[type=range]:focus::-ms-fill-upper {
font-size: $fs14;
padding: $small;
width: 100%;
align-items: center;
}
}
@ -1227,7 +1231,6 @@ input[type=range]:focus::-ms-fill-upper {
&.inline {
width: 100%;
margin-bottom: $big;
}
}