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/block/Cart_20220618081408.scss

31 lines
642 B

.modal_card{
height: 533px;
width: 900px;
.body_left{
margin: 0 auto;
float: left;
position: static;
display: flex;
justify-content: center; /*Центрирование по горизонтали*/
align-items: center; /*Центрирование по вертикали */
width: 400px;
}
.body_right{
background: #F7F7F7;
width: 450px;
display: table;
float: left;
position: static;
}
.header{
height: 450px;
}
.position_product{
padding-top: 100px;
margin: 0 auto;
}
}