add pets test

This commit is contained in:
2023-12-22 22:28:05 +03:00
parent 44ef31d4eb
commit e7fa783a51
7 changed files with 634 additions and 4 deletions

104
pub/css/pets.css Normal file
View File

@@ -0,0 +1,104 @@
.header-pets{
background-color: #000;
display: flex;
align-items: center;
gap: 15px;
box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.07);
margin-right: 12px;
width: 100%;
height: 100px;
}
#petslogo{
max-width: 200px;
left: 0;
top: 0;
margin: 0 0 0 22px;
padding: 0;
}
.pets-dog{
width: 163px;
height: 125px;
flex-shrink: 0;
margin-top: -24px;
}
ul.menu_main_pets{
display: flex;
padding: 5px;
}
ul.menu_main_pets li{
margin: 5px;
padding: 15px;
font-weight: bold;
font-size: 15px;
}
ul.menu_main_pets li a{
color: #FFF;
}
ul.menu_main_pets li a:hover{
color: #FFF;
}
.head-tel-pets a{
color: #FFF;
}
.head-mail-pets a{
color: #F57825;
}
.btn-search-pets{
background: url(/wp-content/themes/vij/pub/icons/lupa-pets.svg) no-repeat;
}
.btn-rss-pets{
background: url(/wp-content/themes/vij/pub/icons/rss-pets.svg) no-repeat;
}
.header-social-pets{
display: flex;
align-items: center;
padding: 5px;
gap: 40px;
}
.footer-info-pets{
display: flex;
margin-bottom: 8px;
border-top: 1px solid #D5D5D6;
border-bottom: 1px solid #D5D5D6;
margin-bottom: 28px;
padding-top: 28px;
padding-bottom: 28px;
padding-left: 12px;
align-items: center;
justify-content: center;
gap: 60px;
}
.footer-mail a{
color: #F57825;
}
.socials-footer-pets{
display: inline-flex;
align-items: flex-start;
gap: 40px;
}