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/old_20220712230413

112 lines
2.1 KiB

.modal_header{
height: 450px;
}
.position_basket{
padding-top: 80px;
position: absolute;
right: 0;
}
.pizza_modal_cart{
display: block; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 100; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
.dialog {
@media (max-width:760px) {
height: 533px;
width: 400px;
margin: 0 auto;
}
@media (min-width:780px) {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 533px;
width: 900px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
/* Modal Content */
.content {
background-color: #fefefe;
margin: auto;
@media (max-width:760px) {
}
@media (min-width:780px) {
border-radius: 20px;
}
/*border: 1px solid #888;*/
.body{
height: 100%;
flex-wrap: wrap;
display: flex;
}
}
}
height: 100vh;
min-height: 600px;
width: 430px;
position: absolute;
right: 0;
left: unset !important;
background-color: #F7F7F7;
.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;
}
}