add main-arrow

This commit is contained in:
arlemp@selectel.ru
2021-12-28 23:31:56 +03:00
parent 5b279f70e6
commit 4d88d4133f
6 changed files with 72 additions and 6 deletions

View File

@@ -116,15 +116,17 @@ a{
}
#vert-title{
width: 48px;
min-width: 50px;
background: #F2F2F2;
}
#main-arrow{
position: fixed;
background: url(/wp-content/themes/vij/pub/icons/main-arrow.png) no-repeat;
width: 51px;
height: 130px;
padding: 0;
}
#mainlogo{
@@ -447,6 +449,32 @@ a{
padding-right: 22px;
}
.left_button{
background: white;
border-radius: 55px;
border: 1px solid black;
color: black;
vertical-align: middle;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 16px;
font-size: 11px;
line-height: 110%;
display: table-cell;
vertical-align: middle;
height: 45px;
padding-left: 22px;
padding-right: 22px;
}
.left_center_block{
margin-top: 8px;
margin-bottom: 28px;
}
.vazh{
font-size: 9px;
text-transform: uppercase;
@@ -480,6 +508,11 @@ a{
width: 50%;
}
#footer{
position:relative;
z-index:101;
}
#footer_2{
display: flex;
justify-content: center;