fix dettagli per progetto
This commit is contained in:
@@ -134,16 +134,6 @@ button:hover {
|
||||
background-color: #218838;
|
||||
}
|
||||
|
||||
.btn-close {
|
||||
background-color: #dc3545;
|
||||
width: 100%;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.btn-close:hover {
|
||||
background-color: #c82333;
|
||||
}
|
||||
|
||||
/* MODAL */
|
||||
.modal {
|
||||
position: fixed;
|
||||
@@ -188,18 +178,14 @@ button:hover {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
#productDetails {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#productDetails h2 {
|
||||
.modal-content h2 {
|
||||
color: #2c3e50;
|
||||
margin-bottom: 15px;
|
||||
border-bottom: 2px solid #007bff;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
#productDetails img {
|
||||
.modal-content img {
|
||||
width: 100%;
|
||||
border-radius: 6px;
|
||||
margin-bottom: 15px;
|
||||
@@ -207,12 +193,12 @@ button:hover {
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
#productDetails p {
|
||||
.modal-content p {
|
||||
margin: 10px 0;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
#productDetails strong {
|
||||
.modal-content strong {
|
||||
color: #2c3e50;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user