@bytebrand/fe-ui-core 4.2.223 → 4.2.224

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytebrand/fe-ui-core",
3
- "version": "4.2.223",
3
+ "version": "4.2.224",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -22,7 +22,7 @@
22
22
  align-items: center;
23
23
  width: 100%;
24
24
  grid-template-columns: 1fr 82px;
25
- grid-column-gap: 44px;
25
+ grid-column-gap: 9px;
26
26
  padding: 17px 0
27
27
 
28
28
  & + &
@@ -33,7 +33,7 @@
33
33
  align-items: center;
34
34
 
35
35
  .icon
36
- margin-right: 22px
36
+ margin-right: 0
37
37
  width: 64px
38
38
  height: 64px
39
39
  display block;
@@ -42,18 +42,16 @@
42
42
  +media-phone-only()
43
43
  width: 82px
44
44
  height: 82px
45
- margin-right: 0
46
45
  grid-column: 2;
47
46
  grid-row: 1 / span 3;
48
47
 
49
48
  .title
50
- font-size: 18px
49
+ font-size: 16px;
51
50
  margin-bottom: 5px
52
51
  color: $grey-3a;
53
52
  +media-phone-only()
54
- font-size: 16px;
55
53
  grid-row: 1 / span 1;
56
- text-align: justify;
54
+ text-align: start;
57
55
  color: $grey-32;
58
56
 
59
57
  .textContent