allaw-ui 3.6.6 → 3.6.7

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.
@@ -100,7 +100,7 @@
100
100
 
101
101
  .label {
102
102
  font-family: "Open Sans", sans-serif;
103
- font-size: 16px;
103
+ font-size: 15px;
104
104
  font-style: normal;
105
105
  font-weight: 600;
106
106
  line-height: normal;
@@ -179,10 +179,11 @@
179
179
  }
180
180
 
181
181
  .icon {
182
- font-size: 24px;
182
+ font-size: 20px;
183
183
  line-height: 1;
184
184
  display: flex;
185
185
  align-items: center;
186
+ padding-right: 0.15rem;
186
187
  }
187
188
 
188
189
  @keyframes rotateReflection {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "3.6.6",
3
+ "version": "3.6.7",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",