clisson-servre-et-maine-agglo: add arrows to form submit and previous buttons (#31383)

This commit is contained in:
Serghei Mihai 2019-04-03 17:09:15 +02:00
parent f1fc3bef6a
commit 549c657229
1 changed files with 18 additions and 0 deletions

View File

@ -75,6 +75,24 @@ div#toplinks {
}
}
div.submit-button {
button::after {
content: '\f054'; /* fa-chevron-right */
font-family: FontAwesome;
font-size: 0.75em;
margin-left: 0.5em;
}
}
div.previous-button {
button::before {
content: '\f053'; /* fa-chevron-left */
font-family: FontAwesome;
font-size: 0.75em;
margin-right: 0.5em;
}
}
div#footer {
display: inline-block;
max-width: 100%;