new design concurs

This commit is contained in:
2022-02-15 21:00:14 +03:00
parent 00c96d16eb
commit 290ef8db11
14 changed files with 2787 additions and 35 deletions

View File

@@ -256,11 +256,12 @@ a{
}
.search-card-box{
display: flex;
flex-direction: column;
display: grid;
/* flex-direction: column; */
}
.search-card{
display: grid;
width: 100%;
border-bottom: 1px solid #E9EAEB;
padding-bottom: 22px;
@@ -323,6 +324,7 @@ a{
display: flex;
align-items: center;
box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.07);
margin-right: 12px;
width: 100%;
/* justify-content: space-around;
@@ -366,6 +368,11 @@ a{
text-align: center;
}
#img_qr{
padding: 4px;
background-color: white;
}
#footer-contact{
width: 20%;
}
@@ -897,7 +904,7 @@ a{
#header_icons li{
width: 20px;
height: 15px;
height: 20px;
margin-left: 6px;
cursor: pointer;
}
@@ -908,12 +915,12 @@ a{
}
.btn_rss{
background: url(/wp-content/themes/vij/pub/icons/header-rss.png) no-repeat;
background: url(/wp-content/themes/vij/pub/icons/rss.svg) no-repeat;
}
.btn_lan{
font-weight: bold;
margin-top: -4px;
margin-top: -2px;
}
#copy{
@@ -929,7 +936,7 @@ a{
}
.btn_search{
background: url(/wp-content/themes/vij/pub/icons/union.png) no-repeat;
background: url(/wp-content/themes/vij/pub/icons/lupa.svg) no-repeat;
}
@@ -1083,7 +1090,7 @@ a{
.mini-card-block{
display: grid;
grid-gap: 2rem;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@@ -2106,12 +2113,13 @@ span.rub_back_title{
}
#mainlogo{
width: 240px;
width: 200px;
margin: 0;
}
#header_icons{
margin-left: 0;
padding-right: 8px;
}
.main-card-title{
@@ -2128,7 +2136,9 @@ span.rub_back_title{
.toggle-nav {
display: inline-block !important;
background: url(/wp-content/themes/vij/pub/icons/burger-15.png) no-repeat;
background: url(/wp-content/themes/vij/pub/icons/gumburger.svg) no-repeat;
width: 20px;
height: 20px;
padding-left: 12px;
}
@@ -2338,8 +2348,8 @@ span.rub_back_title{
}
#header_icons li{
width: 20px;
height: 15px;
width: 25px;
height: 25px;
margin-left: 8px;
cursor: pointer;
}
@@ -2347,7 +2357,9 @@ span.rub_back_title{
.toggle-nav {
display: inline-block !important;
background: url(/wp-content/themes/vij/pub/icons/burger-15.png) no-repeat;
background: url(/wp-content/themes/vij/pub/icons/gumburger.svg) no-repeat;
width: 20px;
height: 20px;
padding-left: 12px;
}
@@ -2357,7 +2369,7 @@ span.rub_back_title{
}
#mainlogo{
max-width: 240px;
max-width: 200px;
left: 0;
top: 0;
margin: 0;
@@ -2461,14 +2473,14 @@ and (max-device-width : 667px) {
}
#mainlogo{
width: 240px;
width: 200px;
text-align: left;
margin: 0;
}
#header_icons li{
width: 20px;
height: 15px;
width: 25px;
height: 25px;
margin-left: 6px;
cursor: pointer;
}