@useblu/ocean-core 1.39.5 → 1.39.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.
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.7](https://github.com/ocean-ds/ocean-web/compare/v1.39.6...v1.39.7) (2023-01-17)
7
+
8
+ ### Bug Fixes
9
+
10
+ - sizes description cross sell card ([#1059](https://github.com/ocean-ds/ocean-web/issues/1059)) ([cf1c14b](https://github.com/ocean-ds/ocean-web/commit/cf1c14b66d8729b7e4e07e775aff306f0112ec97))
11
+
6
12
  ## [1.39.5](https://github.com/ocean-ds/ocean-web/compare/v1.39.4...v1.39.5) (2023-01-04)
7
13
 
8
14
  ### Bug Fixes
package/ocean.css CHANGED
@@ -3235,13 +3235,13 @@
3235
3235
  font-weight: 800;
3236
3236
  line-height: 1.1;
3237
3237
  color: white;
3238
- font-size: 16px;
3239
- font-weight: 700;
3238
+ font-size: 20px;
3240
3239
  line-height: 1.1;
3241
3240
  }
3242
3241
  @media (max-width: 767.98px) {
3243
3242
  .ods-cross-sell-card__title {
3244
- font-size: 20px;
3243
+ font-size: 16px;
3244
+ font-weight: 700;
3245
3245
  }
3246
3246
  }
3247
3247
  .ods-cross-sell-card__description {
@@ -3253,6 +3253,13 @@
3253
3253
  font-size: 14px;
3254
3254
  margin-top: 4px;
3255
3255
  }
3256
+ @media (max-width: 767.98px) {
3257
+ .ods-cross-sell-card__description {
3258
+ font-size: 12px;
3259
+ font-weight: 600;
3260
+ line-height: 1.5;
3261
+ }
3262
+ }
3256
3263
  .ods-cross-sell-card__cta {
3257
3264
  align-items: center;
3258
3265
  background: white;