From ff7e5a071f503a6d145023c43eb008354861c7ae Mon Sep 17 00:00:00 2001 From: rodriguez-matias Date: Wed, 3 May 2023 09:52:43 -0300 Subject: [PATCH 1/3] doc(BBL-105): increase size footer social media icons --- docs/assets/stylesheets/extra.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/assets/stylesheets/extra.css b/docs/assets/stylesheets/extra.css index a489c9e6..51086902 100644 --- a/docs/assets/stylesheets/extra.css +++ b/docs/assets/stylesheets/extra.css @@ -86,4 +86,15 @@ custom code blocks coloring } .fsg-path, .fsg-prompt { color: mediumseagreen; -} \ No newline at end of file +} + +/* +Footer social media icons: +set the size of the svg icons and the espace between them. +*/ +.md-social__link { + width: 2rem; +} +.md-social__link svg { + max-height: 1.6rem; +} From b4819973347c8d1e55cea0b0568b9522fd053ef5 Mon Sep 17 00:00:00 2001 From: rodriguez-matias Date: Wed, 3 May 2023 11:22:06 -0300 Subject: [PATCH 2/3] doc(BBL-105): increase size social media icons homepage --- material/overrides/home.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/material/overrides/home.html b/material/overrides/home.html index a9d35fc3..e50dcb5f 100644 --- a/material/overrides/home.html +++ b/material/overrides/home.html @@ -289,7 +289,7 @@ src="assets/images/logos/socialmedia/slack.svg" title="Slack" class="mx-3 cursor-pointer item-social-media" - width="7%" + width="9%" /> @@ -297,7 +297,7 @@ src="assets/images/logos/socialmedia/linkedIn.svg" title="linkedIn" class="mr-3 cursor-pointer item-social-media" - width="7%" + width="9%" /> @@ -305,7 +305,7 @@ src="assets/images/logos/socialmedia/github.svg" title="Github" class="mr-3 cursor-pointer item-social-media" - width="7%" + width="9%" /> @@ -313,7 +313,7 @@ src="assets/images/logos/socialmedia/twitter.svg" title="Twitter" class="mr-3 cursor-pointer item-social-media" - width="7%" + width="9%" /> @@ -321,7 +321,7 @@ src="assets/images/logos/socialmedia/instagram.svg" title="Instagram" class="mr-3 cursor-pointer item-social-media" - width="7%" + width="9%" /> @@ -329,7 +329,7 @@ src="assets/images/logos/socialmedia/medium.svg" title="Medium" class="mr-3 cursor-pointer item-social-media" - width="7%" + width="9%" /> From 791891980e3f9c246c6b8d55ed3d174306a96b86 Mon Sep 17 00:00:00 2001 From: rodriguez-matias Date: Thu, 4 May 2023 08:29:34 -0300 Subject: [PATCH 3/3] doc(BBL-105): sync changes from home.html to home-es.html --- material/overrides/home-es.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/material/overrides/home-es.html b/material/overrides/home-es.html index 9ef3a5b9..193b8023 100644 --- a/material/overrides/home-es.html +++ b/material/overrides/home-es.html @@ -288,7 +288,7 @@ src="../assets/images/logos/socialmedia/slack.svg" title="Slack" class="mx-3 cursor-pointer item-social-media" - width="7%" + width="9%" /> @@ -296,7 +296,7 @@ src="../assets/images/logos/socialmedia/linkedIn.svg" title="linkedIn" class="mr-3 cursor-pointer item-social-media" - width="7%" + width="9%" /> @@ -304,7 +304,7 @@ src="../assets/images/logos/socialmedia/github.svg" title="Github" class="mr-3 cursor-pointer item-social-media" - width="7%" + width="9%" /> @@ -312,7 +312,7 @@ src="../assets/images/logos/socialmedia/twitter.svg" title="Twitter" class="mr-3 cursor-pointer item-social-media" - width="7%" + width="9%" /> @@ -320,7 +320,7 @@ src="../assets/images/logos/socialmedia/instagram.svg" title="Instagram" class="mr-3 cursor-pointer item-social-media" - width="7%" + width="9%" /> @@ -328,7 +328,7 @@ src="../assets/images/logos/socialmedia/medium.svg" title="Medium" class="mr-3 cursor-pointer item-social-media" - width="7%" + width="9%" /> @@ -338,4 +338,3 @@ {% endblock %} -