@coorpacademy/components 10.16.2-alpha.0 → 10.16.4-alpha.1

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.
@@ -42,7 +42,7 @@
42
42
  .interrogationRight {
43
43
  composes: interrogationBase;
44
44
  left: 72%;
45
- top: -10%;
45
+ top: 12%;
46
46
  transform: rotate(135deg);
47
47
  }
48
48
 
@@ -73,7 +73,7 @@
73
73
  rgba(255, 255, 255, 0) 100%
74
74
  );
75
75
  opacity: 0.2;
76
- filter: blur(60px);
76
+ filter: blur(80px);
77
77
  }
78
78
 
79
79
  .recBlue {
@@ -135,8 +135,9 @@
135
135
  }
136
136
 
137
137
  .contentTitle {
138
- margin: 0px 0px 0px 4px;
138
+ margin: 0;
139
139
  font-size: 13px;
140
+ line-height: 20px;
140
141
  text-overflow: ellipsis;
141
142
  white-space: nowrap;
142
143
  overflow: hidden;
@@ -42,7 +42,7 @@
42
42
  .interrogationRight {
43
43
  composes: interrogationBase;
44
44
  left: 72%;
45
- top: -10%;
45
+ top: 12%;
46
46
  transform: rotate(135deg);
47
47
  }
48
48
 
@@ -73,7 +73,7 @@
73
73
  rgba(255, 255, 255, 0) 100%
74
74
  );
75
75
  opacity: 0.2;
76
- filter: blur(60px);
76
+ filter: blur(80px);
77
77
  }
78
78
 
79
79
  .recBlue {
@@ -135,8 +135,9 @@
135
135
  }
136
136
 
137
137
  .contentTitle {
138
- margin: 0px 0px 0px 4px;
138
+ margin: 0;
139
139
  font-size: 13px;
140
+ line-height: 20px;
140
141
  text-overflow: ellipsis;
141
142
  white-space: nowrap;
142
143
  overflow: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "10.16.2-alpha.0+c20934adb",
3
+ "version": "10.16.4-alpha.1+c1edfc56d",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -50,7 +50,7 @@
50
50
  "Soualmi Djamel <djamel.soualmi@coorpacademy.com>"
51
51
  ],
52
52
  "dependencies": {
53
- "@coorpacademy/nova-icons": "3.10.1",
53
+ "@coorpacademy/nova-icons": "3.10.2",
54
54
  "autoprefixer": "^9.8.0",
55
55
  "classnames": "^2.2.6",
56
56
  "css-color-function": "^1.3.3",
@@ -119,5 +119,5 @@
119
119
  "webpack-hot-middleware": "^2.25.0"
120
120
  },
121
121
  "author": "CoorpAcademy",
122
- "gitHead": "c20934adb8ca836c6cd333fd564ca18a26cd40bd"
122
+ "gitHead": "c1edfc56d03ceb083424be46a525ac8f7376519d"
123
123
  }