includes/authentic: adapt css to fc login layout changes (#69866)

This commit is contained in:
Paul Marillonnet 2022-10-04 14:51:52 +02:00
parent 6dbb06959e
commit 773e11e65d
1 changed files with 5 additions and 3 deletions

View File

@ -8,17 +8,19 @@
}
}
div#fc-button-wrapper, div#fc-explanation-text {
div#fc-button-wrapper, div#fc-explanation-text, div#fc-explanation-link {
text-align: center;
width: 100%;
}
div#fc-explanation-text p:first-child {
margin-top: 8px;
div#fc-explanation-link {
padding-top: 8px;
padding-bottom: 8px;
}
div#fc-button-wrapper {
margin-top: 20px;
height: 60px;
}
div#fc-button {