Заголовки с якорем a[name] черного цвета

remotes/origin/hasaccess
Vitaly Baev 8 years ago
parent 55ff61b8a4
commit e3cf676cb3
  1. 4
      web/build/css/app.css
  2. 4
      web/src/sass/_common.sass

@ -980,6 +980,10 @@ a.btn {
margin-bottom: 0; margin-bottom: 0;
} }
a[name] .title {
color: #000;
}
.title { .title {
position: relative; position: relative;
margin-bottom: 35px; margin-bottom: 35px;

@ -614,6 +614,10 @@ a.btn
&_sm &__title &_sm &__title
margin-bottom: 0 margin-bottom: 0
a[name]
.title
color: #000
.title .title
position: relative position: relative
margin-bottom: 35px margin-bottom: 35px

Loading…
Cancel
Save