@useblu/ocean-core 1.39.4 → 1.39.5

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/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.39.5](https://github.com/ocean-ds/ocean-web/compare/v1.39.4...v1.39.5) (2023-01-04)
7
+
8
+ ### Bug Fixes
9
+
10
+ - title cross sell card ([#1055](https://github.com/ocean-ds/ocean-web/issues/1055)) ([91ebea4](https://github.com/ocean-ds/ocean-web/commit/91ebea46de0890845a4ef1da7d39039fee39d795))
11
+
6
12
  ## [1.39.4](https://github.com/ocean-ds/ocean-web/compare/v1.39.3...v1.39.4) (2022-12-22)
7
13
 
8
14
  ### Bug Fixes
package/ocean.css CHANGED
@@ -3219,29 +3219,38 @@
3219
3219
  display: flex;
3220
3220
  gap: 16px;
3221
3221
  justify-content: center;
3222
- padding: 12px 24px;
3222
+ padding: 16px;
3223
3223
  transition: background 0.1s ease-in;
3224
3224
  }
3225
- @media (max-width: 991.98px) {
3226
- .ods-cross-sell-card__content {
3227
- padding: 16px;
3228
- }
3229
- }
3230
3225
  .ods-cross-sell-card__information {
3231
3226
  width: 100%;
3232
3227
  }
3233
3228
  .ods-cross-sell-card__image {
3234
- min-height: 102px;
3235
- width: 102px;
3229
+ min-height: 80px;
3230
+ min-width: 80px;
3231
+ }
3232
+ .ods-cross-sell-card__title {
3233
+ color: #0c0d14;
3234
+ font-family: "Avenir";
3235
+ font-weight: 800;
3236
+ line-height: 1.1;
3237
+ color: white;
3238
+ font-size: 16px;
3239
+ font-weight: 700;
3240
+ line-height: 1.1;
3236
3241
  }
3237
- @media (max-width: 991.98px) {
3238
- .ods-cross-sell-card__image {
3239
- min-height: 80px;
3240
- width: 80px;
3242
+ @media (max-width: 767.98px) {
3243
+ .ods-cross-sell-card__title {
3244
+ font-size: 20px;
3241
3245
  }
3242
3246
  }
3243
3247
  .ods-cross-sell-card__description {
3248
+ color: #67697a;
3249
+ font-family: "Nunito Sans";
3250
+ font-weight: 400;
3251
+ line-height: 1.5;
3244
3252
  color: #b8c3ff;
3253
+ font-size: 14px;
3245
3254
  margin-top: 4px;
3246
3255
  }
3247
3256
  .ods-cross-sell-card__cta {
@@ -3258,17 +3267,10 @@
3258
3267
  gap: 8px;
3259
3268
  height: 48px;
3260
3269
  justify-content: space-between;
3261
- padding-left: 24px;
3262
- padding-right: 24px;
3270
+ padding: 16px;
3263
3271
  transition: background 0.1s ease-in;
3264
3272
  width: 100%;
3265
3273
  }
3266
- @media (max-width: 991.98px) {
3267
- .ods-cross-sell-card__cta {
3268
- padding-left: 16px;
3269
- padding-right: 16px;
3270
- }
3271
- }
3272
3274
  .ods-cross-sell-card__cta:hover {
3273
3275
  background: #f7f9ff;
3274
3276
  cursor: pointer;