5htp-core 0.4.5-2 → 0.4.5-4

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-2",
4
+ "version": "0.4.5-4",
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
- &::before {
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: 2em;
78
- height: 2em;
79
- line-height: 2em;
80
- flex: 0 0 2em;
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``
@@ -148,8 +148,6 @@ pre {
148
148
  @readingMargin: 2.4rem;
149
149
  .reading {
150
150
 
151
- --cTxtBase: #555;
152
-
153
151
  display: flex;
154
152
  flex-direction: column;
155
153
  gap: 1em;
@@ -175,7 +173,7 @@ pre {
175
173
 
176
174
  h2, h3, h4 {
177
175
  text-align: left;
178
- margin: 1em 0;
176
+ margin: 0.5em 0;
179
177
  }
180
178
 
181
179
  h2 {
@@ -215,6 +213,7 @@ pre {
215
213
  cursor: default;
216
214
  display: block;
217
215
  margin: 0 auto;
216
+ border-radius: @radius;
218
217
  }
219
218
 
220
219
  figcaption {