Commit 71dd93d448a8a3be541943879f99d66eae85d425

Authored by Eugeny Galkovskiy
1 parent 94bc6174

123

frontend/views/layouts/main.php
@@ -79,7 +79,7 @@ @@ -79,7 +79,7 @@
79 </header> 79 </header>
80 <section class="menu"> 80 <section class="menu">
81 <div class="hidden-md hidden-lg oldsite_down"> 81 <div class="hidden-md hidden-lg oldsite_down">
82 - <a href="#">Старая версия сайта</a> 82 + <a href="http://baccara.com.ua/" target="_blank">Старая версия сайта</a>
83 </div> 83 </div>
84 <div class="hidden-md hidden-lg hidemenu"> 84 <div class="hidden-md hidden-lg hidemenu">
85 <a href="#"></a> 85 <a href="#"></a>
frontend/web/css/style.css
@@ -448,6 +448,16 @@ footer .socbuts a:hover{ @@ -448,6 +448,16 @@ footer .socbuts a:hover{
448 justify-content: center; 448 justify-content: center;
449 align-items: center; 449 align-items: center;
450 } 450 }
  451 +.oldsite_down a{
  452 + border: 2px solid black;
  453 + text-align: center;
  454 + color: black;
  455 + padding: 7px 48px 6px;
  456 +}
  457 +.oldsite_down a:hover{
  458 + background-color: #000000;
  459 + color: #ffffff;
  460 +}
451 .carbut{ 461 .carbut{
452 width: 52px; 462 width: 52px;
453 position: absolute; 463 position: absolute;