update modal product

This commit is contained in:
D Shrat 2021-11-18 12:40:00 +07:00
parent b59a15440f
commit 9b852ba796

View file

@ -65,47 +65,6 @@
border-color: #0af211;
}
.modall {
display: flex;
}
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
margin-left: 98%;
}
.close:hover,
.close:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.card {
background-color: #212226;
font-family: 'Poppins', sans-serif;