test espaces insécables
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
|||||||
export default 1569330892613
|
export default 1569422971375
|
||||||
@@ -30,5 +30,25 @@
|
|||||||
transform: translateY(-3px);
|
transform: translateY(-3px);
|
||||||
font-family: "TextaAlt";
|
font-family: "TextaAlt";
|
||||||
font-size: 6pt;
|
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');
|
||||||
|
// }
|
||||||
|
|||||||
@@ -20,8 +20,6 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -31,7 +29,6 @@
|
|||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
line-height: 15pt;
|
line-height: 15pt;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-pre-title {
|
.main-pre-title {
|
||||||
@@ -53,6 +50,7 @@
|
|||||||
line-height: 25pt;
|
line-height: 25pt;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|||||||
Reference in New Issue
Block a user