@useblu/ocean-core 1.39.4 → 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,18 @@
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
+
12
+ ## [1.39.5](https://github.com/ocean-ds/ocean-web/compare/v1.39.4...v1.39.5) (2023-01-04)
13
+
14
+ ### Bug Fixes
15
+
16
+ - title cross sell card ([#1055](https://github.com/ocean-ds/ocean-web/issues/1055)) ([91ebea4](https://github.com/ocean-ds/ocean-web/commit/91ebea46de0890845a4ef1da7d39039fee39d795))
17
+
6
18
  ## [1.39.4](https://github.com/ocean-ds/ocean-web/compare/v1.39.3...v1.39.4) (2022-12-22)
7
19
 
8
20
  ### Bug Fixes
package/ocean.css CHANGED
@@ -3219,31 +3219,47 @@
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;
3236
3231
  }
3237
- @media (max-width: 991.98px) {
3238
- .ods-cross-sell-card__image {
3239
- min-height: 80px;
3240
- width: 80px;
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: 20px;
3239
+ line-height: 1.1;
3240
+ }
3241
+ @media (max-width: 767.98px) {
3242
+ .ods-cross-sell-card__title {
3243
+ font-size: 16px;
3244
+ font-weight: 700;
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
  }
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
+ }
3247
3263
  .ods-cross-sell-card__cta {
3248
3264
  align-items: center;
3249
3265
  background: white;
@@ -3258,17 +3274,10 @@
3258
3274
  gap: 8px;
3259
3275
  height: 48px;
3260
3276
  justify-content: space-between;
3261
- padding-left: 24px;
3262
- padding-right: 24px;
3277
+ padding: 16px;
3263
3278
  transition: background 0.1s ease-in;
3264
3279
  width: 100%;
3265
3280
  }
3266
- @media (max-width: 991.98px) {
3267
- .ods-cross-sell-card__cta {
3268
- padding-left: 16px;
3269
- padding-right: 16px;
3270
- }
3271
- }
3272
3281
  .ods-cross-sell-card__cta:hover {
3273
3282
  background: #f7f9ff;
3274
3283
  cursor: pointer;