add mail page subscript

This commit is contained in:
2024-04-04 21:44:28 +03:00
parent 23ce0e4c37
commit e2bb0bd68f
13 changed files with 191 additions and 89 deletions

View File

@@ -5,7 +5,7 @@ body {
.vij-header{
display: flex;
align-items: center;
gap: 10%;
gap: 5%;
max-width: 100%;
margin-left: 18px;
padding: 4px 8px 0 2px;
@@ -247,7 +247,15 @@ ul.pets-menu-left{
background: url(/wp-content/themes/vij/pub/icons/gumburger.svg) no-repeat;
width: 20px;
height: 20px;
}
cursor: pointer;
}
.toggle-btn-pets{
background: url(/wp-content/themes/vij/pub/icons/lupa.svg) no-repeat;
width: 20px;
height: 20px;
cursor: pointer;
}
.menu-main-pets-header{