You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
pizza.krasnikov.pro/.history/styles/components/Header_20220530182154.scss

100 lines
1.9 KiB

header{
box-shadow:0px 0px 4px rgba(158, 159, 157, 1);
background-color:rgba(255, 255, 255, 1);
width:100vw;
height:80px;
display: flex;
.block {
float: left;
position: static;
display: flex;
height: 80px;
flex-direction: column;
justify-content: center;
/*align-items: center;*/
text-align: center;
}
.logo{
width: 120px;
background-color: initial;
border-radius: initial;
}
.address{
width: 100%;
/*padding: 0 32px; */
border-left: 1px solid #e3e4e6;
border-right: 1px solid #e3e4e6;
}
.address_box {
display: flex;
margin-top: 0;
overflow: hidden;
cursor: pointer;
}
.input_address{
display: flex;
width: 100%;
height: auto;
background-color: initial;
border-radius: initial;
overflow: hidden;
cursor: pointer;
transition: opacity 0.2s ease;
position: relative;
display: inline-block;
max-width: calc(100% - 10px);
border: none;
background-color: unset;
margin-left: 10px;
}
.input_address_box .icon:first-child {
left: 7.5px;
position: absolute;
z-index: 9999;
}
.input_address_box .icon:last-child {
right: 7.5px;
position: absolute;
z-index: 9999;
}
.input_address_box input::after{
content: '<i class="fa fa-envelope icon"> ';
}
.telephone{
width: 250px;
border-left: 1px solid #e3e4e6;
border-right: 1px solid #e3e4e6;
}
.telephone span {
color: #887D7D;
font-size: 13px;
}
.basket{
width: 70px;
border-right: 1px solid #e3e4e6;
}
.entrance{
width: 70px;
}
.icon{
height: 12px;
width: 10px;
}
.description{
font-size: 16px;
}
}