@doyourjob/gravity-ui-page-constructor 5.31.276 → 5.31.278

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.
@@ -5,7 +5,7 @@ unpredictable css rules order in build */
5
5
  align-items: center;
6
6
  justify-content: center;
7
7
  padding: 0 24px;
8
- border-radius: 8px;
8
+ border-radius: 12px;
9
9
  background: #001a2b;
10
10
  color: #ffffff;
11
11
  height: 44px;
@@ -64,11 +64,20 @@ unpredictable css rules order in build */
64
64
  color: #3a8ef5;
65
65
  border-color: #3a8ef5;
66
66
  }
67
- .pc-mini-case-card__tag, .pc-mini-case-card__author-name, .pc-mini-case-card__author-position {
67
+ .pc-mini-case-card__tag {
68
68
  font-size: var(--g-text-body-1-font-size, var(--pc-text-body-1-font-size));
69
69
  line-height: var(--g-text-body-1-line-height, var(--pc-text-body-1-line-height));
70
70
  line-height: 22px;
71
71
  }
72
+ .pc-mini-case-card__author-name, .pc-mini-case-card__author-position {
73
+ font-size: var(--g-text-body-2-font-size, var(--pc-text-body-2-font-size));
74
+ line-height: var(--g-text-body-2-line-height, var(--pc-text-body-2-line-height));
75
+ }
76
+ .pc-mini-case-card__author-text {
77
+ display: flex;
78
+ flex-direction: column;
79
+ justify-content: center;
80
+ }
72
81
  .pc-mini-case-card__title {
73
82
  font-size: var(--g-text-display-3-font-size, var(--pc-text-display-3-font-size));
74
83
  line-height: var(--g-text-display-3-line-height, var(--pc-text-display-3-line-height));
@@ -115,7 +124,7 @@ unpredictable css rules order in build */
115
124
  }
116
125
  }
117
126
  .pc-mini-case-card__inner-container {
118
- min-height: 80px;
127
+ min-height: 88px;
119
128
  display: flex;
120
129
  flex-direction: column;
121
130
  justify-content: center;
@@ -5,7 +5,7 @@ unpredictable css rules order in build */
5
5
  align-items: center;
6
6
  justify-content: center;
7
7
  padding: 0 24px;
8
- border-radius: 8px;
8
+ border-radius: 12px;
9
9
  background: #001a2b;
10
10
  color: #ffffff;
11
11
  height: 44px;
@@ -64,11 +64,20 @@ unpredictable css rules order in build */
64
64
  color: #3a8ef5;
65
65
  border-color: #3a8ef5;
66
66
  }
67
- .pc-mini-case-card__tag, .pc-mini-case-card__author-name, .pc-mini-case-card__author-position {
67
+ .pc-mini-case-card__tag {
68
68
  font-size: var(--g-text-body-1-font-size, var(--pc-text-body-1-font-size));
69
69
  line-height: var(--g-text-body-1-line-height, var(--pc-text-body-1-line-height));
70
70
  line-height: 22px;
71
71
  }
72
+ .pc-mini-case-card__author-name, .pc-mini-case-card__author-position {
73
+ font-size: var(--g-text-body-2-font-size, var(--pc-text-body-2-font-size));
74
+ line-height: var(--g-text-body-2-line-height, var(--pc-text-body-2-line-height));
75
+ }
76
+ .pc-mini-case-card__author-text {
77
+ display: flex;
78
+ flex-direction: column;
79
+ justify-content: center;
80
+ }
72
81
  .pc-mini-case-card__title {
73
82
  font-size: var(--g-text-display-3-font-size, var(--pc-text-display-3-font-size));
74
83
  line-height: var(--g-text-display-3-line-height, var(--pc-text-display-3-line-height));
@@ -115,7 +124,7 @@ unpredictable css rules order in build */
115
124
  }
116
125
  }
117
126
  .pc-mini-case-card__inner-container {
118
- min-height: 80px;
127
+ min-height: 88px;
119
128
  display: flex;
120
129
  flex-direction: column;
121
130
  justify-content: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doyourjob/gravity-ui-page-constructor",
3
- "version": "5.31.276",
3
+ "version": "5.31.278",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {