Commit ad62f74d80b449b66b708b6f7fb5caf0082c0bb3
1 parent
e9d4dc0a
123
Showing
2 changed files
with
8 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
| ... | ... | @@ -2059,6 +2059,14 @@ p.right{text-align: right;} |
| 2059 | 2059 | height: 68px; |
| 2060 | 2060 | position: relative; |
| 2061 | 2061 | } |
| 2062 | +.hidemenu a{ | |
| 2063 | + position: absolute; | |
| 2064 | + width: 100%; | |
| 2065 | + height: 100%; | |
| 2066 | + background-position: center center; | |
| 2067 | + background-repeat:no-repeat; | |
| 2068 | + background-image: url('../images/hidem1.png'); | |
| 2069 | +} | |
| 2062 | 2070 | /**/ |
| 2063 | 2071 | @media (min-width: 1200px){ |
| 2064 | 2072 | .nav_up{ | ... | ... |
38.1 KB