Commit dd499578 authored by Hamza Arfaoui's avatar Hamza Arfaoui

CAFI192

parent ccebccd3
...@@ -117,7 +117,7 @@ width: 72px; ...@@ -117,7 +117,7 @@ width: 72px;
color:#EEE; color:#EEE;
width: 1270px; width: 1270px;
left: -5px; left: -5px;
bottom: -55px; bottom: -115px;
height: 105px; height: 105px;
position: absolute; position: absolute;
} }
...@@ -168,6 +168,7 @@ letter-spacing: 1px; ...@@ -168,6 +168,7 @@ letter-spacing: 1px;
margin: 6.2px; margin: 6.2px;
font-size: 44px; font-size: 44px;
font-family: 'OpenSansBold'; font-family: 'OpenSansBold';
margin-bottom: -12px;
} }
.key-button span{ .key-button span{
...@@ -986,7 +987,7 @@ html.ie .civilite-label { ...@@ -986,7 +987,7 @@ html.ie .civilite-label {
width: 338px; width: 338px;
} }
.motifs-seven-plus .motif-item span small { .motifs-seven-plus .motif-item span small {
font-size: 18px;
line-height: 32px; line-height: 32px;
display: block; display: block;
} }
......
...@@ -130,6 +130,15 @@ $BORNE_CONF["ORIENTATIONS"]["AGENT"]["FIRST_CAPITALIZE"] = true; ...@@ -130,6 +130,15 @@ $BORNE_CONF["ORIENTATIONS"]["AGENT"]["FIRST_CAPITALIZE"] = true;
$BORNE_CONF["COLORS"]["PRIMARYCOLOR"] = "#048f91"; $BORNE_CONF["COLORS"]["PRIMARYCOLOR"] = "#048f91";
$BORNE_CONF["COLORS"]["ERRORPOPINCOLOR"] = "#929292"; $BORNE_CONF["COLORS"]["ERRORPOPINCOLOR"] = "#929292";
$BORNE_CONF["CHOICESCREENWELCOMETEXT"] = false; $BORNE_CONF["CHOICESCREENWELCOMETEXT"] = false;
$BORNE_CONF["CUSTOM_KEYBOARD"] = [
["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", ],
["A", "Z", "E", "R", "T", "Y", "U", "I", "O", "P", ],
["Q", "S", "D", "F", "G", "H", "J", "K", "L", "M", ],
["W", "X", "C", "V", "B", "N", // "-",
// "'",
" ", "back",
],
];
$BORNE_CONF["POPUP_ERRORS"] = false; $BORNE_CONF["POPUP_ERRORS"] = false;
$BORNE_CONF["INLINE_ERRORS"] = true; $BORNE_CONF["INLINE_ERRORS"] = true;
$BORNE_CONF["NFC"] = true; $BORNE_CONF["NFC"] = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment