roannais-icitoyen: change triangle caractere for submit and previous button (#43850)

Edge compatibility.
This commit is contained in:
Thomas Jund 2020-06-11 11:33:48 +02:00
parent e0f7e04965
commit af13b788ad
2 changed files with 6 additions and 4 deletions

View File

@ -875,14 +875,16 @@ div#rub_service {
}
.submit-button button {
&::after {
content: "";
font-family: FontAwesome;
content: "\0025ba";
vertical-align: .1em;
padding-left: .66em;
}
}
.previous-button button {
&::before {
content:"";
font-family: FontAwesome;
content:"\0025c4";
vertical-align: .1em;
padding-right: .66em;
}

View File

@ -28,8 +28,8 @@ $colors: (
);
// typo
$ff-title: Din, sans-serif;
$ff-text: Roboto, sans-serif;
$ff-title: Din, Arial, sans-serif;
$ff-text: Roboto, Arial, sans-serif;
// Fonts sizes - base 21px
$fz-h1: 2.3em; // 48px
$fz-h2: 1.9em; // 40px