toulouse: improve register live hint block display (#46222)
gitea-wip/publik-base-theme/pipeline/head There was a failure building this commit Details
gitea/publik-base-theme/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Thomas Jund 2020-09-01 12:09:56 +02:00 committed by Thomas NOEL
parent dae1c1b7e6
commit 2fcf3d1582
1 changed files with 7 additions and 2 deletions

View File

@ -1370,7 +1370,7 @@ div.comment-field.note {
}
}
div#main-content-wrapper {
body:not(.authentic-page) div#main-content-wrapper {
overflow: hidden;
position: relative;
}
@ -1507,7 +1507,7 @@ div#actu {
p {
line-height: 1.8;
}
button {
form > button {
@extend %toulouse-button;
}
@ -1742,6 +1742,11 @@ div#frontend-registration-fc {
}
}
.field-live-hint .close {
font-size: 2em;
font-weight: bold;
}
div.list-of-forms span.form-number {
opacity: 0.8;
}