add new icons

This commit is contained in:
arlemp@selectel.ru
2022-02-09 00:22:15 +03:00
parent 00c96d16eb
commit c8f2b0222e
15 changed files with 168 additions and 28 deletions

View File

@@ -323,6 +323,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;
@@ -897,7 +898,7 @@ a{
#header_icons li{
width: 20px;
height: 15px;
height: 20px;
margin-left: 6px;
cursor: pointer;
}
@@ -908,12 +909,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 +930,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 +1084,7 @@ a{
.mini-card-block{
display: grid;
grid-gap: 2rem;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(250px, 350px));
}
@@ -2112,6 +2113,7 @@ span.rub_back_title{
#header_icons{
margin-left: 0;
padding-right: 8px;
}
.main-card-title{
@@ -2128,7 +2130,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 +2342,8 @@ span.rub_back_title{
}
#header_icons li{
width: 20px;
height: 15px;
width: 25px;
height: 25px;
margin-left: 8px;
cursor: pointer;
}
@@ -2347,7 +2351,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;
}
@@ -2467,8 +2473,8 @@ and (max-device-width : 667px) {
}
#header_icons li{
width: 20px;
height: 15px;
width: 25px;
height: 25px;
margin-left: 6px;
cursor: pointer;
}