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.
84 lines
1.5 KiB
84 lines
1.5 KiB
.modal_product{
|
|
height: 533px;
|
|
width: 900px;
|
|
}
|
|
|
|
.modal_body_left{
|
|
margin: 0 auto;
|
|
float: left;
|
|
position: static;
|
|
display: flex;
|
|
justify-content: center; /*Центрирование по горизонтали*/
|
|
align-items: center; /*Центрирование по вертикали */
|
|
width: 400px;
|
|
}
|
|
|
|
.modal_body_right{
|
|
background: #F7F7F7;
|
|
width: 450px;
|
|
display: table;
|
|
float: left;
|
|
position: static;
|
|
}
|
|
|
|
.modal_header{
|
|
height: 450px;
|
|
}
|
|
|
|
.position_product{
|
|
padding-top: 100px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.pizza-block {
|
|
width: 280px;
|
|
text-align: center;
|
|
margin-bottom: 65px;
|
|
|
|
&-wrapper {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
&__image {
|
|
width: 260px;
|
|
}
|
|
|
|
&__title {
|
|
font-size: 20px;
|
|
font-weight: 900;
|
|
letter-spacing: 1%;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
&__selector {
|
|
display: flex;
|
|
background-color: #f3f3f3;
|
|
border-radius: 10px;
|
|
flex-direction: column;
|
|
padding: 6px;
|
|
|
|
ul {
|
|
display: flex;
|
|
flex: 1;
|
|
|
|
&:first-of-type {
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
li {
|
|
padding: 8px;
|
|
flex: 1;
|
|
cursor: pointer;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
&.active {
|
|
background: #ffffff;
|
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
|
|
border-radius: 5px;
|
|
cursor: auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |