5htp-core 0.4.5-2 → 0.4.5-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "5htp-core",
|
|
3
3
|
"description": "Convenient TypeScript framework designed for Performance and Productivity.",
|
|
4
|
-
"version": "0.4.5-
|
|
4
|
+
"version": "0.4.5-3",
|
|
5
5
|
"author": "Gaetan Le Gac (https://github.com/gaetanlegac)",
|
|
6
6
|
"repository": "git://github.com/gaetanlegac/5htp-core.git",
|
|
7
7
|
"license": "MIT",
|
|
@@ -352,7 +352,8 @@ ul.col {
|
|
|
352
352
|
top: @sizeComponent;
|
|
353
353
|
margin-top: @spacing / 2;
|
|
354
354
|
|
|
355
|
-
|
|
355
|
+
// C'est quoi ?
|
|
356
|
+
/*&::before {
|
|
356
357
|
content: ' ';
|
|
357
358
|
display: block;
|
|
358
359
|
position: absolute;
|
|
@@ -362,7 +363,7 @@ ul.col {
|
|
|
362
363
|
right: calc(0em - @spacing);
|
|
363
364
|
|
|
364
365
|
height: 100%;
|
|
365
|
-
}
|
|
366
|
+
}*/
|
|
366
367
|
|
|
367
368
|
}
|
|
368
369
|
}
|
|
@@ -74,10 +74,10 @@ i.logo {
|
|
|
74
74
|
line-height: 3.2em;
|
|
75
75
|
flex: 0 0 3.2em;*/
|
|
76
76
|
|
|
77
|
-
width:
|
|
78
|
-
height:
|
|
79
|
-
line-height:
|
|
80
|
-
flex: 0 0
|
|
77
|
+
width: @sizeComponent * 0.9;
|
|
78
|
+
height: @sizeComponent * 0.9;
|
|
79
|
+
line-height: @sizeComponent * 0.9;
|
|
80
|
+
flex: 0 0 @sizeComponent * 0.9;
|
|
81
81
|
|
|
82
82
|
border-radius: @radius;
|
|
83
83
|
border: none; // For img``
|