mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 11:48:30 +02:00
♻️ Refactor LDAP auth backend.
And reorganize oauth backend namespaces.
This commit is contained in:
parent
299b29b66f
commit
de394a7d4e
26 changed files with 288 additions and 310 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue