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

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;
@@ -115,7 +115,7 @@ unpredictable css rules order in build */
115
115
  }
116
116
  }
117
117
  .pc-mini-case-card__inner-container {
118
- min-height: 80px;
118
+ min-height: 88px;
119
119
  display: flex;
120
120
  flex-direction: column;
121
121
  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;
@@ -115,7 +115,7 @@ unpredictable css rules order in build */
115
115
  }
116
116
  }
117
117
  .pc-mini-case-card__inner-container {
118
- min-height: 80px;
118
+ min-height: 88px;
119
119
  display: flex;
120
120
  flex-direction: column;
121
121
  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.277",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {