From e3cf676cb3087e89920576aa0194b063ec27af58 Mon Sep 17 00:00:00 2001 From: Vitaly Baev Date: Thu, 1 Feb 2018 18:07:56 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B8=20=D1=81=20=D1=8F=D0=BA=D0=BE=D1=80=D0=B5=D0=BC=20?= =?UTF-8?q?a[name]=20=D1=87=D0=B5=D1=80=D0=BD=D0=BE=D0=B3=D0=BE=20=D1=86?= =?UTF-8?q?=D0=B2=D0=B5=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/build/css/app.css | 4 ++++ web/src/sass/_common.sass | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/web/build/css/app.css b/web/build/css/app.css index 3eeb742c..7a53eb7c 100755 --- a/web/build/css/app.css +++ b/web/build/css/app.css @@ -980,6 +980,10 @@ a.btn { margin-bottom: 0; } +a[name] .title { + color: #000; +} + .title { position: relative; margin-bottom: 35px; diff --git a/web/src/sass/_common.sass b/web/src/sass/_common.sass index 38c240d3..576ca710 100755 --- a/web/src/sass/_common.sass +++ b/web/src/sass/_common.sass @@ -614,6 +614,10 @@ a.btn &_sm &__title margin-bottom: 0 +a[name] + .title + color: #000 + .title position: relative margin-bottom: 35px