Commit 5810c6721c6bb197d74246608dbd530118fe334b
1 parent
46c05e6c
123
Showing
2 changed files
with
19 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
| ... | ... | @@ -142,7 +142,7 @@ $brands = Category::find() |
| 142 | 142 | пн–пт: 10:00 – 19:30<br/> |
| 143 | 143 | сб: 11:00 – 18:00</div> |
| 144 | 144 | <div class="aw_logo"> |
| 145 | - <a href="http://artweb.ua" target="_blank">Создание сайтов</a> | |
| 145 | + <a href="http://artweb.ua" target="_blankgit ">Создание сайтов</a> | |
| 146 | 146 | </div> |
| 147 | 147 | </div> |
| 148 | 148 | </div> | ... | ... |
frontend/web/css/style.css
| ... | ... | @@ -1981,6 +1981,24 @@ p.right{text-align: right;} |
| 1981 | 1981 | .submit_btn button, .answer-form button{ |
| 1982 | 1982 | height:inherit; |
| 1983 | 1983 | } |
| 1984 | + | |
| 1985 | +.aw_logo{ | |
| 1986 | + opacity:0.5; | |
| 1987 | + margin-top: 50px; | |
| 1988 | + text-align: right; | |
| 1989 | +} | |
| 1990 | +.aw_logo a{ | |
| 1991 | + text-align: right; | |
| 1992 | + color: #edeeef; | |
| 1993 | + background: url(../images/aw_logo.png); | |
| 1994 | + background-position: right center; | |
| 1995 | + background-repeat: no-repeat; | |
| 1996 | + padding-top: 6px; | |
| 1997 | + padding-bottom: 4px; | |
| 1998 | + padding-right: 37px; | |
| 1999 | + font-family: sans-serif; | |
| 2000 | + font-size: 12px; | |
| 2001 | +} | |
| 1984 | 2002 | /**/ |
| 1985 | 2003 | @media (min-width: 1200px){ |
| 1986 | 2004 | .nav_up{ | ... | ... |