From 04091e34101e213e20650d87eca74eeb4fc0d573 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sun, 14 Apr 2019 21:23:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D1=8B=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BC=D0=B5=D1=82=D0=BA=D0=B8=20=D1=81=D1=81=D1=8B=D0=BB?= =?UTF-8?q?=D0=BE=D0=BA=20=D0=BD=D0=B0=20=D0=B3=D0=B8=D1=82=D1=85=D0=B0?= =?UTF-8?q?=D0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/external-link-markers.scss | 22 ------------------- source/_assets/layout_internal/style.scss | 3 --- source/projects/predictor/index.html.twig | 5 +---- 3 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 source/_assets/components/external-link-markers.scss diff --git a/source/_assets/components/external-link-markers.scss b/source/_assets/components/external-link-markers.scss deleted file mode 100644 index 790ba31..0000000 --- a/source/_assets/components/external-link-markers.scss +++ /dev/null @@ -1,22 +0,0 @@ -%external-link-icon { - display: inline-block; - margin-left: 0.6em; - color: $base-font-color; - font-size: $base-font-size - 4px; - - @media (max-width: $first-media-step) { - font-size: $base-font-size - 2px; - } -} - -a[href*="//github.com"]:after { - @extend %external-link-icon; - font-family: 'Font Awesome 5 Brands', serif; - content: '\f09b'; -} - -a[target="_blank"]:not([href*="//github.com"]):after { - @extend %external-link-icon; - font-family: 'Font Awesome 5 Free', serif; - content: '\f35d'; -} diff --git a/source/_assets/layout_internal/style.scss b/source/_assets/layout_internal/style.scss index c5def8c..2f5815e 100644 --- a/source/_assets/layout_internal/style.scss +++ b/source/_assets/layout_internal/style.scss @@ -13,7 +13,4 @@ right: $mobile-margin; } } - - // extensions - @import '../components/external-link-markers'; } diff --git a/source/projects/predictor/index.html.twig b/source/projects/predictor/index.html.twig index b891d75..1b7cdc8 100644 --- a/source/projects/predictor/index.html.twig +++ b/source/projects/predictor/index.html.twig @@ -31,10 +31,7 @@ description: Демо-версия электронной гадалки Шен