diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 3ef9ac5..d45a665 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -474,6 +474,7 @@
акции
+
diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css index 671c75a..7888e3b 100755 --- a/frontend/web/css/css_header.css +++ b/frontend/web/css/css_header.css @@ -8255,6 +8255,26 @@ footer .content-title { color: #01974a } +.btns_trio-link { + right: auto; + left: 40px; +} +.btns_trio-link a { + text-align: left; + padding-left: 20px; +} +.btns_trio-link a b { + background: url(../images/trio-min.png) 0 50% no-repeat; + width: 32px; + height: 41px; + position: absolute; + top: 0; + right: 20px; +} + + + + .brbeadcrumbs-wr { height: 83px; line-height: 83px diff --git a/frontend/web/images/trio-min.png b/frontend/web/images/trio-min.png new file mode 100644 index 0000000..96fb5e4 Binary files /dev/null and b/frontend/web/images/trio-min.png differ -- libgit2 0.21.4