From 6584f7edf2f9518697fc19bc358ba7524c14da4c Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 21 May 2026 17:12:17 +0200 Subject: [PATCH] STYLE Visual refinement --- .../carhop-blocks/build/highlight-timeline/style-index.css.map | 2 +- plugins/carhop-blocks/src/highlight-timeline/style.scss | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/carhop-blocks/build/highlight-timeline/style-index.css.map b/plugins/carhop-blocks/build/highlight-timeline/style-index.css.map index b69b788..61c445e 100644 --- a/plugins/carhop-blocks/build/highlight-timeline/style-index.css.map +++ b/plugins/carhop-blocks/build/highlight-timeline/style-index.css.map @@ -1 +1 @@ -{"version":3,"file":"highlight-timeline/style-index.css","mappings":";;;AACC;EACC;EAEA;EAEA;AAFF;AAGE;EACC;EACA;EACA;EACA;EACA;AADH,C","sources":["webpack://carhop-blocks/./src/highlight-timeline/style.scss"],"sourcesContent":[".highlight-timeline {\n\t&__years {\n\t\twidth: 100%;\n\n\t\tdisplay: flex;\n\n\t\tgap: 20px;\n\t\tli {\n\t\t\tcolor: #fff;\n\t\t\tflex-grow: 1;\n\t\t\ttext-align: center;\n\t\t\tlist-style: none !important;\n\t\t\tborder-bottom: 1px solid #fff;\n\t\t}\n\t}\n}\n"],"names":[],"ignoreList":[],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"highlight-timeline/style-index.css","mappings":";;;AAIC;EACC;EAEA;EAEA;AALF;AAME;EACC;EACA;EACA;EACA;EACA;AAJH,C","sources":["webpack://carhop-blocks/./src/highlight-timeline/style.scss"],"sourcesContent":[".highlight-timeline {\n\t// .swiper-wrapper {\n\t// \tmargin-bottom: 0 !important;\n\t// }\n\t&__years {\n\t\twidth: 100%;\n\n\t\tdisplay: flex;\n\n\t\tgap: 20px;\n\t\tli {\n\t\t\tcolor: #fff;\n\t\t\tflex-grow: 1;\n\t\t\ttext-align: center;\n\t\t\tlist-style: none !important;\n\t\t\tborder-bottom: 1px solid #fff;\n\t\t}\n\t}\n}\n"],"names":[],"ignoreList":[],"sourceRoot":""} \ No newline at end of file diff --git a/plugins/carhop-blocks/src/highlight-timeline/style.scss b/plugins/carhop-blocks/src/highlight-timeline/style.scss index 702128a..48c2ec9 100644 --- a/plugins/carhop-blocks/src/highlight-timeline/style.scss +++ b/plugins/carhop-blocks/src/highlight-timeline/style.scss @@ -1,4 +1,7 @@ .highlight-timeline { + // .swiper-wrapper { + // margin-bottom: 0 !important; + // } &__years { width: 100%;