Commit 112f892870e1566dc8b6333a3413304db1e6f936
1 parent
9ffe2c85
123
Showing
1 changed file
with
13 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -731,6 +731,19 @@ footer .socbuts a:hover{ |
731 | 731 | position: absolute; |
732 | 732 | right: 0; |
733 | 733 | } |
734 | +.oldsite a{ | |
735 | + color: #fff; | |
736 | + text-transform: uppercase; | |
737 | + border: 2px solid #fff; | |
738 | + width: 100%; | |
739 | + text-align: center; | |
740 | + padding-top: 7px; | |
741 | + padding-bottom: 6px; | |
742 | +} | |
743 | +.oldsite a:hover{ | |
744 | + border:2px solid black; | |
745 | + background-color:black; | |
746 | +} | |
734 | 747 | .showroom img{width:100%;max-width:700px;margin:25px auto; margin-bottom: 50px;padding-top:1px;} |
735 | 748 | .no_btm{margin-bottom: 0!important;padding-bottom: 0!important;} |
736 | 749 | .no_top{margin-top: 0!important;padding-top: 0!important;} | ... | ... |