add new icons
This commit is contained in:
28
style.css
28
style.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user