codevdesign 0.0.86 → 0.0.87

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.
Files changed (2) hide show
  1. package/assets/csqc.css +8 -13
  2. package/package.json +1 -1
package/assets/csqc.css CHANGED
@@ -1,20 +1,15 @@
1
1
  @charset "UTF-8";
2
2
 
3
3
  /* titre design qc avec ligne orange*/
4
- .headline {
5
- color: #223654 !important;
6
- font-weight: 600 !important;
7
- }
4
+ .headline {
5
+ color: #223654;
6
+ font-weight: 600;
7
+ display: inline-block; /* pour que width s’applique */
8
+ width: 2.8rem; /* longueur de la ligne */
9
+ border-bottom: 3px solid #f09686;
10
+ line-height: 1.2; /* optionnel : compacter la hauteur */
11
+ }
8
12
 
9
- /* titre design qc avec ligne orange*/
10
- .headline:after {
11
- content: '';
12
- display: block;
13
- margin: 0 0 8px 0;
14
- width: 2.8rem;
15
- padding-top: 0.3rem;
16
- border-bottom: 3px solid #f09686;
17
- }
18
13
 
19
14
  /* pour afficher une étoile après le label*/
20
15
  .required:after {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codevdesign",
3
- "version": "0.0.86",
3
+ "version": "0.0.87",
4
4
  "description": "Composants Vuetify 3 pour les projets Codev",
5
5
  "files": [
6
6
  "./**/*.vue",