From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- .../website/static/src/snippets/s_share/000.scss | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 addons/website/static/src/snippets/s_share/000.scss (limited to 'addons/website/static/src/snippets/s_share/000.scss') diff --git a/addons/website/static/src/snippets/s_share/000.scss b/addons/website/static/src/snippets/s_share/000.scss new file mode 100644 index 00000000..85ab9edd --- /dev/null +++ b/addons/website/static/src/snippets/s_share/000.scss @@ -0,0 +1,65 @@ + +.s_share { + > * { + display: inline-block; + vertical-align: middle; + } + .s_share_title { + margin: 0 .4rem 0 0; + } + a { + i.fa { + display: flex; + justify-content: center; + align-items: center; + } + margin: .2rem; + } + &:not(.no_icon_color) { + .s_share_facebook { + &, &:hover, &:focus { + @extend .text-facebook; + } + } + .s_share_twitter { + &, &:hover, &:focus { + @extend .text-twitter; + } + } + .s_share_linkedin { + &, &:hover, &:focus { + @extend .text-linkedin; + } + } + .s_share_google { + &, &:hover, &:focus { + @extend .text-google-plus; + } + } + .s_share_whatsapp { + &, &:hover, &:focus { + @extend .text-whatsapp; + } + } + .s_share_pinterest { + &, &:hover, &:focus { + @extend .text-pinterest; + } + } + .s_share_github { + &, &:hover, &:focus { + @extend .text-github; + } + } + .s_share_instagram { + &, &:hover, &:focus { + @extend .text-instagram; + } + } + .s_share_youtube { + &, &:hover, &:focus { + @extend .text-youtube; + } + } + } +} -- cgit v1.2.3