test espaces insécables

This commit is contained in:
2019-09-25 17:22:56 +02:00
parent 9dac33229a
commit a102085056
3 changed files with 23 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
export default 1569330892613
export default 1569422971375
+21 -1
View File
@@ -30,5 +30,25 @@
transform: translateY(-3px);
font-family: "TextaAlt";
font-size: 6pt;
}
// / Replace `$search` with `$replace` in `$string`
// / @author Hugo Giraudel
// / @param {String} $string - Initial string
// / @param {String} $search - Substring to replace
// / @param {String} $replace ('') - New value
// // / @return {String} - Updated string
// @function str-replace($string, $search, $replace: '') {
// $index: str-index($string, $search);
//
// @if $index {
// @return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);
// }
//
// @return $string;
// }
//
// p {
// $string: '490 000';
// content: str-replace($string, '490 000', '490\0000A0000');
// }
+1 -3
View File
@@ -20,8 +20,6 @@
margin: 0;
padding: 0;
background-color: white;
}
@@ -31,7 +29,6 @@
font-weight: 800;
font-size: 12pt;
line-height: 15pt;
}
.main-pre-title {
@@ -53,6 +50,7 @@
line-height: 25pt;
margin: 0;
a {
text-decoration: none;
color: inherit;