From a10e9edb143a0302f17506e668a9d90791f2b15d Mon Sep 17 00:00:00 2001 From: tblivet Date: Thu, 22 Jun 2023 14:05:29 +0200 Subject: [PATCH 01/28] feat: init typo file --- src/scss/core/components/_index.scss | 1 + src/scss/core/components/_typography.scss | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 src/scss/core/components/_typography.scss diff --git a/src/scss/core/components/_index.scss b/src/scss/core/components/_index.scss index 941efee7d..dc6249b28 100644 --- a/src/scss/core/components/_index.scss +++ b/src/scss/core/components/_index.scss @@ -15,3 +15,4 @@ @import "progress-ring"; @import "customization-modal"; @import "quickview-modal"; +@import "typography"; diff --git a/src/scss/core/components/_typography.scss b/src/scss/core/components/_typography.scss new file mode 100644 index 000000000..09fd38d61 --- /dev/null +++ b/src/scss/core/components/_typography.scss @@ -0,0 +1,21 @@ +// SCSS rules for typography + +// Titles +.first-title{ + @extend .h1; +} +.second-title{ + @extend .h2; +} +.third-title{ + @extend .h3; +} +.fourth-title{ + @extend .h4; +} +.fifth-title{ + @extend .h5; +} +.sixth-title{ + @extend .h6; +} \ No newline at end of file From a9721749ded2e1764bdd16a3d54d588495a01b7e Mon Sep 17 00:00:00 2001 From: tblivet Date: Thu, 22 Jun 2023 14:13:33 +0200 Subject: [PATCH 02/28] fix: hn blockwishlist --- .../views/templates/components/modals/add-to-wishlist.tpl | 2 +- .../blockwishlist/views/templates/components/modals/create.tpl | 2 +- .../blockwishlist/views/templates/components/modals/delete.tpl | 2 +- .../blockwishlist/views/templates/components/modals/login.tpl | 2 +- .../blockwishlist/views/templates/components/modals/rename.tpl | 2 +- .../blockwishlist/views/templates/components/modals/share.tpl | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/blockwishlist/views/templates/components/modals/add-to-wishlist.tpl b/modules/blockwishlist/views/templates/components/modals/add-to-wishlist.tpl index 5af8d39b1..1c9f30e6b 100644 --- a/modules/blockwishlist/views/templates/components/modals/add-to-wishlist.tpl +++ b/modules/blockwishlist/views/templates/components/modals/add-to-wishlist.tpl @@ -19,7 +19,7 @@